/* 
Website: de Puthof
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* default
--------------------------------------------------------------------------------------*/

html {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Georgia, arial, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
}
a {
	color: #ac1b22; text-decoration: none;
}
a:hover {
	color: #c19e64;
}
p {
	margin-bottom: 10px; 
	line-height: 16px;
}

h1 { 
	font-size: 29px;
	color: #c19e64;
	font-style: italic;
	margin-bottom: 20px;
	display: block;
}
h2 {
	font-size: 21px;

	
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;

}

#container .content ul {
	line-height: 16pt;	
	margin-top: 10px;
}
#container .content ul li {
	list-style:disc;	
	margin-left:25px;
}

/* tickers */

.tickers {
	margin-top: 30px;
}

.ticker { 
	width: 230px;
	height: 20px; float: left;
	padding: 10px; border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; margin-right: 30px;
}
.ticker h2 {
	color: #c19e64;
	font-size: 16px;
	font-style: italic;
	margin-top: -5px;
}


/* content
--------------------------------------------------------------------------------------*/

#container #header {
	height: 200px;
	position: relative;
	background-image: url('../images/xheader.jpg');
	margin-bottom: 30px;
}
#container #header .logo {
	position: absolute;
	left: 30px;
	top: 50px;
}
#container #header .logo a {
	display: block;
	width: 178px;
	height: 121px;
	background-image: url('../images/logo.jpg');	
	background-position: 0 0px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
#container #header .logo .payoff {
	position: absolute;
	left: 29px;
	top: 73px;
	z-index: 9;
	line-height: 18px;
}
#container #header .cycle {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 705px;
	height: 200px;
	overflow: hidden;
}
#container #header .cycle img {
	display: block;
}

/* menu
--------------------------------------------------------------------------------------*/

#container .menu {
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#container .menu ul {

}
#container .menu ul li {
	margin-right: 10px;
}
#container .menu ul li a {
	display: block;
	width: 130px;
	height: 25px;
	padding-top: 10px;
	background-color: #fff;
	background-image: url('../images/btn.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	color: #333;
	text-align: left;
	padding-left: 50px;
	font-size: 13px;
	text-decoration: none;
}
#container .menu ul li a:hover {
	color: #ac1b22;
	background-position: 0px -35px;
}
#container .menu ul li.on a {
	background-position: 0px -35px;	
	color: #ab1c22;
}

/* submenu (zoals op parented pagina's)
--------------------------------------------------------------------------------------*/

#container .submenu {
	width: 100%;
	display: block;

	margin-top: 20px;
	margin-bottom: 40px;
}
#container .submenu ul {

}
#container .submenu ul li {
	margin-right: 10px; float: left;
}
#container .submenu ul li a {
	display: block;
	width: 180px;
	height: 28px;
	padding-top: 7px;
	background-color: #fff;
	background-image: url('../images/btn.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	 float: left;
}
#container .submenu ul li a:hover {
	color: #fff;
	background-position: 0px -35px;
}
#container .submenu ul li.on a {
	background-position: 0px -35px;	
}

/* content
--------------------------------------------------------------------------------------*/

#container .content {
	width: 670px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;	
	line-height: 24px;
	margin-bottom: 20px;
}

#container .content p {
	line-height: 24px;
	margin-bottom: 10px;	
	margin-top: 10px;
}
#container .content ul {
	line-height: 16pt;	
	margin-top: 10px;
}

/* rij / blokken 
--------------------------------------------------------------------------------------*/

.blok /* Gebruiken als inhoud uit blokken bestaat die moeten worden onderverdeeld */ { border-bottom: 1px solid #ccc; padding-bottom: 20px; }
.info /* Standaard tekstjes voor post info - Date/time/etc */ { color: #a3171a; display: block; }

/* fotoboek & thumbs
--------------------------------------------------------------------------------------*/

.thumb, .album { float: left; margin-right: 10px; margin-bottom: 10px; }
.thumb img, .album img { display: block; padding: 5px; border: 1px solid #ccc; margin-bottom: 10px; }

/* contactformulier */

.formulier { margin-top: 30px; }
.formulier input, .formulier textarea { font-family: georgia, arial; font-size: 12px; color: #666; display: block; margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; width: 200px; }
.formulier textarea { width:300px; height:100px; }
.formulier .submit { background-color: #ac1a24; color: #fff; border: 0; padding: 8px; cursor: pointer; }
.formulier .mandatory_field { border: 1px solid #ff0000; }
.formulier .mandatory_msg { color: #ff0000; }

/* footer 
--------------------------------------------------------------------------------------*/
.footer { 
	clear: both; 
	width: 960px;
	margin: 0 auto;
	color: #c19e64;

}
.footer div {
	padding-top: 30px;
	margin-left: 254px;
	margin-bottom: 30px;	
}
.footer a {
	color: #c19e64;
}
.footer a:hover {
	color: #333;
}

/* nieuws */

.nieuws_afbeelding { max-width:540px; }

/* fotos */

#fotos {
	float: right;
	width: 160px;
	margin-left: 30px;
	margin-right: -30px;
}
#fotos a {
	display: block;
}
#fotos a img {
	display: block;
}

