/* CSS Document */


*	{
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


h1, h2, p, ul, ol, td, tr {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	line-height: 12pt;
}

li {
	margin-left: 30px;
}



/* Linkformatierung */ 
a {
	color: #E1E1E1;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #bcbe00;
	text-decoration: underline;
}

a:active {
	color: #bcbe00;
}


/* Stilformatierung */
.texthead {
	color: #E1E1E1;
	font-size: 1.2em;
	margin-right: 10px;
}

.textbody {
	font-size: 0.925em;
	color: #E1E1E1;
	line-height: 12px;
	margin-right: 10px;
}

/* Layoutboxen */
#rahmen {
	top: 50px;
	width: 800px;
	height: 514px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#text {
	top: 150px;
	width: 340px;
	margin-left: 10px;
	height: 270px;
	left: 405px;
	position: absolute;
	overflow: auto;
}

#textlang {
	top: 150px;
	width: 340px;
	margin-left: 10px;
	height: 358px;
	left: 405px;
	position: absolute;
	overflow: auto;
}



/* Menuepunkte */
#menue1 {
	position: absolute;
	top: 150px;
	left: 27px;
	width: 133px;
	height: 27px;
}	

#menue2 {
	position: absolute;
	top: 190px;
	left: 30px;
	width: 84px;
	height: 28px;
}	

#menue3 {
	position: absolute;
	left: 25px;
	top: 230px;
	width: 183px;
	height: 69px;
}	

#menue4 {
	position: absolute;
	left: 30px;
	top: 311px;
	width: 177px;
	height: 44px;
}	

#menue5 {
	position: absolute;
	left: 29px;
	top: 395px;
	width: 135px;
	height: 26px;
}	
