@charset "utf-8";
/*  
Theme Name: Lekker Strak
Theme URI: http://www.lekker-strak.nl
Description: Standaard Lekkerstrak Thema.
Version: 1
Author: Millie
Author URI: http://lekker-strak.nl/

	
*/

/* CSS Document */

body {
	background-color: #686968;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
}

a {
 color: #0066CC;
}


#s {
width: 110px;
}

#wrapper {
	width: 950px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin:auto;
}

#header {
	width: 100%;
	height:90px;
}

#logo {

	width: 420px;
	height:90px;
	float:left;
}

#banner468 {
	margin-top: 15px;
	margin-left: 15px;
	width: 468px;
	height:60px;
	float: left;
}


#menudiv {
	width: 100%;
	height: 26px;
	background-color:#FFFFFF;
}
#mainmenu {
	margin: 0;
	padding: 0;
	
	background-color:#FFFFFF;
	list-style:none;
	
}

#mainmenu li {
	float: left;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#FFFFFF;
}

#mainmenu li:hover {
	background-color: #0066CC;
}
#mainmenu li:hover a {
	color: #FFFFFF;
}

#mainmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#0066CC;
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
}



#main {
	width: 100%;
	overflow:hidden;
	margin-top: 5px;
}

.column {
	float: left;
	overflow:visible;
}

.column_content {
	padding-left: 15px;
	padding-right: 3%;
	background-color:#FFFFFF;
	width: 97%;
	padding-bottom: 10px;
	padding-top: 10px;
}

.navigation {
	padding-left: 15px;
	padding-right: 3%;
	line-height: 18px;
	width: 97%;
	background-color: #FFFFFF;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.post {
	margin-bottom: 15px;
	background-image:url(img/bg-post.gif);
	background-repeat:repeat-x;
}

.post img {
	border: #FFFFFF 2px solid;
}
.column h1 {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 0px;
	height: 25px;
	line-height: 25px;
	background-color: #FF3366;
	color: #FFFFFF;
	font-size: 16px;
}


.column h2 {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 0px;
	height: 25px;
	line-height: 25px;
	background-color: #FF3366;
	color: #FFFFFF;
	font-size: 16px;
}
.column h2 a {
	
	text-decoration: none;
	color:#FFFFFF;
}

.column h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
}
.column h3 a {
	color: #0066CC;
	text-decoration:none;
}



#col1 {
	width: 185px;
	height:100%;
	background-color:#FFFFFF;
	overflow:visible;
}

#col1 ul {
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: 45px;
}

#col1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}


#col2 {
	margin-left:30px;
	width: 540px;
}

#col3 {
	margin-left:30px;
	width: 150px; 
}




#footer {
	background-color:#FFFFFF;
	width: 100%;
	min-height: 200px;
	line-height: 18px;
	padding-bottom: 15px;
	padding-top:10px;
	

}

#footer ul {
	float: left;
	width: 170px;
}
#footer ul a {
	color: #fd008f;
	
	text-decoration: none;
}

/* Reacties */

#comment {
	width: 450px;
	height: 100px;
}