@charset "utf-8";
body {
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#container {
	position: absolute;
	top: 50%;
	margin-top: -300px; 
	left: 50%;
	margin-left: -300px; 
	height: 610px;
	width: 600px;
	background-color: #FFFFFF;
}
#top {
	float:left;
	height: 44px;
	width: 600px;
	background-image: url(../images/titels/sweetpepper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	float:left;
	height: 44px;
	width: 600px;
}
#menu_item_leeg {
	float: left;
	width: 110px;
	height: 44px;
	background-color: #000000;
}
#menu_item_home {
	float: left;
	width: 75px;
	height: 44px;
	background-color: #000000;
}
#menu_item_agenda {
	float: left;
	width: 115px;
	height: 44px;
	background-color: #000000;
}
#menu_item_media {
	float: left;
	width: 94px;
	height: 44px;
}
#menu_item_info {
	float: left;
	width: 80px;
	height: 44px;
}
#menu_item_contact {
	float: left;
	width: 126px;
	height: 44px;
}

#logo {
	float:left;
	height: 212px;
	width: 300px;
	background-image: url(../images/titels/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-position: left;
}
#foto {
	float:left;
	height: 212px;
	width: 300px;
}
#content {
	float: right;
	height: 512px;
	width: 290px;
	margin-left:10px;
}
#copyright {
	float:left;
	width:600px;
	height:10px;
	font-size:7px;
	text-align: center;
	background-color: #EAEAEA;
}

.sc {
	width:280px;
	height:480px;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x:hidden;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #000000;
	scrollbar-3d-light-color: #FF0000;	
}


/* --- LINK --- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

li#media{
	list-style-image: url(../images/file.gif);
}
.style5 {font-size: 9px}

