html {
	min-height: 100%;
	}

body  {
	background-color: #ffffff;
	font-family: "Verdana", "Arial", "Tahoma", sans-serif;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	font-size: 12px;
	font-weight: light;
	line-height: 17px;
	color: #BFBFBF;
	margin: 0;
	padding: 0;
	}
	
a:link , a:visited {
	text-decoration: none; 
	color: #cccccc;
	}

a:hover , a:active {
	text-decoration: none;
	color: #666666;
	}

#wrapper {
	width: 980px;
	height: 560px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px; 
	margin-left: -490px;
	border: 8px solid #ffffff;
	}

#flash {
	width: 850px;
	height: 560px;
	position: relative;
	background-color: #000000;
	margin: 0;
	padding: 0;
	float: left;
	}

#profil_content {
	width: 850px;
	height: 560px;
	position: relative;
	background-image: url("../images/profil.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	}

#contact_content {
	width: 850px;
	height: 560px;
	position: relative;
	background-image: url("../images/contact.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	}

#contact_text {
	width: 390px;
	height: 545px;
	position: relative;
	margin: 0;
	padding: 15px 15px 0 445px;
	}
	
#menu {
	width: 130px;
	height: 560px;
	position: relative;
	background-image: url("../images/back_logo.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	text-align:left;
	margin: 0;
	padding: 0; 
	float: right;
	}

#topmenu {
	width: 100px;
	position: relative;
	margin: 0;
	padding: 270px 15px 0 15px; 
	}

#topmenu ul { padding: 0; margin: 10px 0 20px 0;}
	#topmenu ul li {list-style-type: none;}
	#topmenu ul li a {text-decoration: none; color: #666666; padding: 0;}
	#topmenu ul li a:hover {color: #cccccc;}


#styleswitcher {
	width: 100px;
	heigth: 14px;
	position: absolute;
	z-index: 1000;
	top: 568px;
	left: 750px;
	}
	
	#styleswitcher .image {
	padding: 0 3px 0 3px;
	}

