
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 13px;
}

body {
	background-color: #740a0a;
}

div#pagemargin {
	position: absolute;
	width: 772px;
	height: 425px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -386px;
	margin-top: -215px;
/*	border: 1px solid #CCC;
	background-color: #EFEFEF;*/
	background-image: url(../images/bg_neu.gif);
	background-repeat: norepeat;
	background-position: top;
}
div#trenner {
	position: absolute;
	width: 7px;
	height: 425px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -215px;
/*	border: 1px solid #CCC;*/
	background-color: #740a0a;
	z-index: 100;
}

div#page {
}

div#content {
	position: absolute;
	left: 275px;
	top: 38px;
	width: 470px;
	height: 380px;
	overflow: hidden;
	text-align: justify;
/*	background-color: #CCC;*/
}

	div#content h1 {
		font-size: 27px;
		letter-spacing: -1px;
		font-weight: normal;
		margin-bottom: 35px;
	}
	
	div#content p {
		font-size: 13px;
		line-height: 17px;
	}
	

div#logo2 {
	position: absolute;
	width: 62px;
	height: 425px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -448px;
	margin-top: -215px;
}

div#footer {
	position: absolute;
	width: 772px;
	height: 20px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -386px;
	margin-top: 213px;
	color: #FFFFFF;
}

div#footer div#copyright {
	float:left;
}
div#footer div#footermenu {
	text-align: right;
}
div#footer div#footermenu a {
	color: #FFF;
}



div#mainmenu {
	position: absolute;
	width: 772px;
	height: 30px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-left: -386px;
	margin-top: -241px;
	text-align: right;
}

ul#mainmenu li {
	list-style: none;
	display: inline;
	height: 30px;
	line-height: 30px;
}

ul#mainmenu li a {
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 20px 7px 0px 7px;
	border-right: 1px solid #FFFFFF;
}
	ul#mainmenu li a {
		margin-left: 0px;
	}
	*:first-child+html ul#mainmenu li a {
		margin-left: 0px;
		margin-right: -3px !important;
	}
/**/

ul#mainmenu li a:hover {
	color: #FFFFFF;
	background-color: #984949;
}


dl.csc-textpic-image {
	width: 80px !important;
	overflow: hidden;
	
}



















