/*
Theme Name: Kroonsfeld
Theme URI: http://www.kroonsfeld.nl
Description: Kroonsfeld - gastvrij en ruimtelijk wonen in Oldekerk/Niekerk
Version: 07.04.2010
Author: T. Iamsam-ang
Author URI: http://www.klabam.com/
*/

/* CSS Document */
/*copyright 2010 KLABAM | www.klabam.com | info@klabam.com*/
/*written by T.Iamsam-ang*/

/* general CSS template*/
body {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
}

img { border: 0px; }
strong { color: #000000; }
.copyright { font-size: 11px; color:#444444; }
.space { background-color:#EBEBEB; width:900px; height:20px; }
.inputbox { background-color: #DCDCDC; border: 0 none; display:block; padding: 2px 2px 2px 2px; margin-bottom: 5px; font-size:11px;}
.submitbtn { font-size: 12px; font-weight: bold; color: #FFFFFF; background-color:#766454; border: 0 none; display:block; padding: 2px 2px 2px 2px; margin-top:10px; cursor: pointer; }

hr { margin-top: 10px; margin-bottom: 10px; border-bottom: 2px dotted #999999; border-left:0px; border-right:0px; border-top:0px; }
h2 { font-size: 18px; font-weight: bold; color: #0099FF; margin: 0px 0px 0px 0px; }
h3 { font-size: 18px; font-weight: bold; color: #000000; margin: 0px 0px 0px 0px; }

.arrow-news {
	width: 16px;
	height: 16px;
	background-image: url("images/arrow-blue.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0px 3px 0px 0px;
	float: left;
}

#content a:link, #content a:visited { color: #000000; text-decoration: none; }
#content a:hover, #content a:hover { color: #000000; text-decoration: none; }

#box {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	width: 900px;
	height: 138px;
	margin: 0px 0px 0px 0px;
	position: relative;
	border: 0px solid #CC0000;
}

#menu {
	width: 900px;
	height: 22px;
	background-color: #766454;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	padding: 2px 0px 2px 0px;
	position: relative;
	border: 0px solid #CC0000;
	z-index: 5 !important;
}

#menu ul { list-style: none; margin: 2px 0px 0px 0px; *margin: 4px 0px 0px 0px; padding:0; border: 0px solid #CC9900; }
#menu ul li { list-style: none; display: inline; position:relative; margin-right: -2px; }

#menu ul li a { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	background-color: #A9834F;
}

#menu ul li a:hover { background-color: #52443C; } 

#menu li ul {
	display: none;
	/*margin: 0;
	padding: 0;*/
	background-color: #766454;
	position: absolute;
	left: 0px;
	top: 15px;
	*top: 18px;
}

#menu li ul li { width: 155px; float: left; padding: 0px 2px 0px 2px; margin-left: -2px; }

#menu li:hover ul { display: list-item; width: 155px; text-align: left; padding: 4px 0px 4px 0px; margin: 5px 0px 0px -2px; }
#menu li:hover ul li { width: 155px; }

#menu li:hover ul li a {
	width: 145px;
	background-color: #766454;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 3px 2px 3px;
	margin: 0px 2px 0px 2px;
	/*border-bottom: 4px solid #766454;
	border-top: 4px solid #766454;*/
}

#menu li:hover ul li a:hover {
	width: 145px;
	background-color: #52443C;
	/*border-bottom: 4px solid #52443C;
	border-top: 4px solid #52443C;*/
}

#content {
	width: 900px;
	/*min-height: 400px;*/
	background-image: url("images/content-bg.gif");
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;	
	overflow: hidden;
}

#content-left ul li { list-style: square; margin-left: -26px; }

#content-left {
	width: 555px;
	/*height: 200px;
	background-color: #3333CC;*/
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0;
	position: relative;
	border: 0px solid #FF0033;
}

#content-right {
	width: 265px;
	/*height: 200px;
	background-color: #3333CC;*/
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0;
	position: relative;
	border: 0px solid #00CCFF;
}

.sub-right { width: 265px; margin: 0; padding: 0; border: 0px solid #00FF00; /*background-color:#999900;*/ }
#footer a:link, #footer a:visited { color: #000000; text-decoration: none; }
#footer a:hover, #footer a:hover { color: #000000; text-decoration: none; }

#footer {
	width: 900px;
	height: 100px;
	/*float: left;*/
	background-image: url("images/footer.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	margin: 0px auto 0px auto;
	position: relative;
}
