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

body {
	background-color: #abe1fa;
	background-image: url(../images/background-repeat.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	position: relative;
}

body,td,th {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	word-spacing: 1px;
	letter-spacing: 0.05em;
	color: #000000;
}

/* Font niet instelbaar door gebruikers.. De editor plakt dit*/
font[size="3"], font[size="2"] {
	font-size:	11px;
	line-height:	15px;
}



#zone-a {
	background-image:	url(../images/background_header.jpg);
	background-repeat:	no-repeat;
	width:				auto;
	background-position:center top;
	margin-bottom: 30px;
}

#site {
	text-align: 		left;
	position:			relative; /* needed for footer positioning*/
	margin:				0 auto; /* center, not in IE5 */
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	background-image: 	url(../images/background-insite.png);
	background-repeat: 	repeat-y;
	width: 				965px;
}

#insite {
	background-image: url(../images/header-new.jpg);
	background-repeat: no-repeat;
	position:relative; /* needed for footer positioning*/ /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	position: relative;
	height: 200px;
	width: 100%;
	top: 0;
}

#content {
	position: relative;
	width: 908px;
	height: auto;
	top: 0;
	bottom: 0;
	padding-left: 49px;
	overflow: hidden;
}

#footer {
	left: 2px;
	margin:	10px 0 5px -2px;
	width: 960px;
	text-align: center;
}

#footer_under {
	background-image: url(../images/footer_under.jpg);
	height: 10px;
}

#banner {
	position: absolute;
	top: 38px;
	right: 14px;
	width: 325px;
	height: 60px;
	background-color: #FFFFFF;
	border: 3px solid white;
}

#contact {
	position: absolute;
	top: 10px;
	right: 48px;
}

#top-menu {
	width: 100%;		
	position: absolute;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	top: 145px;
}

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

#top-menu ul li {	
        display:inline;
}

#top-menu a {
       	color: #5f256d;
       	padding-left: 15px;
       	padding-right: 15px;
}

#top-menu a:hover {
        color: #8a35a0;
}

#top-menu a.menu_current {
        color: #3a1544;
}

div#video-block {
	margin-left: 50px;
	margin-top: 5px;
}

div.video-block-main {
	text-align: left;
}

div.video-block-text {
	text-align: left;
	width: 640px;
}

div#video-player {
	width: 640px;
	height: 360px;
}

div.video-block-text ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

div#right-menu {
	float: right;
	width: 255px;
}

div#right-menu h1.toggler {
	color: #000000;
	font-size: 13px;
	background-image: url(../images/menu_right_line.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
	width: 213px;
	cursor: pointer;
}


div#right-menu h1.toggler-noclick {
	color: #000000;
	font-size: 13px;
	background-image: url(../images/menu_right_line.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
	width: 213px;
}

div#right-menu div.element ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #000000;
	width: 213px;
}

div#right-menu div.element ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #9cb0bd;
}

div#right-menu div.element ul li menu-parent {
	color: red;
}

/* ---   BEGIN TWITTER   --- */

#homepage-social {
	width: 	640px;
}

#tweet ul {
	list-style: none;
}

#tweet div.status{
	width: 450px;
	margin:	10px	10px	10px	10px;
	/* rounded */
	padding:	15px;
	position:	relative;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	/* font tweaks: */
	font-size:	12px;
}

#tweet .tweet_text{
	clear:	both;
}

#tweet .tweet_time{
	display: 	block;
	float:		right;
	margin-right:	10px;
}

#tweet .tweet_user{
	display:	inline-block;
	width:		150px;
	float:		right;
}

#tweet .tweet_user a{
	font-weight:	bold;
	font-size:		12px;
}

#tweet .about{
	width:		410px;
	margin:		0	0	10px	0;
	height:		10px;
	font-size:	11px;
}

#tweet .top{
	width:		40px;
	float:		left;
	height:		50px;
}

#tweet div.status.owntweet{
	background:		#c6e9fc;
}

#tweet div.status.retweet{
	background:		#9fdf86;
}

#tweet .retweetcorner{
	position:		absolute;
	left:			-10px;
	top:			-5px;
}

#tweet div.status.favorite{
	background:		#5F256D !important;
	color:			white !important;
}

#tweet .owntweet .tweet_user{
	/* margin-left:	42px;/* compensate for picture */
}

#tweet .tweet_avatar{
	vertical-align:	bottom;
}

/* ---   EINDE TWITTER   --- */




/* ---   BEGIN DOROTHEE   --- */

div.dorothee-block-text {
	text-align: left;
	width: 510px;
}

div#right-dorothee {
	float: right;
	width: 345px;
}

/* ---   EINDE DOROTHEE   --- */






a:link, a:visited, a:active {
	color: #1d86d1;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


div#right-menu div.element ul li a {
	color: #000000;
	text-decoration: none;
}


div#right-menu div.element ul li a:hover {
	color: #1d86d1;
	text-decoration: none;
}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 13px;
}

h2, h3, h4, h5 {
	font-size: 12px;
}

h6 {
	font-size: 18px;
	color: #1d86d1;
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	background-color: #bbbfc2;
	display : list-item;
	list-style: none;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

td {
	vertical-align: top;
}

/*kleuren:
achtergrondblauw: #abe1fa
achtergrondpaars: #e7e1ec

*/

/* Actieve aflevering bij aflevering gemist dik weergeven: */
.menu-expand.menu-parent a, .menu-current a{
	font-weight:	bold;
}

div.element div.element{
	margin-left:	20px;
}

div#right-menu div.element div.element li{
	margin-right:	20px;/* "20px minder breed dan de rest" - en width = auto.. */
}

#top-menu a.menu_current{
	font-weight:	bold;
	font-size: 12px;
}
