html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	position: relative;
	list-style: none;
	position: relative;
}

.spotlight_rotator{
	position: absolute;
	height: 500px;
	clear: both;
	top: 0px;
	padding-top: 0px !important;
}


head{
	display: none;
}

.clear{
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h3 + object{
	margin-top: 5px;
}

body{
	padding: 0px;
	margin: 0px;
	background-image: url("../images/background/background.png");
	background-repeat: repeat;
    font-family: Arial, Verdana;
	line-height: 17px;
	font-size: 13px;
}

html{
	padding: 0px;
	margin: 0px;
	background: #fff;
}

:focus{
    outline:none;
}

a.active{
	outline:none;	
}

.clear{
	width: 100%;
	clear: both;
	height: 1px;
	margin-top: -1px;	
}

img{
	outline: none;
	border: 0px;
	margin-bottom: 5px;
}

#header{
	height: 145px;
	width: 100%;
	background-image: url("../images/background/ridge_down.png");
	background-position: bottom;
	background-repeat: repeat;
	display: table;
	z-index: 4;
}

#header #header_content{
	width: 900px;
	height: 100%;
	margin: 0px auto;
}

#header #header_content a, #header #header_content a:link{
	border: 0px;
	outline: 0px;	
}

#header #header_content img{
	position: absolute;
	top: 35px;
	left: 0px;
}

#header #header_content #banner{
	height: 105px;
	width: 728px;
	position: absolute;
	top: 14px;
	left: 172px;
	background-color: #fff;
	overflow: hidden;
}

#header #header_content #banner object{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#header #header_content #banner a,
#header #header_content #banner a:link,
#header #header_content #banner img{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
}

#menu{
	width: 906px;
	height: 50px;
	background-image: url("../images/background/menu.png");
	background-position: bottom;
	margin: 0px auto;
	left: -0px;
	top: -10px;
	z-index: 1;
}

#social_link
{
	position: absolute;
	right: 10px;
	top: 12px;
	width: 75px;
	height: 32px;
}

#social_link a, #social_link a:link, #social_link img
{
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 2px;
}

#menu ul, #menu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	padding-top: 7px;	
}

#menu ul li a, #menu ul li a:link{
	display: block;
	float: left;
	padding: 5px 5px 10px 5px;
	position: relative;
	left: 7px;
}

#body{
	width: 900px;
	height: auto;
	z-index: 2;
	top: -2px;
	margin: 0px auto;
}

#body #left{
	width: 245px;
	height: auto;
	float: left;
}

#body #middle{
	width: 390px;
	height: auto;
	float: left;
	left: 10px;
}

#body #middle_content{
	background-color: #fff;
	width: 100%;
	background-image: url("../images/background/middle_background.png");
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 5px;
}

#body li{
	clear: both;
	width: 100%;
}

.spotlight_wrapper{
	height: auto;
	overflow: visible;
	height: 550px;
}

#body #middle_content h2{
	font-size: 20px;
	color: #ae5d60;
	display: block;
	padding: 5px;
	text-transform: uppercase;
}

#body #middle_content form{
    display: block;
    width: 380px;
    margin: 0px auto;
    padding: 10px;
}

#body #middle_content form h3{
	color: #ae5d60;
	margin: 2px 0px;
}

#body #middle_content form p{
    padding: 5px 0px;
}

#body #middle_content form p label{
    display: inline-block;
    float: left;
    height: 100%;
    width: 115px;
    padding-right: 5px;
    text-align: right;
}

#body #middle_content form p input[type="password"], #body #middle_content form p input[type="text"], #body #middle_content form p textarea{
    padding: 2px;
    position: relative;
    top: -4px;
    color:  #ae5d60;
    font-family: Arial, Verdana;
    line-height: 17px;
    font-size: 13px;
    border: 1px solid #818181;
    background-color: #f2f2f2;
    width: 210px;
}

#middle select{
	position: relative;
	left: 120px;
}

#body #middle_content form p input[type="submit"]{
    padding: 2px;
    position: relative;
    top: -4px;
    left: 120px;
    color:  #444;
    font-family: Arial, Verdana;
    line-height: 17px;
    font-size: 13px;
    border: 1px solid #818181;
    background-color: #f2f2f2;
    width: auto;
}

#body #middle_content form p.login_message{
    font-weight: bold;
    color: red;
    padding-bottom: 15px;
    text-align: center;
}

#body #middle_content form p.login_message_succes{
    font-weight: bold;
    color: green;
    padding-bottom: 15px;
    text-align: center;
}

#body #middle_content form p input[type="submit"]:hover{
    background-color: #c4c4c4;
    color:  #ae5d60;
}

#body #middle_content form p input[type="submit"]:active{
    color: #c4c4c4;
    background-color:  #ae5d60;
}

#body #middle_content ul{
	height: auto;
	padding: 12px 0px 5px 0px;
}

#body #middle_content ul:first-child{
	padding: 0px 0px 5px 0px;
}

#body #middle_content ul li{
	padding: 0px 0px 0px 5px;
}

#body #middle_content ul li.gal_image{
	height: 79px;
	width: 79px;
	float: left;
	padding: 3px 8px 12px 10px;

}

#body #middle_content ul li h3{
	font-family: Arial, Verdana;
	font-weight: bold;
	line-height: 18px;
	font-size: 18px;
	padding-bottom: 2px;
	color: #000;
}

#body #middle_content ul li h4{
	font-family: Arial, Verdana;
	font-weight: bold;
	line-height: 34px;
	font-size: 34px;
	color: #ae5d60;
	text-transform: uppercase;
}

#body #middle_content ul li a, #body #middle_content ul li a:link{
	color: #3d3d3d;
	text-decoration: none;
}

#body #middle_content ul li a:hover{
	color: #ae5d60;
	text-decoration: underline;
}

