@charset "UTF-8";
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/*****Basic Elements*****/  

html, body {

	height: 100%;
}
body {
	background-color: #000000;
	color: #AAACAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size:0.8em;
}
a {
	text-decoration: underline;
	color: #b6b8ba;
}

#header img {
	margin-top: 20px;
	margin-bottom: 30px;
}
p {margin:0 0 1.5em;line-height:1.7;}


/*****Generic Classes*****/
.left {
	float: left;
}


/*****Basic Layout*****/


#menu_main {
	float:left;
}
#menu_sub {
	float:left;
}
#berlin {
	float:right;
	margin-bottom:30px;
	line-height: 1.5;
}


/*****Menu*****/

#menu_main ul {
	list-style-type: none;
	width: 500px;
}
#menu_main li {
	margin-right: 30px;
	float: left;
}
#menu_main a:link, #menu_main a:visited, #menu_sub a:link, #menu_sub a:visited {
	text-decoration: none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left: -5px;
}
#menu_main a:hover, #menu_sub a:hover {
	background-color: #F5F700;
	color:#000000;
}

#menu_main a.actief:link, #menu_main a.actief:visited, #menu_main a.actief:hover, #menu_sub a.actief:link, #menu_sub a.actief:visited, #menu_sub a.actief:hover {
	text-decoration: none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left: -5px;
	background-color: #F5F700;
	color:#000000;
}

.actief {
	text-decoration: none;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	margin-left: -5px;
	background-color: #F5F700;
	color:#000000;
}

#menu_sub ul {
	list-style-type: none;
	width: 300px;
}
#menu_sub ul.small {
	list-style-type: none;
	width: 180px;
}
#menu_sub li {
	margin-bottom:15px;
}
#youtube {
	float:left;
	width: 480px;}



/*****Content*****/

#content {
	width: 350px;
	line-height: 1.5;
	float:left;
}
#content_text {
	float:left;
	margin-bottom: 20px;
	position:relative;
}

#content_links {
	float:left;
	margin-bottom: 20px;
	clear:both;
}
#player {
	float:left;
	margin-bottom: 20px;
}



/**.clearfooter {
height: 290px;
clear: both;
}

/**
 * = Sticky footer
 * ----------------------------------------------------------
 */

html, body {
	height: 100%;
}
#container {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -290px auto;
	position: relative;
}

#push {
	height: 290px;
}
/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
