@import url("http://www.dvt-braunschweig.de/faq/style.css");
@import url("atocstyles/advancedtoc.css");
@import url("atocstyles/level1.css");
@import url("atocstyles/level2.css");
@import url("atocstyles/level3.css");
@import url("base.css");
/* standard elements */

.mceContentBody {
    background-image: none;
	background-color: #FFFFFF;
	text-align:left;
	background-image: url(images/bg_content.gif);
	padding-left:4px;
    } 

html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
a {color: #990000;}
a:hover {color: #06C;}
body{
	background:  url(images/bg_site.jpg) repeat-x center top fixed;
	height: 100%;
	font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;
	color: #6A4A2D;
}
/*----------------------------------------------------------------------*/
hr {
	height:0px;
	width:100%;
	border:solid #990000 0px;
	border-top-width:4px;
	margin-top:10px;
	margin-bottom:10px;
}
/*----------------------------------------------------------------------*/
td {font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;
}
	
/*----------------------------------------------------------------------*/
p,code,ul {padding-bottom: 15px;}
/*----------------------------------------------------------------------*/
li {list-style: none;}
/*----------------------------------------------------------------------*/
h1,h2,h3 {
	font: bold 18px Arial, Helvetica, Verdana sans-serif;
	color:#990000;
	letter-spacing: 0.01em;
	height: 35px;
	width: 100%;
	border-bottom: 6px solid #C6B6A4;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	padding-top: 0px; 
	margin-bottom: 15px;
	color:#990000;
	
}
h4 {font: bold 14px Arial, Verdana, sans-serif;padding-top: 0px; margin-bottom: 4px;color:#8B5A3A;}
h5 {font: bold 15px Arial,Verdana,sans-serif;padding-top: 0px; margin-bottom: 4px;color:#990000;}
/*----------------------------------------------------------------------*/
form,input {margin: 0; padding: 0; display: inline;}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 1px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background:  url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

	
.nachoben {
	float: right;
	width: 68px;
	height: 11px;
	padding: 0px;
}

.frauenSV {
display: block;
padding-left:25px;
padding-top:70px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFCC;
font-size:14px;
line-height:25px;
font-weight:bold;
clear:both;}

/* Bildausrichtung*/
.imgleft {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.imgright {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
