/*body styles*/


body{
	background:#DCD6BE;
	width:100%;
	margin:0px;
	padding-top:0px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}

body.content{
	width:665px;
}

body.pics{
	width:175px;
}

body.index{
	background:#970000;
	margin:0px;
	overflow:hidden;
}

body.title{
	background:#970000;
	padding-right:0px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:0px;
	width:800px;
}


/*text*/

p {
	font-size:11px;
	color:#000000;
	text-align:justify;
}


/*headings*/

h1 {
	background:url(img/small/heading_bg.gif) no-repeat;
	width:auto;
	padding-left:50px;
	padding-top:1px;
	padding-bottom:20px;
	font-size:14px;
	color:#DCD6BE;
}

h2{
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}

h3{
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h2.aktuell{
	margin:0;
}


/*hyperlinks*/

a.text {
	color: #CC0000;
	text-decoration:none;
	font-weight:bold;
}

a.text:hover {
	color: #FF0000; 
}

a.title {
	color: #DCD6BE;
	text-decoration:underline;
	padding-right:10px;
}

a.title:hover {
	text-decoration: none;
}

a.menu {
	border: 0px;
	margin: 0;
	display: block; 
	height: 15px; 
	width: 120px;
	padding-left:10px;
	vertical-align:middle;
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
	color:#DCD6BE;
}

a.menu:hover {
	text-decoration: none;
	background: url(img/small/menu_bg.gif) no-repeat;
}


/*divs*/

#header {
	position:absolute;
	left:0px;
	top:0px;
	background:url(img/small/bg.jpg);
	width:100%;
	height:100px;
	background-image: url(img/small/bg_top.gif);
}

#navi {
	position:absolute;
	left:0px;
	top:100px;
	background:#970000;
	width:150px;
	height:450px;
}

#menu {
	position:absolute;
	left:0px;
	top:130px;
	width:135px;
	background:#800000;
}

#title {
	position:absolute;
	left:150px;
	top:100px;
	background:#970000;
	width:870px;
	height:60px;
}

#recommends{
	position:absolute;
	padding-left:5px;
	left:0px;
	top:460px;
	width:130px;
	background:#800000;
}

#content {
	position:absolute;
	left:150px;
	top:160px;
	background:#DCD6BE;
	width:870px;
}


/*round corners*/

.roundtop { 
	background: url(img/small/nifty_top.gif) no-repeat top right; 
}

.roundbottom {
	background: url(img/small/nifty_bottom.gif) no-repeat top right;
}

.roundiframetop { 
	background: url(img/small/nifty_iframe_top.gif) no-repeat; 
}

.roundiframebottom {
	background: url(img/small/nifty_iframe_bottom.gif) no-repeat;
}

img.px{
	border:0px;
	display:block;
	width:1px;
	height:10px;
}


/*miscelanious*/

img.pics{
	margin-bottom:5px;
}

td.border{
	border-bottom:1px dashed #B70000;
}

img{
	border:1px solid;
}

img.clean{
	border:0px;
}