#body #middle_content ul li p{
	font-family: Arial, Verdana;
	line-height: 17px;
	font-size: 13px;
	padding-right: 5px;
	text-align: left;
	color: #525252;
}

#body #middle_content ul li h1{
	font-size: 18px;
	margin-bottom: 10px;
}

#body #middle #spotlight{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/spotlight.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #middle #contact{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/contact.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #middle #admin{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/admin.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #right{
	width: 245px;
	height: auto;
	float: right;
	left: 0px;
}

#body #right #sponsors{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/sponsor.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #right #sponsor_list{
	background-color: white;
	background-image: url("../images/background/left_background.png");
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	padding: 5px 0px 0px 0px;
}

#body #right #sponsor_list .sponsor{
	width: 235px;
	height: 155px;
	margin: 0px auto 5px auto;
	background-color: #eeeeee;
	background-image: url("../images/misc/adverteren.png");
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.imageclip{
position: absolute;
clip: rect(0px,235px,155px,0px);
}

#body #right #sponsor_list .tools{
	width: 235px;
	height: auto;
	margin: 0px auto 5px auto;
}



#body #left #twitter{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/twitter.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #left .left_block{
	background-color: white;
	background-image: url("../images/background/left_background.png");
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#body #left .left_block ul li a, #body #left .left_block ul li a:link{
    font-family: Arial, Verdana;
	line-height: 17px;
	font-size: 13px;
}

#body #left .left_block ul li.active a, #body #left .left_block ul li.active a:link{
    font-family: Arial, Verdana;
	line-height: 17px;
	font-size: 13px;
    color: #818181;
}

#body #left .left_block ul{
	list-style: none;
	padding: 5px;	
}

#body #left .left_block ul li{
	padding-top: 17px;	
}

#body #left .left_block ul li.menu_list{
	padding-top: 5px;
	font-weight: bold;
	font-size: 16px;
}

#body #left .left_block ul li ul li{
	padding-top: 5px;
}

#body #left .left_block ul li a, #body #left .left_block ul li a:link{
	text-decoration: none;
	color: #444;
}

#body #left .left_block ul li.current_page a, #body #left .left_block ul li.current_page a:link{
	text-decoration: underline;
	color: #ae5d60;
}

#body #left .left_block ul li a:hover{
	text-decoration: none;	
	color: #ae5d60;
}

#body #left .left_block ul li:first-child{
	padding-top: 0px;	
}

#body #left .left_block ul li h4{
	font-family: Arial, Verdana;
	line-height: 20px;
	font-size: 17px;
	text-align: left;
	color: #ae5d60;
	top: -1px;
}

#body #left .left_block ul li p{
	font-family: Arial, Verdana;
	line-height: 17px;
	font-size: 13px;
	text-align: left;
	color: #818181;
}

#body #left .left_block ul li p img{
	float: left;
	margin: 3px 5px 3px 0px;	
}

#body #left #twitter_block{
	padding: 0px;
	height: auto;
	padding: 15px 0px;
	margin: 0px 0px 7px 0px;
}

#body #left #twitter_block a, #body #left #twitter_block a:link{
	margin: 0px auto;
	display: block;
	width: 228px;
	
}

#body #left #ins_outs{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/ins_outs.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #menu_left{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/menu.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_skatepark{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/skatepark.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_archive{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/archive.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_spots{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/spots.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_news{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/news.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_agenda{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/agenda.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_photo{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/photos.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_video{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/videos.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_media{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/media.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#body #title_contact{
	width: 100%;
	height: 20px;
	background-image: url("../images/headers/contact.png");
	background-position: top left;
	background-repeat: no-repeat;	
}

#footer{
	height: 80px;
	width: 100%;
	background-image: url("../images/background/rigde_up.png");
	background-position: top;
	background-repeat: repeat;
	position: relative;
	bottom: 0px;
}

#footer_content{
	width: 940px;
	height: 60px;
	background: white;
	margin: 0px auto;
	position: relative;
	top: 13px;
}

#footer_content a, #footer_content a:link{
	display: block;
	float: left;
}

.foto_edit{
	display: block;
	position: absolute;
	top: 0px;
	left: 100px;
}

.foto_edit input[type="submit"]{
	top: -10px;
}

label{
	width: 90px;
	margin-top: 3px;
	display: inline-block;
}

#body #middle_content form p textarea.bb{
	display: block;
	height: 200px;
	width: 360px;
}

#body #middle_content form p ul.textarea_tools{
	background-color: #b4b4b4;
	display: block;
	width: 366px;
	height: 30px;
	padding: 0px;
	clear: both;
	margin-top: 10px;
}

#body #middle_content form p ul.textarea_tools li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

#body #middle_content form p ul.textarea_tools li.textarea_tool_bold a, #body #middle_content form p ul.textarea_tools li.textarea_tool_bold a:link{
	font-weight: bold;
}

#body #middle_content form p ul.textarea_tools li.textarea_tool_italic a, #body #middle_content form p ul.textarea_tools li.textarea_tool_italic a:link{
	font-style: italic;
}

#body #middle_content form p ul.textarea_tools li.textarea_tool_underline a, #body #middle_content form p ul.textarea_tools li.textarea_tool_underline a:link{
	text-decoration: underline;
}

#body #middle_content form p ul.textarea_tools li.textarea_tool_strike a, #body #middle_content form p ul.textarea_tools li.textarea_tool_strike a:link{
	text-decoration: line-through;
}

.preview_message{
	padding: 10px;
}

#body #middle_content form p ul.textarea_tools li a, #body #middle_content form p ul.textarea_tools li a:link{
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-left: 1px solid white;
	background-color: black;
	position: relative;
	top: 0px;
	left: 0px;
}

