/* --- stylesheet_drk.css - der umltimative Style für www.drk-ottersberg.de --- 

			---	(C) bei Kilian Forster (2011) ---

*/

/* -- Text-Styles -- */


.text_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:13px;
	/*text-decoration:underline;*/
}	
		
.aktuell_head {
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#FFFFFF;
	font-weight: bold;
	display:block;
	background-color:#FF0000;
	padding:8px;				/* Blockdicke */

}

.darstellungstext {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

.copyright {
		font-size: 10px;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
}

.christmas {
	font-family: "Monotype Corsiva";
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
	line-height:30px;
	text-align:center;

}

/* -- Bilder - Styles --*/

.pic_li {
	float:right;
	margin-left:25px;
	margin-bottom:5px;
	border:none;
}

.pic_aktuell {
	float:right;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
}

.fz_button {
	margin-left:10px;
	float:left;
	margin-top:5px;
	margin-bottom:2px;
	border:none;
	width:125px;
	background-color:#999999;
	/* Text-Formatierung */
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
	line-height:2;
}

.fz_button_pic {
	border:none;
	width:125px;
}


/*
.fz_button {
	float:left;
	margin-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	width:140px;
	background-color:#CCCCCC;
	/* Text-Formatierung *
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

*/

.drklogo_head {
	width:175px;	/* 190, 60 */ 
	height:89px;		/* 174 55 */
	margin-top:25px;
	margin-left:25px;
	float:left;
}

.logo_head {
	width:auto;
	height:130px;
	float:right;
	margin-bottom:10px;
}	

.pic_gallery {
	width:245px;
	margin-right:2px;
	border:none;
}
	
/* -- Link-Styles -- */

/*
a.standart_link:link, a.standart_link:visited, a.standart_link:hover {
		color:#0000FF;
		text-decoration:underline;
}

a.black_link:link, a.black_link:visited {
		color:#000000;
		text-decoration:none;
}

a.black_link:hover {
	color:#000000;
	text-decoration:underline;
}

a.fahrzeug_link:link {
	text-decoration:none;
	
}

a.fahrzeug_link:a.fahrzeug_link:hover {
	text-decoration:underline
}
*/

.fz_link a:link {text-decoration:inherit; color:#000000;}
.fz_link a:visited {text-decoration:inherit;; color:#000000;}
.fz_link a:active {text-decoration:inherit; color:#000000;}
.fz_link a:hover {text-decoration:underline; color:#3300FF;}

a.fz_link1:link {text-decoration:none; border:none;
 }
a.fz_link1:visited {text-decoration:none; border:none; }
a.fz_link1:hover {text-decoration:none; border:none; color:#3300FF;}
a.fz_link1:active {text-decoration:none; border:none; }



/* -- Seiten - Basic und Menü -- */

body {
  /*background-color:#999999;  			/* #8A8A8A */
  background-image:url(../pic/background.jpg);
  background-attachment:fixed;
  
}

/* Menü*/

ul#navigation {
    width:auto;
	margin:0;
	padding-left:2px;
	padding-right:2px;
	list-style:none;
	background-color:#FFFFFF;
}

 ul#navigation li {
    list-style:none;
	border-bottom-color:#000000;
	text-align:left;
}

  ul#navigation a {
	font-size:12px;
  	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
    display:block;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
  
 ul#navigation a:hover {
 	display:block;
    text-decoration: none;
	background-color:#CCCCCC;
}
  
/* Subnavigation */

 ul#subnavigation {
    width:auto;
	padding-left:2px;
	padding-right:2px;
	list-style:none;
	background-color:#FFFFFF;
}

 ul#subnavigation li {
    list-style:none;
	border-bottom-color:#000000;
	text-align:left;
}

  ul#subnavigation a {
	font-size:12px;
  	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:lighter;
    display:block;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:18px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
}
  
 ul#subnavigation a:hover {
 	display:block;
    text-decoration: none;
	background-color:#CCCCCC;
}

/* -- Boxmodell  (Postition und Struktur der einzelnen Boxen) -- */

#center {
	width:960px;
	margin:0 auto;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color:#FFFFFF;
	margin-top:24px;
	-moz-box-shadow:6px 6px 10px #707070, -6px 6px 10px #666666;	/* Boxschatten für FireFox */
	box-shadow:6px 6px 10px #707070, -6px 6px 10px #666666;			/* Boxschatten für andere Browser*/
	
}

#kopf {
	height:130px;
	width:960px;
  	background-color: #FFFFFF;
	border-bottom:solid;
	border-bottom-width:thin;	
}

#head_text {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	line-height:normal;
	font-weight:400;
	margin-left:200px;
	margin-right:300px;
	padding-top:20px;
	padding-left:15px;
	
}

#menue_left {
  	width: 160px;			
  	height:auto;
  	background-color:#FFFFFF;
	padding-left:5px;
  	float:left;
	margin-bottom:5px;

}

#minibox_left {
	width:160px;
	height:auto;
	margin-top:10px;
	/* Texformatierung in der Box */
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#inhalt {
	background-color: #FFFFFF;
	height:auto;
	margin-left:165px;					/* Außerabstand */
	padding-right:10px;					/* Innenabstand Text */
	padding-left:20px;
	padding-bottom:10px;		
	width: 765px;						/* Faktische Breite des Inhaltsfensters  */
	/* Textformatierung in der Box */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
	text-align:justify;
}
#footer {
	background-color:#FFFFFF;
	height:auto;
	margin-top:10px;
	padding:5px;
	width:948px;
	/* Textformatierung in der Box */
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	
}

/* --- stylesheet_drk.css - der CSS-Style für www.drk-ottersberg.de ---

		--- (C) bei Kilian Forster (2011) ---	

*/



