/* 
-----------------------------------------
Site - argas-pdr.de - 2010
Projekt Beginn 20.Mai.2010
Autor Tino Kullmann
-----------------------------------------
*/


/* globale einstellungen für seite */

body {background: #000;/* hintergrundfarbe vollständig sichbarer inhalt */
	  font-size: 100%;}

body {background-image: url(../images/seiten_design/hintergrund.jpg);}/* hintergrundgrafik body */

body,td,th {font-family: Times New Roman, Times, serif;}/* schriftart */

h1,h2,h3,h4,h5,h6 {color: #000000;/* überschriften farbe */
				   display: none;}/* überschriften ausblenden */
				   		
h1 {font-size: 2.0em;}/* h1 schriftgröße */

h2 {font-size: 1.5em;}/* h2 schriftgröße */

h3 {font-size: 1.0em;}/* h2 schriftgröße */

h4 {font-size: 0.8em;}/* h4 schriftgröße */

dt {
	margin: 30px 0px 5px 0px;
	}
dd {
	margin: 0px 0px 30px -10px;
	}

/* spezifische einstellungen für seite */

#main_container {
	background-color: #CCCCCC;/* hintergrundfarbe main_container */
	width: 1000px;/* breite */
	height: auto;/* höhe */
	margin-top: 10px;
	margin-left: auto;/* aussenabstand links */
	margin-right: auto;/* aussenabstand rechts */
	padding-top: 10px;/* innenabstand oben */
	padding-bottom: 10px;/* innenabstand unten */
	}
	
#main_container #banner {
	background-color:#000000;/* hintergrundfarbe banner */
	width: 978px;/* breite */
	height: 198px;/* höhe */
	background-image: url(../images/seiten_design/banner5.jpg);/* hintergrundgrafik banner */
	margin-left: auto;/* aussenabstand links */
	margin-right: auto;/* aussenabstand rechts */
	background-repeat: no-repeat;/* grafik nicht wiederholen */
	border: 1px solid #000000;
	}



/* ----------------------beginn bereich inhalt---------------------- */
	
#main_container #content {
	background-color: #fff;/* hintergrundfarbe navigation */
	width: 708px;/* breite */
	height: auto;/* höhe */
	float: left;/* element fließt nach links */
	margin-top: 10px;/* aussenabstand oben */
	margin-left: 10px;/* aussenabstand links */
	margin-bottom: 10px;
	padding: 20px 10px 20px 30px;
	border: 1px solid #000000;
		  }

#main_container #content a {color:#AB0202;
							text-decoration:none;}

#main_container #content p {display:block;
							font-size: 1.0em;
							padding-right: 20px;
							margin-bottom: 20px;}

#main_container #content h2 {display:block;
							 margin-top: 10px;
			 				 margin-bottom: 40px;
			                 font-size: 1.3em;}

#main_container #content h3 {display:block;
							 margin-top: 30px;
			 				 margin-bottom: 30px;
			                 font-size: 1.0em;}

#main_container #content h4 {color: #AB0202;
							 display:block;
							 margin-top: 30px;
			 				 margin-bottom: 30px;
			                 font-size: 0.9em;
							 font-weight: bold;}

#main_container #content ul {list-style-type:circle;
							 margin-bottom: 30px;
							 }
							 
#main_container #content ol {margin-bottom: 30px;}

#main_container #content li {margin-bottom: 5px;
							 font-size: 0.8em;}
							 
#main_container #content #sig {margin-bottom: 30px;
							   font-weight: bold;
							   font-size: 1.3em;}

#main_container #content ul li img {
	border: none;
}

#main_container #content table td{font-size: 0.7em;}

#clear {clear: both;
		float: none;}
		
#qual td {
	text-align: center;
	padding: 15px;
	border: 0px;
	}
#qual img {
	border: 1px solid #C0C0C0;
	background: #F4F4F4;
	padding: 5px;
	}
	

/* spezielle stile */

.Stil1 {font-size: 1.0em;
		font-weight: bold;}
		
.akt_imp_kont {color:#AB0202;
					   	      font-weight: bold;}

.trenn {
	border-top: 1px solid #C0C0C0;
	line-height:30px;
	margin-top: 40px;
	}
	
.cent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	}


/* ----------------------ende bereich inhalt---------------------- */




/* ----------------------beginn bereich footer---------------------- */
	
#main_container #footer {
	background-color:#000000;/* hintergrundfarbe footer */
	width: 980px;/* breite */
	height: 35px;/* höhe */
	margin-left: auto;/* aussenabstand links */
	margin-right: auto;/* aussenabstand rechts */
	background-image: url(../images/seiten_design/footer.jpg);/* hintergrundgrafik footer */
	background-repeat: no-repeat;/* grafik nicht wiederholen */
	clear: both;}

/* ----------------------ende bereich footer---------------------- */
