/*
Theme Name: Centomani
Theme URI: http://www.centomani.nl
Description: Centomani wordpress template 2009
Version: 2009
Author: Enof online+communicatie
Author URI: http://www.enof.nl
*/

@charset "utf-8";
* { margin: 0; padding: 0; }
body {
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: url(images/body-bg.gif) repeat-x;
}

a img {border: none;}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 510px;
	font-size: 1em;
}
#header {
	height: 107px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
#logo {
	margin-top: 31px;
	margin-left: 280px;
	float: left;
}
#subtitel {
	float: left;
	margin-left: 54px;
	margin-top: 19px;
}
#menu {
	list-style: none;
	margin:0 0 0 18px;
	background: url(images/menu-li-bg1.gif) no-repeat left center;
	padding:0 0 0 4px;
	height: 25px;
}
#menu li {
	line-height: 25px;
	float: left;
	background: url(images/menu-li-bg1.gif) no-repeat right center;
	display: block;
}
#menu li a {
	color: #89BEC6;
	font: 1.3em/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 21px;
	padding-left: 15px;
}

#menu li a { text-transform:lowercase; }
#menu li a:hover { color:#E58701; }
#menu li.current_page_item a, #menu li.current-cat a, #menu li.active a { color: #E58701; }
#content {width: 280px; clear: both; float: left;padding: 30px 0px 0 18px;color: #725345;font-size: 1.2em;margin-top: 1px;}
#content.home { background: url(images/content-home-bg.gif) no-repeat;padding-left: 146px;}
#content a { color: #8CBDC4; text-decoration:none; }
#content a:hover {color: #E58701;}
#content ul, #content ol { margin-left: 13px; }
#content p {padding-bottom: 10px;}
#content h1 {padding-bottom: 10px; font-size: 1.5em;}

#navi {color: #8CBDC4; width: 158px; height: 20px; padding-bottom: 30px; background: url(images/menu-li-bg1.gif) no-repeat 68px 0px;}

#navi.onlynext {color: #8CBDC4; width: 89px; height: 20px; padding-bottom: 30px; background: url(images/menu-li-bg1.gif) no-repeat 0px 0px;}

#navi a {text-decoration: none; display:block; }
#navi a:hover{color: #E58701; }

#navi div.prev {float: left; }
#navi div.next {float: right; }
#navi div.prev a {text-align: left; padding:0 0 0 18px;  background: url(images/back.gif) no-repeat left;}
#navi div.next a {text-align: right; padding:0 18px 0 0; background: url(images/next.gif) no-repeat right; }

#imgplaceholder {float: right; width: 630px; height: auto; margin-top: 38px;color: #725345;font-size: 1.2em; padding-left: 10px; text-align:right;}

#bnoholder {float: left; width: 630px; height: auto; margin-top: 38px;color: #725345;font-size: 1.2em; padding-left: 10px; text-align:right;}


#imgplaceholder p, #bnoholder p {padding-bottom: 10px;}
#imgplaceholder a, #bnoholder a { color: #8CBDC4; text-decoration:none; }
#imgplaceholder a:hover, #bnoholder a:hover {color: #E58701; }



