/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Franklin Gothic Medium;
	font-size: 12px;
}
.mceContentBody a {
   color: #009 !important; /* FF requires a important here */
}
.syntaxhighlighter {
	color: #666;
	background-color:#f6f6f6;
	border:solid 1px #666;
}


/* Ab hier die eigenen Styles */
body {
	font-family: Franklin Gothic Medium;
	font-size: 13px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 3px solid;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 10px;
}

hr {
	border-top: 1px solid #000;
	width: 100%;
	margin-bottom: 10px;
}

a{
	color: #000;
}

a:hover, #footerContent .centerColumn a {
	text-decoration: underline;
}

p {
	overflow: hidden;
	margin-bottom: 10px;
}

.text11 {
	font-family: Franklin Gothic Medium;
	font-size: 11px;
}

.text12 {
	font-family: Franklin Gothic Medium;
	font-size: 12px;
}

.text {
	font-family: Franklin Gothic Medium;
	font-size: 13px;
}

.text14 {
	font-family: Franklin Gothic Medium;
	font-size: 14px;
}

.text15 {
	font-family: Franklin Gothic Medium;
	font-size: 15px;
}

.text16 {
	font-family: Franklin Gothic Medium;
	font-size: 16px;
}

.shadowbox {
	font-size: 12px;
}
