/* CSS Document */
/* main makeup */
#body {
	margin: 0;
 	padding: 0;
	text-align: center;
	background: #000000;

	}
	
a:link {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
a:hover {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
a:visited {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}

p {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	font-size: 12px;
	color: #cccccc;
}


img {
	margin: 10px 10px 10px 10px;
	clear: left;
	clear: right;
	border: 0px;
	border-style: solid;
	border-col
	or: #ccc;
}
#contenttitel {
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	text-align: left;
	color: #666666;
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 0px 0px;
	border-style: none;
	clear: left;
 }
 
/* indeling website */
#container {
	position: relative;
	width: 915px;
	margin-top: 0;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
 	}
#header {
	width: 914px;
	height: 90px;
	background: #000000 url(images/top.jpg) no-repeat;
	}

#content {
	float: left;
	width: 589px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: left;
	color: #cccccc;
	background: #000000;
	margin: 0;
 	}
#container > #content {
	float: left;
	width: 585px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: left;
	color: #cccccc;
	background: #000000;
	margin: 0;
	border-width: 0px 2px 2px 2px;
	border-color: #666666;
	border-style: solid;
 	}
#left {
	float: left;
	width: 78px;
	height: 218px;
	background: #000000 url(images/left.jpg) no-repeat;
	}
#right {
	float: left;
	width: 247px;
	height: 414px;
	background: #000000 url(images/right.jpg) no-repeat;
	}
#footer {
	clear: both;
	height: 30px;
 	width: 914px;
	}

/* navigatie */
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  text-indent: 10px;
  }
li {
  	float: left;
 	position: relative;
  	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
  	text-decoration: none;
	
	  	
  }
li ul {
	display: none;
	position: absolute;
	width: 10em;
	top: 1em;
	left: 0;  
 	background: transparent url(images/menu.gif) ;
	text-decoration: none;
	
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul {
	display: block;
	}

/* cms specifieke */
#cms_nav {
	height: 35%;
	width: 80%;
	background: #ffffff;
	color: #cccccc;
}
#cms_content {
	height: 100%;
	width: 80%;
	background: #ffffff;
	color: #cccccc;
}
#error {
	font-family: Arial, Verdana, Sans-Serif;
  	font-size: 10px;
  	text-decoration: none;
  	color: red;
}
/* vote specifieke */
#vote img {
	float: left;
	clear: left;
	margin-left: 20px;
	margin-top: 5px;
	border: 1px;
	border-style: solid;
	border-color: #666666;
	}
#vote p {
	float: left;
	clear: right;
	margin-top: 5px;
	font-family: Arial, Verdana, Sans-Serif;
  	font-size: 12px;
  	text-decoration: none;
  	color: #666666;
}
#vote a:link {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
#vote a:hover {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
#vote a:visited {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}

#vote {
	float: left;
	height: 45px;
	text-decoration: none;
}
#votehome {
	float: right;
	margin-top: 150px;
	text-decoration: none;
}
#right > #vote {
	margin-top: 5px;
}
#audio {
	margin-left: 10px;
	
}
#audio a:link {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
#audio a:hover {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
#audio a:visited {font-family: Georgia, Arial, Verdana, Sans-Serif; font-size: 12px; color: #666666; text-decoration: none;}
