@charset "UTF-8";

@import url("reset.css");

html, body {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:16px;
	background-color:#000;
	color:#FFF;

		
		
}

#menuebuttonwrapper {
	margin: 27px;
}

#menuebutton {
	
}

#back {
	
}

#menuebutton a {
	background-image:url(buttons_and_bg/menue.png);
	display:block;
	width:66px;
	height:24px;
	
}

#menuebutton a:link{
	background-image:url(buttons_and_bg/menue.png);
	display:block;
	width:66px;
	height:24px;
	
}

#menuebutton a:hover {
	background-image:url(buttons_and_bg/menue_hover.png);
	width:66px;
	height:24px;
}

#back a {
	background-image:url(buttons_and_bg/back.png);
	display:block;
	width:66px;
	height:18px;
	
}

#back a:link{
	background-image:url(buttons_and_bg/back.png);
	display:block;
	width:66px;
	height:18px;
	
}

#back a:hover {
	background-image:url(buttons_and_bg/back_hover.png);
	width:66px;
	height:18px;
}


a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#CCC;
	text-decoration:none;
}


a:visited {
	color:#FFF;
	text-decoration:none;
}
#wrapper {
	margin: 0 auto;
    position: relative;
    width: 605px;
	padding-left:30px;
	padding-right:30px;
}


#text {
	margin-right:0;
	float:left;
	min-height:1px;
	margin-top:25px;
	margin-left:20px;

	
	
}

element.style {
	width: 400px;
}

#bodentuecher {
	float:right;
	width:605px;
	margin-left:30px;
	font-size:11px;
	line-height:14px;
}


.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}


.bigfont {
	font-size: 24px;
	margin-bottom:10px;
	margin-top:20px;
}