/*
Theme Name: Zorgloket Duitsland
Theme URI: http://www.zorgloketduitsland.nl
Description: Two column Wordpress theme for Zorgloket Duitsland
Author: Michiel Stevens Webdesign
Author URI: http://www.michiel-stevens.nl
version: 1.0
*/

* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
background: #eee;
}

#container {
position: relative;
min-height: 100%;
width: 898px;
border-right: 1px solid #bbb;
border-left: 1px solid #bbb;
margin: 0 auto;
background: #fff;
overflow: visible;
}

#header {
position: relative;
height: 190px;
width: 858px;
margin: 0 auto;
background: #fff;
background-image: url(images/header/header1.jpg);
background-position: bottom;
background-repeat: no-repeat;
border-bottom: 1px solid #333;
}

#headertop {
position: relative;
height: 30px;
width: 858px;
margin: 0 auto;
background: #444;
}

	#headertop p.name {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	}
	
	#headertop p.contact {
	position: relative;
	float: right;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	}
	
	#headertop a:link,
	#headertop a:visited,
	#headertop a:active {
	color: #fff;
	text-decoration: none;
	}
	
	#headertop a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	#rotator {
	position: relative;
	height: 160px;
	width: 858px;
	margin: 0 auto;
	background-image: url(images/header/rotator.php);
	}
	
	#rotator a:link,
	#rotator a:active,
	#rotator a:visited,
	#rotator a:hover {
	position: relative;
	display: block;
	top: 129px;
	left: 698px;
	height: 4px;
	width: 4px;
	background: none;
	}

#main {
position: relative;
width: 858px;
margin: 10px auto 0 auto;
}

#content {
position: relative;
float: left;
width: 600px;
margin: 0 0 10px 0;
background: none;
}

	#content h1, #content h2 {
	position: relative;
	display: block;
	background: #444;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 3px 5px;
	font-size: 20px;
	text-align: justify;
	}
	
	#content h3 {
	position: relative;
	color: #444;
	margin: 0 0 10px 0;
	font-size: 16px;
	text-align: left;
	}
	
	#content h3 a:link,
	#content h3 a:visited,
	#content h3 a:active {
	color: #444;
	text-decoration: none; 
	}
	
	#content h3 a:hover {
	color: #444;
	text-decoration: underline;
	}

	#content p {
	margin: 0 0 10px 0;
	font-size: 14px;
	text-align: justify;
	}
	
	#content img {
	margin: 0 0 10px 0;
	border: 1px solid #444;
	}
	
	#content ol, #content ul {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 10px 14px;
	font-size: 14px;
	text-align: justify;
	}
	
	#content a:link,
	#content a:visited,
	#content a:active {
	color: #900;
	text-decoration: none;
	}
	
	#content a:hover {
	color: #900;
	text-decoration: underline;
	}

#menu {
position: relative;
float: right;
width: 238px;
margin: 0 0 10px 0;
background: #ddd;
border: 1px solid #444;
}

	#menu ul {
	position: relative;
	list-style: none;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	}
	
	#menu ul ul { /* fixed submenu */
	padding: 0px 10px 0px 15px;
	font-size: 12px;
	}
		
	/*#menu ul li ul { hover submenu
	display: none;
	}
	
	#menu ul li:hover ul {
	display: block;
	position: relative;
	list-style: none;
	padding: 0 0 0 20px;
	font-size: 12px;
	}*/
	
	#menu a:link,
	#menu a:visited,
	#menu a:active {
	display: block;
	margin: 0 0 3px 0;
	padding: 3px 6px;
	background: none;
	color: #444;
	text-decoration: none;
	}
	
	#menu a:hover {
	color: #fff;
	background: #444;
	}

#footer {
clear: both;
position: relative;
width: 858px;
margin: 0 auto;
background: #444;
}

#footer p {
	position: relative;
	padding: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

	#footer a:link,
	#footer a:visited,
	#footer a:active {
	color: #fff;
	text-decoration: underline;
	}
	
	#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	}

/* Custum styling for cform II plug-in */
	
.cform {
width: 600px;
margin: 10px 0;
color: #444;
text-align: left;
}

.cform .single, .cform .area {
border: 1px solid #ccc;
}

.cform .single, .cform .secinput {
border: 1px solid #ccc;
}

.cform .cf-sb .sendbutton{
margin-left: 10px;
}
