body {
	margin:0;
	padding:0;
	background-color: #222;
	color:#666;
	font-family:sans-serif;
	font-size:20px;
	}
a {
	color:#ff0000;
	}

#pos_center {
	}
#pos_videos {
	width:930px;
	height:670px;
	margin: 0 auto 0 auto;
	margin-top:20px;
	background:url(../img/video_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:15px;
	}

#pos_imagegallery {
	width:1000px;
	height:530px;
	margin: 0 auto 0 auto;
	margin-top:20px;
	}

#mediaspace {
	margin-left:15px;
	width:900px;
	height:506px;
	}
	
#video_footer {
	}
#video_links {
	margin-left:45px;
	}

/* Profil Liste */
#pos_profil {
	margin-left:15px;
	width:900px;
	height:467px;
	}
	
ul li {
	color:#aec1c3;
	font-size:12pt;
	font-family:'trebuchet ms', trebuchet, tahoma, arial, sans;
	font:weight:regular;
	text-decoration:none;
	}


/* Menue Oben */
#menueouter{
	width:100%;
	height:80px;
	background:url(../img/menue_bg_tile.jpg);
	}
	
#menuebar {
	margin: 0 auto 0 auto;
	width:930px;
	height:80px;
	background:url(../img/menue_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	}

.menueitem_def {
	position:absolute;
	left:94px;
	top:43px;
	width:161px;
	height:37px;
	background:url(../img/button_off.jpg);
	text-align:center;
	overflow:hidden;
	}
	
.menueitem_def:hover {
	background:url(../img/button_over.jpg);
	}
	
.menueitem_off {
	position:absolute;
	left:94px;
	top:43px;
	width:161px;
	height:37px;
	background:url(../img/button_on.jpg);
	text-align:center;
	overflow:hidden;
	}

#menueitem02{
	position:absolute;
	left:260px;
	top:43px;
	}
	
#menueitem03{
	position:absolute;
	left:426px;
	top:43px;
	}
	
.menuelink {
	color:#aec1c3;
	font-family:'trebuchet ms', trebuchet, tahoma, arial, sans;
	font:weight:regular;
	font-size:12pt;
	text-decoration:none;
	width:161px;
	height:37px;
	display:block;
	padding-top:7px;
	}

.menuelink:link { color:#aec1c3; text-decoration:none; }
.menuelink:visited { color:#aec1c3; text-decoration:none; }
.menuelink:focus { color:white; text-decoration:none; }
.menuelink:hover { color:#d6e4e5; text-decoration:underline; }
.menuelink:active { color:#aec1c3; text-decoration:underline; }

#menuelink_off {
	cursor:default;
	}

#menuelink_off:hover {
	color:#aec1c3; 
	text-decoration:none;
	}
