/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.linie {
	background-color:#e32e25;
	width: 100%;
	height: 20px;
}

.header {
	line-height: 150px;
	background-repeat: inherit;
}

#logo {
	margin-right: 20px;
	margin-top: 20px;
}

#naviwrapper {
	width:1000px;
	z-index:2;
	margin-left: 25%;
	margin-right: 25%;
	margin: auto;
}

#bodywrapper {
	width:970px;
	z-index:3;
	margin-left: 25%;
	margin-right: 25%;
	margin: auto;
}

h1  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px 20px 0px;
	letter-spacing: 0.1em;
	color: #e32e25;
}

h2  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 20px 0px;
	letter-spacing: 0.2em;
	color: #e32e25;
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	text-decoration:none;
}

.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e32e25;
	letter-spacing: 0.1em;
	text-decoration:none;
}

.link:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	text-decoration:underline;
}

.content2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}


/* Navigation */

#navigation a {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	display: block;
	white-space: nowrap;
}

#navigation a:hover {
	color:#ffffff;
	background: #e32e25;
	white-space: nowrap;
}

.navigationfirst {
	line-height:25px;
	white-space: nowrap;
	border-left:1px solid #000000;
	width: 300px;
}

.navigationfirst a:hover {
	line-height:25px;
	white-space: nowrap;
	border-left:1px solid #e32e25;
}

.navigationlast {
	line-height:25px;
	white-space: nowrap;
}

.navigationlast a:hover {
	line-height:25px;
	white-space: nowrap;
	border-right:1px solid #e32e25;
}

.navText {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height:25px;
	white-space: nowrap;
}

.navText a:hover {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #e32e25;
	letter-spacing: 0.1em;
	line-height:25px;
	white-space: nowrap;
}

.navTextaktiv {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #de4317;
	letter-spacing: 0.1em;
	line-height:25px;
	white-space: nowrap;
}

.navStart {
	line-height:25px;
	white-space: nowrap;
}

.navTextlast {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	line-height:25px;
	white-space: nowrap;
	border-right:1px solid #FFFFFF;
}

.navitrenner {
	border-bottom: 1px solid #e32e25;
	border-top: 1px solid #e32e25;
	width: 100%;
	line-height: 25px;
}

.leerzeile10 {
	width: 100%;
	line-height: 10px;
}

.leerzeile25 {
	width: 100%;
	line-height: 25px;
}

