/*
Theme Name:  Enting 4x4
Theme URI: http://www.enting4x4.nl
Version: 1.0
Author: FEdesign
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body		{ 
color: #000000; 
font: 12px Verdana, Arial, Helvetica; 
background-color:#ffffff;


}

h1	{
		color: #010101; 
		font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin: 5px 0 10px 0;
}

p {
	margin-bottom: 17px;
	line-height:18px;

}

a {
	color:#010101;
}


a:hover {
	text-decoration:none;
}

/*
template
*/



#container { 
	width:973px;
	margin:auto;
	background-color:#ffffff;
	background-image: url(images/bgcontainer.png);
	background-repeat:repeat-y;

}

#header {
	width:1000px;
	height:110px;
	background-image: url(images/header_new.png);
}

#menu {
	width:175px;
	float:left;
	background-color:#000;
	margin-left:30px;
	margin-top:20px;
	-moz-border-radius: 10px;
border-radius: 10px;
	}

#menu a {
	width:155px;
	height:35px;
	color: #ffffff; 
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	border-bottom:solid 1px #FFFFFF;
	margin: 10px;
}

#menu a:hover {
	color: #03a72d; 
	
}



#text {
	width:680px;
	padding: 30px;
	min-height:400px;
	margin-left:220px;
}

#foto {
	margin-left:500px;
	margin-top:100px;
	border:2px solid #003466;
}

#footer {
	color:#ffffff;
	font-weight:normal;
	height: 100px;
	margin:auto;
	padding-top: 5px;
	width: 954px;
	text-align:center;
	background-color:;
	border-bottom:#000 solid 1px;
	}
	
	#footer a {
	color:#ffffff;
	font-weight:normal;
	}
	
		#footer a:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	}

#front	{
	text-align: center;	
	font: 20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 17px;
	text-align: center;
	}
	