body {
	margin:0px;
	padding:0px;
	text-align:left;
	background-image: url(../images/bg_grey1.gif);
	background-color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color: #000;
}

/*Gerüst*/

#page {
	margin:auto;
	width:1000px;
	text-align:left;
}

#title {
	margin-top:10px;
	width:100%;
	height:175px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;

}


#nav {
	width:1000px;
	float:left;
	margin-bottom:0px;
	background-color:#0066cc;
}

#content {
	width:1000px;
	float:left;	padding-top:20px; padding-bottom:0;
/*	background-color: #ECECEC; */
	background-image:url(../images/bg.jpg);
		text-align:left;
}


#innercontent {
	width:585px;
	margin-left:200px;
	padding: 0 10px 0 10px;
	float:none;
	text-align:left;
	font-weight: bold;
}


#left {
		min-height:470;
		width:180px;
		margin: 0 0 3px 3px;
		padding: 10px 5px 5px 5px;
		float:left;
		background-color: #CCCCCC;
		color: #000000;
		text-align:left;
		
		}

#aktuell { height:140px;
			padding-left:5px;
			vertical-align:top;			
		}
		
#vbsm { text-align:center;
		;
		}
		
#veranstaltungen { 		
		
		padding: 20px 10px 10px 20px;
		margin-bottom:20px;
		text-align:left;
		background-color:#B4B4B4;
		background-image:url(../images/bg_grey1.gif);

		}
		
#box {
		padding: 20px;
		text-align:left;
		background-image:url(../images/bg_brown.gif);
		border:solid;
		border-color:#999; border-collapse:collapse;
		allign:center;
		-moz-box-shadow: 7px 7px 5px #999;
	  	-webkit-box-shadow: 7px 7px 5px #999;
  		box-shadow: 7px 7px 5px #999;
		
		}

#contentbox {
	padding: 5px 5px 5px 20px;
	color:#ECECEC;
	text-align:left;
	background-image:url(../images/bg_grey1.gif);
	color: #333;
		}
				
.div1
{ background-color:#CCC;
border:2px solid #333333;
left:10px;top:50px;
-moz-border-radius:10px;
-khtml-border-radius:10px;
}

.shadowright {
		-moz-box-shadow: 3px 3px 3px 0 #000;
	  	-webkit-box-shadow: 3px 3px 3px 0 #000;
  		box-shadow: 3px 3px 3px 0 #000;

	}
		
.shadowleft {
		-moz-box-shadow: -3px 3px 3px 0 #000;
	  	-webkit-box-shadow: -3px 3px 3px 0 #000;
  		box-shadow: -3px 3px 3px 0 #000;
	}		
		
.divborder3
{
		-moz-box-shadow: 3px 3px 3px 0 #000;
	  	-webkit-box-shadow: 3px 3px 3px 0 #000;
  		box-shadow: 3px 3px 3px 0 #000;
		left:10px;top:50px;
}


.divborder2 {
		-moz-box-shadow: 3px 3px 3px 0 #000;
	  	-webkit-box-shadow: 3px 3px 3px 0 #000;
  		box-shadow: 3px 3px 3px 0 #000;
}



#right {
	background-color:#CCC;
	width:180px;
	min-height:470px;
	color: #333333;
	float:right;
	margin-right:2px;
	text-align:center;
/*	border:2px solid #333333; */
	}
	
.veranstaltungen {
border-bottom:2px solid #666666;
		}
	
/*
.rightdiv
 {
  background-color:#003366;
  border-style:solid #000000 1px;
 }
 */
 	


.clear {
clear:left;
}


#footer {
	clear:both;
	width:100%;
	height:27px;
	padding-left:10px;
	margin-top:8px;
	margin-bottom:20px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	color:#999999;

}



/*Navigation*/

#nav ul {
	list-style: none;
	margin: 5px 0 5px 0;
	padding:0;
}

#nav li { float:left;

}

#nav a {
	height: 25px;
	width: 120px;
	display: block;
	padding-left: 5px;
	margin-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}

#nav a:hover {
	background-color:#0066cc;
	color: #999999;
}

#nav a:active {
	background-color:#0066cc;
}

#title a {
	
	color: #FFFF99;
	text-decoration: none;
	
	font-weight:bold;
}


#index #indexlink a, #unterricht #unterrichtlink a, #projekte #projektelink a, #interaktiv #interaktivlink a, #galerie #galerielink a, #links #linkslink a, #standorte #standortelink a, #kontakt #kontaktlink a  {
 
	border: 1px solid :#006699;
	color: #999999;
	/*cursor: default;*/
	text-decoration:none;
}


/*Schrift und Text*/


#footer p {
	padding-top:10px;
	}

#title p {
margin-top:30px;
padding-left:50px;

}

h1	{
	font-size:24px;
	line-height:36px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333;
	}
	
h2	{
	font-size:20px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif; 
	color:#333;
	}
	
h3	{
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color:#333;
	font-style: inherit;
	}
	
h4	{
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333;
	text-decoration:underline;
	}
	



/* links */ 

a:link {
  color: #666;
  text-decoration:underline;
  }
  
a:active {
	color: #666;
	text-decoration:inherit;

	}
a:visited {
	color: #666;
  	}
  
a:hover {
	color: #FFFFFF;
 	text-decoration:none;
  	}


/* links h3 */ 

a.h3:link {
	font-size:13px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
 	text-decoration:underline;
  }
  
a.h3:active {
	font-family: Arial, Helvetica, sans-serif; 
	color: #999999;
 	text-decoration:underline;

	}
 a.h3:visited {
  	font-size:13px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
 	text-decoration:underline;
  }
  
 a.h3:hover {
  color: #FFFFFF;
  text-decoration:none;
  }

