/* 
Website: Backstage Template
Author: CYBOX internet & communicatie, Boxmeer, www.cybox.nl
*/

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

html {
	height: 100%;
}
body {
	background-color: #666;
	font-family: 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: #c57784; text-decoration: underline;
}
a:hover {
	color: #c57784;
}
p {
	margin-bottom: 10px; 
	line-height: 16px;
}

h1 { 
	font-size: 29px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
}
h2 {
	font-size: 21px;
	color: #c57784;
	margin-bottom: 20px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;

}

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

/* tabs top 
--------------------------------------------------------------------------------------*/

.top-header {
	width: 100%; height: 46px; background-color: #000;
}
.top-header-tabs {
	width: 960px; margin: 0 auto;
}
.tab {
	height: 46px;
	float: right;
}
.tab a {
	height: 46px;
	width: 129px;
	display: block;
}
.tabroepaen {
	background-image:url("http://www.roepaen.com/images/tab-roepaen-on.jpg");
	width: 129px;
	height: 46px;
}
.tabroepaen a { width: 108px; }
.tabpodium {
	background-image:url("http://www.roepaen.com/images/tab-podium-on.jpg");
	width: 101px;
	height: 46px;	
}
.tabkunsten a { width: 101px; }
.tabkunsten {
	background-image:url("http://www.roepaen.com/images/tab-kunsten-on.jpg");
	width: 101px;
	height: 46px;	
}
.tabkunsten a { width: 101px; }



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

#container #header {
	height: 140px;
	position: relative;
	background-image: url('../images/header.jpg');
}
#container #header .logo {
	position: absolute;
	left: 45px;
	top: 13px;
}
#container #header .logo a {
	display: block;
	width: 150px;
	height: 153px;
	background-image: url('../images/stempel.png');	
	background-position: 0 0px;
	background-repeat: no-repeat;
}
#container #header .beeldmerk {
	position: absolute;
	right: 5px;
	top: 25px;
	width: 80px;
	height: 120px;
	background-image: url('../images/beeldmerk.jpg');	
	background-position: 0 0px;
	background-repeat: no-repeat;	
}


/* 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: 180px;
	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: #fff;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
}
#container .menu ul li a:hover {
	color: #fff;
	background-position: 0px -35px;
}
#container .menu ul li.on a {
	background-position: 0px -35px;	
}

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

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

	margin-top: 40px;

}
#container .submenu ul {

}
#container .submenu ul li {
	margin-right: 10px; float: left;
	list-style:none;
}
#container .submenu ul li a {
	display: block;
	width: 180px;
	height: 28px;
	padding-top: 7px;
	background-color: #fff;
	background-image: url('../images/btn2.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: 30px;
	margin-top: 20px;	
	background-color: #000;
	color: #fff;
	padding: 20px;
		line-height: 16px;
}

#container .content p {
	line-height: 16px;
	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 #333; padding-top: 20px; padding-bottom: 20px;  }

.info /* Standaard tekstjes voor post info - Date/time/etc */ { color: #666; 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 #333; margin-bottom: 10px; }
.blok .thumb{ display: block; float: none; margin-top: 10px; }

/* contactformulier */

.formulier { margin-top: 20px }
.formulier input, .formulier textarea { font-family: arial; font-size: 12px; color: #666; display: block; margin-top: 5px; margin-bottom: 5px; padding: 5px; border: 1px solid #ccc; }
.formulier textarea { width:300px; height:100px; }
.formulier .submit { background-color: #c57784; 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: 940px; 
	font-size: 11px; 
	margin: 0 auto; 
	height: 60px;  
	display: block; 
	border-top: 1px solid #ccc; 
	padding-top: 20px; 
	padding-left: 20px;
	color: #FF8611;
	display: none;
}

/* nieuws */

.nieuws_afbeelding { max-width:540px; }

/* naw */

.naw {
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	margin-top: 20px;
}
.naw a {
	color: #efefef;
}
.naw a:hover {
	color: #c57784;
}
