/* CSS Document */
/* Farben :
	links
		#008f8c petrol
		#CC3333 rot
		#66CC33 Baumgrün
		#0000FF Links andere Seiten
		#000000 Links Lokal
	Dokument
	#8DCDCC Hintergrund (petrol hell)
	#6BBEBC Hindergrund Inhalt (petrol mittel)
	
	
*/

body {background-color:#8DCDCC;
	margin:5px;
	}

/* conatainer zum zentrieren */
#zentrierung{
	margin:auto;
	width/**/:/**/980px;
	z-index:1;
    background-color:#8DCDCC;
/*	min-height:550px;*/
	border: 1px solid #8DCDCC;	
	}

/* !!!!!!!!!!!!!!!!!!! Kopf !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#kopf{
	margin:0px 0px 0px 0px;
	height:140px;
	width:980px;
	border:0px solid red;
	background-color:#8DCDCC;
	background: #8DCDCC url(./../images/layout/kopf-mvholzhausen.gif) no-repeat;
	float:;
	}
	
#menu{
	min-height:440px;
	width:200px;
	padding:0;
	margin:10px 0 0 20px;
	border:0px solid #FFFFCC; 
  	background:#8DCDCC  url(./../images/layout/menu-mvholzhausen.gif) no-repeat;
	float:left;
	}
*html #menu{	/* Korrekturen fuer IE 5.x */
	margin:10px 0 0 10px;
	}
		
#sidebar{
	min-height:250px;
	width:160px; /*210px;*/
	padding:0;
	margin:0px 0 0 5px;
	border:0px solid #FFFFCC; 
  	background:#8DCDCC url(./../images/layout/sidebar-holzhausen.gif) no-repeat;
	float:right;
	}

	
#inhalt{
	margin:0px 20px 10px 0px;
	padding:0px 20px 10px 20px;
	width:680px; /*490px mit Sidebar;*/
	min-height:420px;
  	background:#FFFFFF; /*FFFFCC url(../images/layout/inhalt-holzhausen.asdf) no-repeat center;*/
	border-left:0px solid #FFFFFF;
	float:right;
	}
*html #inhalt{	/* Korrekturen fuer IE 5.x */
	margin:0 10px 10px 20px;
	padding:0px 10px 10px 20px;
	}
	
#fuss{
	margin:0 0px 0px 5px;
	padding:0 0 0px 0;
	height:50px;
	width:965px;
	border:0px;
	background: url(../images/layout/fuss-mvholzhausen.gif) no-repeat;
	clear:both;
	}

/* !!!!!! Navigation !!!!! */
 
 /* container */
  ul#navigation {
    width: 150px;
    margin: 0px 0 0 20px; 
	padding: 50px 10px 10px 10px;
    border: 0px solid #000000; /*#FFCC00;*/
	}
  * html ul#navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  
/*Abstand Buttons im Hauptmenu*/
  ul#navigation li {
    list-style: none;
    margin: 0em; padding: 0;
/* list-style-image: url(./../images/layout/note-icon.gif);
	list-style-position:outside;	*/
  }

/*Abstand Buttons Haupmenu-Untermenu*/
  ul#navigation li ul {
    margin: 0em 0 0 1em; padding: 0;
  }
  
 /*Abstand Buttons im Untermenu*/
  ul#navigation li ul li {
    margin: 0.1em 0;
  }
  * html ul#navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  
