@charset "UTF-8";
/* erzeugt einen vertikalen scrollbalken, um das gehuepfe zu verhindern wenn sie seite kurz ist und ohne scrollbalken gezeigt wird*/
html {
	overflow-y: scroll;
	height: 101%;
	background-color: #333;
}
body, html{
	color:#FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	background-attachment: fixed;
	background-image: url(../../../MovingBoxes/images/zwecke/Bilder/lauk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrap{
	position: relative;
	width:920px;
	margin:0 auto;
	padding: 15px 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
}
/*header: overflow: hidden fuer ie6 expanding box bug*/
#logo {
	background-color: #e40000;
	width:116px;
	text-align:right;
	position: relative;
	top: 86px;
	left: -20px;
	height: 43px;
	z-index: 10;
}
#header{
	width: 918px;
	height: 280px;
	overflow: visible;
	background-repeat: repeat;
}
#comName {display:none;}
#content {
	width: 918px;
	margin-top: 3px;
	padding-top: 15px;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1{ color: #e40000; font-size: 20px; font-weight: normal; font-style: italic; margin:0; }
h2{
	color: #C03;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin:0;
}
/*h3 im noscript im header*/
h3{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin:0;
}

#main{
	background-attachment: scroll;
	background-position: 0 0;
	float:left;
	width:508px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #a0907c;
	border-left-color: #ab9a84;
}
#main img{ margin-bottom: 15px; }
#sidebar{
	float:right;
	width:180px;
	padding:10px;
	font-size: 14px;
	padding-top: 20px;
}
#sidebar p{
	font-style: italic;
	text-align: right;
	font-size: 12px;
}
#sidebar h2{
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: right;
}
.datum { font-style: normal; }
#footer{
	background: #f6f6f1;
	clear:both;
	padding:0px;
	font-size: 12px;
	text-align: left;
}
#footer p{margin:0;}
* html #footer{height:1px;}
.hr {
	font-size: 14px;
	background-color: #ab9a84;
	height:1px;
	margin-bottom: 15px;
}
/*navigation neu*/
#nav{
	background-position: 0 0;
	width: 180px;
	float: left;
	padding-top: 20px;
	color: #000;
}
#mainNavigation {
	width:175px;
	padding-left: 10px;
	font-style: italic;
	text-decoration: none;
}
#mainNavigation span {
	display:none;
	text-decoration: none;
}
#mainNavigation ul, #mainNavigation li {
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration: none;
}
#mainNavigation a,#mainNavigation li {
	display:block;
	height:30px;
	width:170px;
	text-decoration: none;
}
#mainNavigation a:hover,#mainNavigation li.selected a {
	font-style: italic;
	font-size: 15px;
	background-color: #333;
	background-image: none;
	text-decoration: none;
}

/*text*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrap #content #nav #mainNavigation a {
	color: #C03;
	font-family: Arial, Helvetica, sans-serif;
}
