/* CSS Document voor Autoservice Stefaan*/


/*tags*/
body {
	background: #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*id's*/
#container{
	width: 1000px; 
	margin: auto;
}

#BalkRechts{
	margin-top:10px;
	width:100px;
	float:left;
	display:inline;
	padding-left:5px;
}

#menu{
	margin-top:150px;
	margin-right:10px;
	width:250px;
	float:left;
	display:inline;
	background:#FFF;
	padding: 5px 5px 5px 5px;
}

#menu li{
	margin-left: 5px;
	color:#900;
	/*font-weight:bold;*/
	list-style-type:square;
}

#menu li a:{
	color:#900;
	list-style-type:square;
}


#menu li a:hover{
	color:#900;
	text-decoration: underline;	
	list-style-type:square;
	font-weight:bold;
}

#links{
	margin-top: 20px;
	float:left;
	display:inline;
	text-decoration:none;
}

#links a:hover{
	text-shadow:Gray;
	color:#900;
	text-decoration: underline;	
}

#header{
	color:#900;
	background:url(../../lh5.googleusercontent.com/-lowYpbW29iY/ThVXwGILeII/AAAAAAAAABI/1xEkH0zraHs/s800/stefaan-desal_03.gif) no-repeat;
	width:590px;
	float:left;
	display:inline;	
}

#content{
	width:650px;
	padding: 10px 10px 10px 10px;	
	background:#CCC;
	float: left;
	display: inline;	
	border:#900 dotted 1px;
}

#content2{
	width:675px;
	background:#FFF;
	float: left;
	display: inline;	
}

#foto{
	width:550px;
	margin-top: 20px;
	margin-left: 120px;
	text-align:center;
	float: left;
	display: inline;	
}

#footer{
	width: 979px;
	background:#FFF;
	margin-top: 10px;
	padding: 10px;
	float: left;
	display: inline;	
	border-top:#900 solid 2px;
	font-size: 8px;
}

#footer img a:hover {
	color:#900;
	text-decoration: underline;	
}

#footer a:hover {
	color:#900;
	text-decoration: underline;	
}


img { 
border: 0px; 
}

/*classes*/

.content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

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


.image{
	display: inline;
	float:right;
	padding: 5px;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
}	


a:link { text-decoration: none }
a:visited { text-decoration: none }
/*a:hover { color: red }*/
a:active { text-decoration: none }