@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.seite {
	text-align: left;
	width: 950px;
	margin: auto;
	padding: 0px;
	height: 600px;
	position: relative;
}
#topLeft {
	position:absolute;
	width:141px;
	height:115px;
	z-index:1;
	left: 0;
	top: 0;
}
#topCenter {
	position:absolute;
	width:651px;
	height:115px;
	z-index:2;
	left: 141px;
	top: 0px;
}
#topRight {
	position:absolute;
	width:158px;
	height:115px;
	z-index:3;
	left: 792px;
	background-color: #919191;
}
#leftDeco {
	position:absolute;
	width:141px;
	height:442px;
	z-index:4;
	left: 0px;
	top: 135px;
}
#topMenu {
	position:absolute;
	width:950px;
	height:20px;
	z-index:5;
	left: 0px;
	top: 115px;
	background-color: #414141;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 12.5px;
	font-weight: bold;
	color: #FFFFFF;
}
#topMenu ul {
	margin: 0px;
	position: absolute;
	left: 159px;
	padding-top: 1px;
}
#topMenu li {
	list-style-type: none;
	display: inline;
	margin: 9px;
}
#topMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#Content {
	position:absolute;
	left:141px;
	top:135px;
	width:651px;
	z-index:1;
	height: 442px;
}
#rightNews {
	position:absolute;
	width:158px;
	height:442px;
	z-index:6;
	left: 792px;
	top: 135px;
	background-image: url(images/right_news_back.jpg);
	margin: 0px;
	padding: 0px;
}
#Container {
	position: absolute;
	height: 442px;
	width: 158px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#NewsHeader {
	margin: 60px 45px 0px 20px;
	padding: 0px;
}
#NewsHeader h1 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #C4162D;
	margin: 0px;
	padding: 0px;
}

#News {
	margin: 0px 45px 0px 20px;
	padding: 0px;
	overflow: auto;
}
#News h1 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #C4162D;
	border-bottom-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #C4162D;
	border-right-color: #C4162D;
	border-bottom-color: #C4162D;
	border-left-color: #C4162D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 20px 0px 3px 3px;
	margin: 0px;
}
#News h1 a {
	color: #C4162D;
	text-decoration: none;
}
#News h1 div {
	color: #C4162D;
	text-decoration: underline;
}
#News h2 {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 15px;
}
#News p {
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 12px;
	color: #414141;
	margin: 0px;
	padding: 3px 0px 3px 3px;
	line-height: 15px;
}


#botMenu {
	position:absolute;
	width:950px;
	height:24px;
	z-index:7;
	background-color: #646464;
	left: 0px;
	top: 577px;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 12.5px;
	font-weight: bold;
	color: #FFFFFF;
}
#botMenu ul {
	position: absolute;
	left: 159px;
	margin: 0px;
	padding-top: 3px;
}
#botMenu li {
	list-style-type: none;
	display: inline;
	margin: 9px;
}
#botMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#botMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
