body {
	margin: 0; border: 0; padding: 0;
	background: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

ul { list-style: none; margin: 0; padding: 0; }
a { color: #000; }
p {  }

a.stream {
	background: url("../templates/stream.gif") 0 0 no-repeat;
	padding-left: 14px;
	height: 18px;
	text-decoration: none;
}


#main {
	position: relative;
	width: 800px; height: 800px;
	margin: 0 auto 0 auto;
}
#main img { border:0; }



#startportrait {
	position: absolute;
	width: 260px;
	left: 15px; top: 437px;
	text-align:left;
	color:#fff;
}
#startportrait a { color:#fff; text-decoration:none; }
#startportrait a:hover, #startportrait a:focus { color:#cfcfcf; text-decoration:underline; }


#starttext {
	position: absolute;
	background: url(../assets/menue_bgs/bg_starttext.jpg) 0 0 no-repeat;
	width: 370px; padding: 15px;
	left: 315px; top: 437px;
}


#submenu {
	position: absolute;
	left: 210px; top: 154px;
	width: 105px;
}

#submenu a {
	color: #fff; 
	text-decoration: none;
}
#submenu li.active, #submenu li.active a { color: #888; font-weight:bold; }


#content {
	position: absolute;
	left: 315px; top: 154px;

	width: 365px; height: 527px;
	/* ie hack hier */
	
	width: 365px;
	\width: 445px;
	w\idth: 365px;
	
	height: 527px;
	\height: 587px;
	he\ight: 527px;
	
	padding: 40px;
	overflow: auto;
}

#content img {
	float: left; clear: left;
	margin: 0 1em 1em 0;
}

#impressum {
	position: absolute;
	left: 356px; top: 480px;
	color: #fff;
}
#impressum a { color: #fff; }