html, body
{
	margin: 0;
	padding: 0;
	
	height: 100%;
	
}

body, input, textarea, select 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #222222;
	
	font-size: 13px;
	letter-spacing: 0px;	
}

body
{
	
	background-color: #00A1E3;
}

p
{
	line-height: 20px;
	margin: 0;
	padding: 0;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

#siteContainer
{
	position: absolute;
	width: 100%;
	min-height: 100%;
	min-width:1020px;
	max-width:1375px;
	background-color:#00A1E3;
}

#siteContainer #containerInner
{
	background-image: url("../images/header_transSJ2.png");
	background-repeat: no-repeat;	
	position: relative;
}
#siteContainer #buttonOrder
{
	position: absolute;
	top: 10px;
	left: 25px;
	background-image: url("../images/SJ2.png");
	background-repeat: no-repeat;
	width: 175px;
	height: 175px;
	text-align:bottom;
	padding-top:170px;
	padding-left:39px;
	color:yellow;
	font-size:15px;
	text-decoration:none;
}
#siteContainer #subHeader
{
	position: absolute;
	top:95px;
	left:405px;
	width:400px
	height:25px;
	color:white;
	font-family:trebuchet ms, tahoma;
	font-size:23px;
	letter-spacing:1px;
}
#siteContainer #content
{
	position:relative;
	
	top:150px;
	
	margin-left: 235px;
	margin-right:140px;
	height: 520px;
	
	background-color:white;
	z-index:10;
	
	background-image: url("../images/tekening_DikkeBuik320.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;

}
#siteContainer #content.no-background
{
	background-image:none;
}

#siteContainer #content>div.article
{
	height: 495px;
	padding-right:10px;
	padding-left:17px;
	padding-top:0px;
	padding-bottom:10px;
	overflow:auto;
}

#content h1, #content h2, #content h3
{
	margin: 0;
	padding: 0;	
	
	font-weight: normal;
	
	margin-top: 15px;
	margin-bottom:10px;
}

#content h1
{
	color: #cc0033;
	font-size: 14pt;
	
}

#content h2
{
	font-size: 12pt;
	color: #353535;
}

#content h3
{
	font-size: 16px;
	color: #353535;
	font-style: italic;
}

#content h6 {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
}

#content h1+p, #content h2+p, #content h3+p, #content h6+p
{
	margin-top: 0;
}

#content a
{
	text-decoration: none;
	color: #cc0033;
}

#content a:hover
{
	border-bottom: 1px dotted #cc0033;
}

#content ul
{
	list-style-image: url("http://www.saarenjop.nl/templates/saarenjop/images/bullet.png");
}

#content ul li
{
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 19px;	
}

#content .streamer, address
{
	margin-top: 20px;
	margin-bottom: 20px;
	
	font-size: 19px;
	text-align: center;
	
	color: #cc0033;
}

#siteContainer #menuMain
{
	z-index: 100;
	position: absolute;
	left: 20px;
	top: 206px;
	
	width: 185px;
	color: white;
}

#menuMain ul
{
	position: relative;
	z-index: 102;
	
	margin: 0;
	padding: 0;
	
	margin-top: 10px;
	margin-left:-3px;
	margin-bottom: 10px;
	list-style: none;
}

#menuMain a
{
	display: block;
	
	
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 20px;
	
	color: #EDEDED;
	text-decoration: none;
}

#menuMain a:hover
{
	text-decoration: underline;
}

#menuMain a.active {}
#menuMain ul > li#current> a 
{
	font-weight: normal;
	color: #8ac42a;
}

#menuMain ul ul
{
	margin: 0;
	margin-left: 10px;
}

#menuMain ul ul li a
{
	background: none;
}

#menuMain ul ul li
{

}

#menuMain .ornament
{
	z-index: 101;
	
	position: absolute;
	background-repeat: no-repeat;

	background-image: url("http://www.saarenjop.nl/templates/saarenjop/images/menuMainOrnament.png");
	
	width: 251px;
	height: 144px;
	
	bottom: -32px;
	left: -35px;
}

#siteContainer #moduleRight
{
	position:absolute;
	top:19px;
	right:0px;
	background-image: url("../images/SaarEnJop45.png");
	background-repeat:no-repeat;
		
	z-index: 1;
	
	width: 323px; /* 220 - 2*15 */
	height:314px;
}

#moduleRight h1, #moduleRight h3
{
	padding: 0;
	margin: 0;
	
	text-transform: uppercase;
	font-weight: normal;
	font-style:normal;
	font-size: 30px;
	
	color: #cc0033;
}

#moduleRight h1+p
{
	margin-top: 0;
}

#moduleRight a
{
	color: white;
	text-decoration: none;
	
	border-bottom: 1px dotted white;	
}

#moduleRight a:hover
{
	border-bottom: 1px solid white;
}

#moduleRight ul
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	
	list-style-image: url("http://www.saarenjop.nl/templates/saarenjop/images/bullet.png");
}

#moduleRight ul li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#moduleRight .content
{
	position: relative;
	z-index: 102;
}


#siteContainer #bottom
{

	width: 100%;
	height: 30px; /** height + padding-top = total height = 80 */
	top:685px;
	position:absolute;	
	
}

#siteContainer #bottom #bottomInner
{
	position: relative;
	left: 50%;
	margin-left: -278px;
	width: 920px;
}
#bottom div#footer
{
color:#cc0033;
position:absolute;
left:80px;
width:520px;
height:12px;
text-align:right;
}
div.footerLight
{
	font-size:8pt;
	color:#EDEDED;
	
}
#bottom #popRobot
{
	background-image: url("../images/Robot_Pop.png");
	background-repeat:no-repeat;
	height:150px;
	width:135px;
	position:absolute;
	right:0px;
	top:-120px;
}
#bottom #arkMedia
{
	background-image: url("../images/arkMedia.png");
	background-repeat:no-repeat;
	position:absolute;
	width:90px;
	height:27px;
	left:40px;
	top:-50px;
	
}
#bottom #socMedia
{
	position: absolute;
}
#bottom #printFooter
{
	position:absolute;
	left:50%;
	margin-left:-255px;
	color:#C6BC9F;
	font-size:8pt;
	text-transform:uppercase;
	top:33px;
}

#bottom ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom  ul li
{
	float: left;
	margin-right: 12px;
	font-size:10pt;
	text-transform: none;
}

#bottom a
{
	color: #cc0033;
	text-decoration: none;
}

#bottom a:hover
{
	border-bottom: 1px dotted #cc0033;
}

#bottom #socMedia a
{
	border: 0;
}
.printOnly
{
display:none;
}