/* 
CSS FILE
==================================================
name: style.css
website: www.paintballcentrum.eu
author: Xenius Media Solutions
version: 1.0

successfully tested for:
Internet Explorer 5.5
Internet Explorer 6
Internet Explorer 7
Firefox 1.5
Firefox 2.0
Safari 1.0
Safari 2.0
Konqueror 3.5.5
Opera 9.10


OVERRIDE BROWSER MARGINS AND PADDING
==================================================
*/

* {
	margin:0;
	padding:0;
}

/* 
BASIC BODY STYLE
==================================================
*/

body{
overflow:-moz-scrollbars-vertical;
}



body{
	margin: 0;
	padding: 0;
		background-color:#636363;
	background-image: url(../images/site/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}
a{
	color: #8b0d0e;
}
a:hover{
	color: #8b0d0e;
}
hr{
	display:none;
}
/* 
STRUCTURE
==================================================
*/
#container{
	width: 900px;
	margin: 0 auto 0 auto;
}
/* 
HEADER
==================================================
*/
#header{
	height: 119px;
	/*background-color: #8b0d0e;
	background-image: url(images/site/header.jpg);*/
	background-position: right center;
	background-repeat: no-repeat;
}
#header h1, #header h2{
	position: absolute;
	margin: -3000px;
}
/* 
MENU
==================================================
*/
#menu{
	padding-left:15px;
	height: 30px;
}
#menu ul, #menu li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	display: block;
	margin: 7px 25px 5px 25px;
	text-align: center;
	color: #f3f4a4;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu .active a{
	color: #f3f4a4;
	text-decoration: underline;
}
/* 
CONTENT -LEFT
==================================================
*/
#content{
	width: 605px;
	float: left;
	padding: 20px;
	line-height: 150%;
}
#content a{
	color: #fff;
	text-decoration:underline;
}

/* arrangement styles */

#content a:hover{
	color: #8b0d0e;
	text-decoration:underline;
}
#content td.head{
	border-bottom:1px solid #8b0d0e;
	font-size:14px;
	font-weight:bold;
	color:#f3f4a4;
}
#content td.info{
	padding:10px 4px 10px 4px;
}
#content td.details{
	border-top:1px solid #000;
	text-align:right;
}
#content h3{
	color: #f3f4a4;
}
#content ul.listdetails{
	list-style-type:none;
}
#content li.detail_beg{
	color: #636363;
	font-size:10px;
	float:right;
	border-left:2px solid #636363;
	width:52px;
	padding-right:4px;
	text-align:right;
	background-image: url("../images/site/tab_pro.jpg");
	background-repeat:no-repeat;
}
#content li.detail_prijs{
	color: #636363;
	font-size:10px;
	float:right;
	border-left:2px solid #636363;
	width:52px;
	padding-right:4px;
	text-align:right;
	background-image: url("../images/site/tab_geld.jpg");
	background-repeat:no-repeat;
}
#content li.detail_balls{
	color: #636363;
	font-size:10px;
	float:right;
	border-left:2px solid #636363;
	width:52px;
	padding-right:4px;
	text-align:right;
	background-image: url("../images/site/tab_balls.jpg");
	background-repeat:no-repeat;
}
#content li.detail_uur{
	color: #636363;
	font-size:10px;
	float:right;
	border-left:2px solid #636363;
	width:52px;
	padding-right:4px;
	text-align:right;
	background-image: url("../images/site/tab_tijd.jpg");
	background-repeat:no-repeat;
}
#content li.detail_pers{
	color: #636363;
	font-size:10px;
	float:right;
	border-left:2px solid #636363;
	width:52px;
	padding-right:4px;
	text-align:right;
	background-image: url("../images/site/tab_groep.jpg");
	background-repeat:no-repeat;
}

#content #uit_tijd{
	border-bottom:2px solid #636363;
	color: #636363;
	font-size:10px;
	width:200px;
	padding-right:4px;
	text-align:right;
	background-color:#000;
	background-image: url("../images/site/tab_tijd.jpg");
	background-repeat:no-repeat;
}
#content #uit_pers{
	border-bottom:2px solid #636363;
	color: #636363;
	font-size:10px;
	width:200px;
	padding-right:4px;
	text-align:right;
	background-color:#000;
	background-image: url("../images/site/tab_groep.jpg");
	background-repeat:no-repeat;
}
#content #uit_bal{
	border-bottom:2px solid #636363;
	color: #636363;
	font-size:10px;
	width:200px;
	padding-right:4px;
	text-align:right;
	background-color:#000;
	background-image: url("../images/site/tab_balls.jpg");
	background-repeat:no-repeat;
}
#content #uit_prijs{
	border-bottom:2px solid #636363;
	color: #636363;
	font-size:10px;
	width:200px;
	padding-right:4px;
	text-align:right;
	background-color:#000;
	background-image: url("../images/site/tab_geld.jpg");
	background-repeat:no-repeat;
}
#content #uit_pro{
	border-bottom:2px solid #636363;
	color: #636363;
	font-size:10px;
	width:200px;
	padding-right:4px;
	text-align:right;
	background-color:#000;
	background-image: url("../images/site/tab_pro.jpg");
	background-repeat:no-repeat;
}

/* guestbook style */

.message{
	width:600px;
	background-color:#8b0d0e;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
	margin-bottom:15px;
	color:#f3f4a4;
	font-weight:bold;

}
.message .inner{
	background-color:#747474;
	padding:10px;
	color:#000;
	font-weight:normal;
}

#msgadder{
	width:300px;
	text-align:right;
	position:relative;
	top:-60px;
	left:300px;
}

/* guestbook input */

input.inputname{
	width:600px;
	background-color:#747474;
	border:1px solid #8b0d0e;
	font-family:Arial;
	color:#000;
	padding:2px;
}
textarea{
	width:594px;
	height:216px;
	background-color:#747474;
	border:1px solid #8b0d0e;
	font-family:Arial;
	font-size:12px;
	color:#000;
	padding:5px;
}
input.inputbutton{
	float:right;
	background-color:#747474;
	border:1px solid #8b0d0e;
	color:#fff;
	padding:4px;
	cursor:pointer;
}
input.inputbutton:hover{
	float:right;
	background-color:#f3f4a4;
	border:1px solid #8b0d0e;
	color:#000;
	padding:4px;
	cursor:pointer;
}

/* nieuws extra */

.meer{
	float:right;
	position:relative;
	top:-10px;
	left:6px;
}

.meer a{
	color:#f3f4a4;
	text-decoration:none;
}
.meer a:hover{
	text-decoration:underline;
}

/* 
CONTENT -RIGHT
==================================================
*/
#right{
	float: right;
	width: 230px;
	padding: 20px 20px 20px 0;
}
#right img{
	border:4px solid #8b0d0e;
	margin-bottom:15px;
}
/* 
FOOTER
==================================================
*/
#footer{
	clear: both;
	margin-left:10px;
	margin-right:25px;
	border-top:1px solid #8b0d0e;
}
#footer .copyrights{
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
}
#footer a{
	color: #fff;
	text-decoration:underline;
}
#footer a:hover{
	color: #8b0d0e;
	text-decoration:underline;
}

#footer .subtle{
	margin: 0;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	color:#515151;
}
#footer .subtle a{
	color: #515151;
	text-decoration:none;
}
#footer .subtle a:hover{
	color: #404040;
	text-decoration:underline;
}




p.alert{
border:1px solid #8b0d0e;
background-color:#f2f3a3;
color:#000;
padding:20px;
}
ul#partnerlist{
	list-style-type:none;
}
ul#partnerlist li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


