/* 
Website: Foto Ingrid
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

/* default
--------------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	background-color: #141414;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #fff;
	height: 100%;
	background-image: url('../images/back.jpg'); 
	background-repeat: no-repeat;
	background-position: 50% 0;
	/* background-attachment: fixed / auto */
}
a {
	color: #fff;
}
a:hover {
	color: #0289C1;
}
p {
	margin-bottom: 10px;
	line-height: 16px;
}

h1 { 
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0289C1;
}

#container {
	width: 900px;


	margin: 0 auto;
	position: relative;

	/*b background-image: url('../images/back1.gif'); 	*/
}

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

#container .content {
	float: right; width: 750px;
	margin-top: 20px; 	margin-right: 30px;
}

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

#container .menu {
	padding-top: 20px;
	padding-left: 0px;
	float: left;

	/*font-style: italic;*/
}
#container .menu h2 {
	text-transform: none;
	color: #0289C1;
	margin-bottom: 5px;
	font-size: 17px;
}
#container .menu  .logo {
	margin-bottom: 40px;
	margin-top: 30px;
}
#container .submenu {
	position: absolute;
	top: 563px;
	left: 115px;
	float: left;
	text-transform: lowercase;
	/*font-style: italic;*/
}
#container .menu ul  {
	margin-bottom: 20px;
}

#container .menu ul li, #container .submenu ul li {
	padding: 5px;
	display: block;
	margin-right: 10px;
}
#container .menu ul li a, #container .submenu ul li a, ul.links li a {
	display: block;
	width: 200px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
}
#container .menu ul li a:hover, #container .submenu ul li a:hover, ul.links li a:hover {
	color: #0289c1;
	background-position: 0px -11px;
}
#container .menu ul li a.aan {
	color: #0289C1;
}
#container .menu ul li.back a {
	background-image: url('../images/arrow2.gif');
	color: #666;
}
#container .menu ul li.back a:hover {
	color: #fff;
}


/* cycle
--------------------------------------------------------------------------------------*/


#slideshow {
	position: absolute;
	top: 70px;
	right: 10px;
	margin-bottom: 5px;
	width: 600px;
	height: 600px;
	border: 0px solid #fff;

}
#slideshow img {
	margin-top: 20px;
	border: 1px solid #fff;
}

.nav {
	position: absolute;
	top: 700px;
	right: 10px;
	display: block;
	height: 20px;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 600px;
}

.nav2 {
	right: 10px;
	display: block;
	height: 20px;
	margin-bottom: 0px;
	margin-top: 25px;
	padding-top: 15px;
	width: 600px;
}

.nav a, .nav2 a {

	margin-right: 5px;
	font-size: 9px;
	color: #fff;
	padding-top: 4px;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 15px;
	text-align: center;
	float: left;
	font-family: arial;
}
.nav a:hover, .nav2 a:hover {
	background-color: #5C2DCB;
}	
.nav a.activeSlide, .nav2 a.activeSlide {
	background-color: #0289c1;
	
}	
.view { width: 44px; float: left; margin-right: 15px; font-size: 9px; padding-top: 4px; }

/* koppen
--------------------------------------------------------------------------------------*/
.kop {
	position: absolute; 
	top: 50px;
	right: 10px;
	width: 600px;
}

/* uitklap info paginas */
/* mag denk ik weg
#info, #contact {
	position: absolute; 
	bottom: 0px; 
	left: 0;

	height: 0;
	width: 960px;
	background-color: #000;
	overflow: hidden;
	color: #fff;
	z-index: 9999;
	font-size: 11px;
	background-image: url('../images/back_info.jpg');

}	
#info div, #info h2, #contact div, #contact h2 {
	padding-top: 20px;
	padding: 20px;
	line-height: 16pt;
	color: #fff;
}
#info h2, #contact h2 {
	margin-top: 30px;
}
.info, .contact {
	color: #fff; cursor: pointer;
}
.close, .close2 {
	color: #0289C1; cursor: pointer; background-color: #000; padding: 4px; 
	margin-top: 30px;
}
.close:hover, .close2:hover {
	color: #fff; background-color: #5C2DCB;
}
.info:hover, .contact:hover {
	color: #0289C1;
}	



.welcomelink {
	background-color: #fff; color: #000; background-image: url('../images/welcomelink.jpg'); text-align: center; display: block; width: 108px; height: 20px; float: left; margin-right: 10px; padding-top: 8px;
	text-decoration: none; font-weight: bold;
}
.welcomelink:hover {
	background-position: 0px -28px; color: #fff;
}
*/


#container .menu ul li.on a { color: #0289C1; background-position: 0px -11px }
.on { color: #f00; }

.tekst {
	margin-top: 30px;
	line-height: 16pt;
	width: 400px;
}
.rubriektekst {
	position: absolute; 
	top: 750px; 
	right: 10px;
	width: 600px;
	padding-bottom: 20px;
	line-height: 16pt;
}
.divider {
	width: 30px;
	height: 700px;
	background-image: url('../images/div.png');
	background-repeat: no-repeat;
	position: absolute;
	left:240px;
	top: 30px;
}

ul.links {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 25px;
}

ul.links li a {
	height: 12px;
	line-height: 12px;
	margin-bottom: 3px;
}

.quotes {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	color: #0289C1;
	line-height: 16pt;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.quotes .name {
	display: block;
}
.quotes .quote {
	font-weight: bold;
}

.tekst form label {
	width: 120px;
	float: left;
	display: block;
	margin-bottom: 5px;
}

.tekst form br {
	clear: left;	
}

.tekst form input {
	width: 150px;
	float: left;
	display: block;
	margin-bottom: 5px;
}

.tekst form input.submit {
	background-color: #ffffff;
	border: 1px solid #0289C1;
	color: #0289C1;
	width: 90px;
	padding: 4px;
	margin-top: 5px;
	font-weight: bold;
}

.tekst form .error {
	color: #ff0000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
