@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
a {
	color: #767574;
	text-decoration: none;
}
a:hover{
	color: #969594;
}

body{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 17px;
	height:100%;
	background: #221b14 ;
	background-image: url(../bilder/balken.gif);
	background-repeat: repeat-x;
	background-position: 0px 114px;
	color: #767574;
}

img{
	border:none;
}

p{
	padding-bottom: 17px;
}

#frame {
	position: absolute;
	height:100%;
	left:50%;
	margin-left: -437px;
	height:100%;
	background-image: url(../bilder/tapete.png);
	background-repeat: repeat-y;
	background-position: 633px 110px;
}

#bg{
	z-index:0;
}

#cont_li{
	position: absolute;
	top: 61px;
	left:24px;
}
#cont_re{
	position: absolute;
	width: 200px;
	left:428px;
}
