@charset "utf-8";
body {
	background-color: a70b16;
	background-image: url(background1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

btn:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.dislaimer {font-size:9px; text-align:center; color:#FF9933;}

.btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.linkbox {
 	color:#000000; 
	vertical-align:top; 
	margin:50px 10px 5px 12px;
}

li > a:link {color:#000000; text-decoration:none;}
li > a:visited {color:#999999; text-decoration:none;}
li > a:hover {color:#990000;}

// Positioning
.frame_master
{
	position:absolute; width:99%; padding:0; margin:0;
}


.frame_wrap
{
	position:absolute; width: 700px; left:50%; top:50px; margin-left: -350px;
	height:500px; 
}
/* hack für IE6 */
html>body .frame_wrap
{height:auto; min-height:500px}