/*Button*/
  ul#navigation a {
    display:block;
	width: 100%;
	w\idth: 9.9em;  /* Breitenangabe fuer IE 6 und 7 und Forefox*/
    padding: 0.2em;										/*Abstand Text*/
    text-decoration: none; font-weight: bold; color:#000066;			 /*Textdarstellung*/
	font-size: 0.9em; 
    border: 1px solid black;							/*Ramen Button */
    border-left-color: white; border-top-color: white; 	/*Rahmenfarbe Button*/
    background-color: lightblue; /*#99FF99;*/				/*Textfarbe - Hintergundfarbe Button */
  	background: url(./../images/layout/button-mvholzhausen.gif) no-repeat;	
	}
	
	/*Breite Button Hauptmenu*/
	* html ul#navigation a { /* nur fuer Internet Explorer */
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	w\idth: 9.9em;  /* Breitenangabe fuer IE 6 */
	}

	
	/*Breite Button Untermenu*/
	* html ul#navigation li ul li a { /* nur fuer Internet Explorer */
	margin-left:2em;
	width: 100%;    /* Breitenangabe fuer IE 5.x */
	w\idth: 10.5em;  /* Breitenangabe fuer IE 6 */
	}

	/* Farbe hover */
	ul#navigation a:hover {
	border-color: white;
	border-left-color: black; border-top-color: black;
	color:#6600CC; background-color: blue;
	}
	

	ul#navigation span{
	display:block;
	width: 100%;
	w\idth: 8.9em;  /* Breitenangabe fuer IE 6 und 7 und Forefox*/
    padding: 0.2em;										/*Abstand Text*/
    text-decoration: none; font-weight: bold;			/*Textdarstellung*/
    border: 1px solid white;							/*Ramen Button */
	border-color: white;
	border-left-color: black; border-top-color: black;
	color:#6600CC; background-color: #00008B;
  	background: url(./../images/layout/button-mvholzhausen.gif) no-repeat;	
	}
 
	ul#navigation ul li span{
	display:block;
	width: 100%;
	w\idth: 9em;  /* Breitenangabe fuer IE 6 und 7 und Firefox */
    padding: 0.2em;										/*Abstand Text*/
    text-decoration: none; font-weight: bold;			/*Textdarstellung*/
    border: 1px solid white;							/*Ramen Button */
	border-color: white;
	border-left-color: black; border-top-color: black;
	color:#FFFFFF; background-color: #006600;
	}

* html #navigation ul li span {  /* nur fuer Internet Explorer */
	margin-left:2em;
}
	
	
/* !!!!!!!!!!!!!!!!!!!!!!!! allgemeine Links !!!!!!!!!!!!!!!!!!!!!!!!!! */	
a {text-decoration: none; font-weight:bold; font-size: 0.8em; font:"Courier New", Courier, mono; color:#0000FF;}
a:visited {text-decoration: none; font-weight:bold; font-size: 0.8em; font:"Courier New", Courier, mono; color:#0000FF;}
a:hover {text-decoration: underline; font-weight:bold; font-size: 0.8em; font:"Courier New", Courier, mono; color:#00008B;}
a:active {text-decoration: none; font-weight:bold; font-size: 0.8em; font:"Courier New", Courier, mono; color:#0000FF;}

/* !!!!!!!!!!!!!! Lokale Links  !!!!!!!!!!!!!!!!!!!!!!!!*/
a.lokal:link {text-decoration: underline; font-size: 1em; font:"Courier New", Courier, mono; color:#000000;}
a.lokal:visited {text-decoration: underline; font-size: 1em; font:"Courier New", Courier, mono; color: #000000;}
a.lokal:hover {text-decoration: underline; font-size: 1.1em; font:"Courier New", Courier, mono; color:   #0000FF;}
a.lokal:active {text-decoration: underline; font-size: 1.1em; font:"Courier New", Courier, mono; color:  #000000;}

/* !!!!!!!!!!!! Mehrfachelemente !!!!!!!!!!!!!!!! */
.boxLi{
	border-top:2px solid #66CC33;
	width:240px;
/*	background:#FFFFCC;*/
	padding:10px 5px 10px 5px;
	margin:10px 0px 0 0px;
	float:left;
	}

.boxRe{
	border-top:2px solid #66CC33;
	width:240px;
/*	background:#FFFFCC;*/
	padding:10px 5px 10px 5px;
	margin:10px 0 0 0 ;
	float:right;
	}

.boxBreit{
	border-top:2px solid #000066;
	width:690px; /*460px;*/
/*	background:#FFFFCC;*/
	padding:5px 0px 0px 0px;
	margin:10px 0 0 0 ;
	clear:both;
	}

	
.boxBild{
	color:#000000;
	border:0px solid #CC3333;
	width:110px;
	height:100px; /*110*/
	padding:0;
	margin:0px;
	float:left;
	clear:both;
	}

.boxPic{
	color:#000000;
	border:0px solid #CC3333;
	width:60px;
	height:60px;
	padding:0;
	margin:0px;
	float:left;
	clear:both;
	}
