/* CSS Document */

@import url("navigation.css");
/*----------------------------------------------------------------
MASTER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
Geel ruud: #fffd78
Goud #9d851a
Achtergrondkleur tekst : #eae9d5

/* =master layout start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
*{
margin:0;
padding:0;
border:0;
}

body{
margin:0px;
text-align:center;
/*min-width:840px;for netscape browsers*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
/*background:url(../images/body/body_bg.jpg) top no-repeat #000000;*/
background:url(../images/body/blackwatch1.jpg) top no-repeat #000000;
color:#333333;
}

#main_wrapper{
position:relative;
margin:0 auto;
text-align:left;
width:900px;
}

#sc_logo {
position:relative;
/*top:24px;*/
top:1px;
left:1px;
width:268px;
height:32px;
}

/* achtergrondblok*/
#wrapper{
position:relative;
/*margin-top:34px;*/
margin-top:100px;
width:700px;
border-top:2px #eae9d5 solid;
background:#eae9d5;
padding:2px;
}

#hp_header_wrapper{
height:360px;
}

#nav_wrapper {/* position nav above flashow not used */
	position:absolute;
	z-index:99;
	top:0px;
	/*width: 897px;*/
	width: 700px;
}

#left_content {
float:left;
width:640px;
margin-left:26px;
}

#pagetitle {
width:594px;
height:66px;
/*background:url(../images/header/blackwatchlogo.png) top left no-repeat; image niet gebruikt*/
} 

#pagetitle p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:21px;
font-weight:bold;
color:#870e0e;
padding: 20px 0px 0px 50px;
margin:0px;
}

#pagetitle span {
font-size:18px;
}



#footer_adres{
	height:40px;
	padding:15px 15px 0px 0px;
	text-align:left;
	margin-top:2px;
	background:#eae9d5;
	clear:both;
}

/* =layout end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/
