/* @override http://www.levensvragen.nu/index.php/tools/css/themes/levensvragen/style.css */



img {
	border: 0;
}
.img{
	border: 5px solid #ffffff;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
div.grid_9 img{
	border: 10px solid #ffffff;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.flashcontent {
	float: left;
	width: 100%;
	height: 100%;
}

body {
	background: #ffffff url(http://www.levensvragen.nu/themes/levensvragen/images/bg.jpg) repeat-x;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header */

#header {
	height: 177px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

#outer_wrap {
	width: 100%;
	margin: 0 auto;
}

#wrap {
	margin: 0 auto;
	background: url(http://www.levensvragen.nu/themes/levensvragen/images/bghead.png) no-repeat;
}

/* Logo */

.logo {
	background: url(http://www.levensvragen.nu/themes/levensvragen/images/logo.png) no-repeat;
	height: 160px;
	margin-top: 10px;
	float: left;
}

/* Menu */

ul.nav-header {
	float: right;
	margin: 60px 0 0 0;
	padding: 0px 0 0px 10px;
	list-style: none;
	line-height: normal;
	
}

ul.nav-header li {
	float: left;
	height: 20px;
}

ul.nav-header a:link, ul.nav-header a:visited {
	display: block;
	height: 20px;
	margin: 0 10px;
	padding: 0 2px 0 2px;
 	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

ul.nav-header a:hover, ul.nav-header .nav-selected a {
	color: green;
}



#page {
	width: 950px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	display: block;
}



#content p {
	line-height: 20px;
}

.right #content {
	line-height: 20px;
	float: left;
	width: 610px;
}

.left #content {
	float: right;
	width: 570px;
	line-height: 20px;
}

.full #content {
	width: 100%;
}

#content {
	background: #ffffff;
	padding: 20px;
	line-height: 20px;
}

.contentbottom {
	background: url(http://www.levensvragen.nu/themes/levensvragen/images/contentbottom.jpg) no-repeat;
	width: 650px;
	height: 15px;
	float: left;
}

#maincontent {
	float: right;
	width: 650px;
	padding: 0px 0px 0px 40px;
	display: block;
	height: 100%
}

/* Sidebar */

.left #sidebar {
	background: url(http://www.levensvragen.nu/themes/levensvragen/images/logo.jpg) no-repeat;
}

.right #sidebar {
	float: left;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}

#sidebar p strong {
	color: #4A3E29;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	
}
.footer h2 {
	color: white;
}
ul.footermenu {

}

.footermenu li {
	margin: 2px 0 2px 0;
}

.footermenu li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.footer {
	width: 100%;
	float: left;
	background: #474747;
	padding: 20px 0 30px 0;
}

.telnr {
	font-size: 18px;
	margin: 0 10px 0 0;
}

input[type=submit], 
input[type=button], 
submit-row input {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
	border: none;
	margin: 0px;
	padding: auto 0;
	background: url(http://www.levensvragen.nu/themes/levensvragen/images/btn-submit2.png) repeat-x;
	height: 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#belmeterug{
	background: #e9eae5;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
	border: 10px #fff solid;
	margin:20px 0 0 0;
	padding:10px}
	
#belmeterug h2{
color: #696767;
text-align: center;
}
#belmeterug form input{
	height: 20px;
	width: 90%;
	
}
#belmeterug input[type=submit]{
	width: 100px;
	height: 30px;
	margin: 10px 0;
	display: block;

}
.confirm{
	color: green;
	font-weight: bold;
}
.alert{
	color: red;
	font-weight: bold;
}
.telnr {
	font-size: 14px;
	margin:5px 10px 0 0;
	padding: 1px 0 1px 0 ;
}
	
.diensten{
	text-align: center;
}
/*home elements */

h2.home-slogan{
	color: #ccc;
	margin: 20px;
	font-size: 35px;
	line-height: 40px;
	
}
.green{
	color: #aad26a;
	font-size: 140%;
}

a.home-dienst-txt:link, a.home-dienst-txt:visited{
	margin: 10px 0 0 0 ;
width: 220px;
display: block;
text-align: center;
float: left;
font-weight: bold;

	}
a.home-dienst:link,a.home-dienst:visited{
	background: #f7ec29;
	height: 100px;
	border: 10px solid #ffffff;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #333;
	}

a.home-dienst:hover{
	background: #aad26a;
	color: white;
	cursor: pointer;
}


/*vcard */

.vcard{
	color: #fff;
	line-height: 24px;
}
.vcard a:link, .vcard a:visited{
	color: #fff;
}

.nav li{
	display: block;
	
	border-bottom: 1px solid #ccc;
}
.nav a:link, .nav a:visited {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
	display: block;
	
}
.nav li a:hover{
	background: #aad26a;
	color: white;

}
