/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.mceContentBody a {
   color: #242424 !important; /* FF requires a important here */
}

/* Ab hier die eigenen Styles */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

p {
	color:#242424;
	font-size:12px;
	line-height:16px;
	padding: 5px 0px 5px 0px;
}

ul, ol, li {
	font-size: 12px;
}

ul {
	list-style-type:square;
}

h1{
	color:#242424;
	font-size:16px;
	font-weight:normal;
}

h2{
	color:#5d5d5d;
	font-size:16px;
	font-weight:normal;
	font-variant:small-caps;
}

h3{
	color:#242424;
	font-size:14px;
	font-weight:normal;
}

h4{
	color:#242424;
	font-size:13px;
	font-weight:normal;
}

h5{
	color:#242424;
	font-size:12px;
	font-weight:bold;
}

.Link {
	background: url(/files/nav_bullet_link.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}

.PDF {
	background: url(/files/nav_pdf_link.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}

.Gliederung {
	border-top: 1px solid #aaaaa9;
	padding: 5px 0px 25px 15px;
}

.Abstand_links {
	padding-left: 12px;
}

.Abstand_rechts {
	padding-right: 12px;
}