/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#DFDFDF;
 }

/*------------------------------------------------------------------------*/
/*Formatierungen für den Homepagekopf*/
#head {
	margin:auto;
	width:970px;
	padding-left:5px;
	height:auto;
	background-image:url(../Bilder/hintergrund.gif);
	background-repeat:repeat-y;
	background-color:#DFDFDF;
	}

/*Formatierungen für das Logo der LWL-Kulturstiftung*/
#head img.logo {	
	margin:15px 0 15px 25px;
	}
	
	
/*------------------------------------------------------------------------*/
/*Formatierungen für den Bilderkasten*/
#bilderkasten {
	margin:auto;
	width:970px;
	padding-left:5px;
	height:250px;
	background-image:url(../Bilder/hintergrund.gif);
	background-repeat:repeat-y;
	background-color:#DFDFDF;
	}

/*Positionierung des Banners*/	
#bilderkasten img.bild {
	float:left;
	}

/*Roter Infokasten*/
#bilderkasten div.info {
	height:250px;
	width:310px;
	color:#FFFFFF;
	font-size:1.1em;
	float:left;
	display:block;
	background-color:#8C1B1C;
	}

/*Formatierung des Abstands des Textes des Infokastens*/
#bilderkasten div.info p {
	padding: 185px 0 0 20px;
	}
	

/*------------------------------------------------------------------------*/
/*Formatierungen für den Content*/
#content {
	margin:auto;
	width:970px;
	padding-left:5px;
	height:auto;
	background-image:url(../Bilder/hintergrund.gif);
	background-repeat:repeat-y;
	background-color:#DFDFDF;
	overflow:hidden;
	}


/*------------------------------------------------------------------------*/
/*Formatierungen für den Text*/

#content div.text{
	width:600px;
	height:auto;
	float:left;
	padding:15px 25px 15px 25px;
	background-color:#FFFFFF;
	font-size:1.2em;
	line-height:1.5em;
	color:#4E4B4A;
	}

/*Textformatierungen*/

#content div.text h1 {
	font-size:2.4em;
	color:#4E4B4A;
	font-weight:bold;
	display:none;
	}
	
#content div.text h2 {
	color:#4E4B4A; 
	font-size:1.6em;
	}

#content div.text h2 a, #content div.text h2 a:hover{
	color:#4E4B4A; 
	text-decoration:none;
	}


#content div.text ol {
	color:#4E4B4A;
	}
	
#content img.ueberschrift {
	margin:15px 15px 15px 0;
	}

#content div.text h1 span.white {
	color:#FFFFFF;
	padding-left:4px;
	}


#content div.text a {
	font-weight:bold;
	color:#8C1B1C;
	text-decoration:none; 
	}

#content div.text a:hover {
	text-decoration:underline; 
	}
	
#content div.text ul.projekte {
	list-style-image: url(../Bilder/square.gif);
	margin-left: 42px;
	padding-left: 0px;
	}

*html #content div.text ul.projekte {
	list-style-image: url(../Bilder/square.gif);
	margin-left: 39px;
	padding-left: 0px;
	}

*html #content div.text ul.projekte li{
	margin:0 0 25px 0;
	}
	
* + html #content div.text ul.projekte {
	list-style-image: url(../Bilder/square.gif);
	margin-left: 39px;
	padding-left: 0px;
	}

* + html #content div.text ul.projekte li{
	margin:0 0 25px 0;
	}


/*------------------------------------------------------------------------*/
/*IE 6.0 Menu Hack*/
*html #content div.menucontainer{
 	width:295px;
	float:left;
	position: relative;
	margin-left:-25px;
	font-size:1.2em;
	margin-bottom:0;
	padding-bottom:0;
	}
	
* + html #content div.menucontainer{
 	width:295px;
	float:left;
	position: relative;
	margin-left:-25px;
	font-size:1.2em;
	margin-bottom:0;
	padding-bottom:0;
	}	

/*------------------------------------------------------------------------*/
/*Formatierungen für das Menü*/

#content div.menucontainer{
 	width:295px;
	float:left;
	position: relative;
	margin-left:15px;
	font-size:1.2em;
	margin-bottom:0;
	padding-bottom:0;
	}
	
#content div.menucontainer ul{
	list-style: none;
	padding: 0;
	margin-top:0;
	}

#content div.menucontainer li {
	width:295px;
	height:30px;
	margin: 0;
	padding: 0;	
	border-bottom: 1px solid #4E4B4A;;
	}
	
#content div.menucontainer li a { 
	width:280px;
	height:22px;
	padding: 8px 0 0 15px;
	text-decoration: none;
	display:block;
	color:#4E4B4A;
	}
	
#content div.menucontainer li a:hover { 
	width:280px;
	height:22px;
	padding: 8px 0 0 15px;
	display:block;
	text-decoration: none;
	color:#4E4B4A;
	background-color:#EBD8D8;
	}
	
#content div.menucontainer li.submenu a { 
	width:260px;
	height:22px;
	padding: 8px 0 0 35px;
	text-decoration: none;
	display:block;
	color:#4E4B4A;
	}
	
#content div.menucontainer li.submenu a:hover { 
	width:260px;
	height:22px;
	padding: 8px 0 0 35px;
	display:block;
	text-decoration: none;
	color:#4E4B4A;
	background-color:#EBD8D8;
	}
	

/*------------------------------------------------------------------------*/
/*Formatierungen für den Fuss*/	
*html #foot {
	margin:auto;
	width:970px;
	display:block;
	padding-left:5px;
	height:15px;
	background-image:url(../Bilder/unten.gif);
	background-color:#DFDFDF;
	}
	
#foot {
	margin:auto;
	width:970px;
	display:block;
	padding-left:5px;
	height:15px;
	margin-bottom:25px;
	background-image:url(../Bilder/unten.gif);
	background-repeat:no-repeat;
	background-color:#DFDFDF;
	}