
/* CSS intro campus houtland */

* {	
	margin: 0px;
	padding: 0px;
	}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#444;
	}
h1 a{
	font-size:30px ;
	font-weight:bolder;
	color:#fc0;	
	text-decoration:none;
	}
h2 a{
	font-size:18px;
	color:#C60352;
	text-decoration:none;
	}
h3 {						
	font-size:0.8764em ; 	
	color:#fc0;			
	}
h3 a {						
	font-size:0.8764em ; 	
	color:#fc0;			
	}
h4 a{
	font-size:12px;
	color:#C60352;
	text-decoration:none;
	}
p{							
	font-size:0.8764em ; 	
	color:#fefefe;			
	padding:0.2em 1em 0em 2em;
	text-align:justify;		
	}
p a{							
	font-size:0.8764em ; 	
	color:#fefefe;			
	text-decoration:none;		
	}
p a:hover{ 
		text-decoration:underline;
		}
	
/* ***************** DIV ************************* */

#container{
	/*overflow:hidden;*/
	margin:0 auto; 
	text-align:center;
	}
#header{
	height:60px;
	margin-top:0.5em;
	background:#00badb;
	text-align:center;
	}
#header a:hover{ 
		text-decoration:underline;
		}
	#header	#school {
		line-height:8px;
		color:#C60352;
	 	}
	
#content{
		text-align:center;
		overflow:hidden;
		}
		#CarouselDiv{
			height:670px;
			text-align:center;
			margin-top:-8em;/**/
		}
		#content_info{
			margin-top:8em;
		}
#footer{
		height:60px;	
		background:#00badb;
		margin-bottom:3em;
		font-size:0.5em;
		color:#C60352;
		}
		#school{
			width: 960px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;	
			}
		#school a:hover{ 
			text-decoration:underline;
			}	
		#contact{
			width: 860px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;	
			}
		#contact a:hover{ 
			text-decoration:underline;
			}
		#school2{
			width: 960px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;	
			}
		#school2 a:hover{ 
			text-decoration:underline;
			}
			
/* *************** classes ***** */

.menu li{		
	float:left;
	display:inline;	
	padding:0.4em;
	}
img.floatrechts {
	float: right;
	display:inline;
	margin: 4em;
	}
img.floatlinks{
	float: left;
	display:inline;
	margin: 4em;
	}
img.floatmidden{
	float: left;
	display:inline;
	margin:4em 15em 4em 18em;	
