@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border: 1px red dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	color: #000;
	background: #d34d23;
	text-align: center;
} 

/*****************
Struktur
*****************/
#wrap {
	width: 972px;
	margin: 0 auto;
	text-align: left;
}

	#top {
		margin-top: 60px;
		padding: 0 6px 20px;
		background: url(images/top_border.gif) no-repeat bottom;
	}
		#logo {
			padding-left: 40px;
		}
		
	#main {
		width: 960px;
		float: left;
		background: url(images/main_back.gif) repeat-y;
		padding: 0 6px;
	}
		#mainside {
		float: left;
			background: url(images/zack.gif) left bottom no-repeat;
		}
		#nav {
			float: left;
			width: 210px;
			padding: 40px 66px 20px 54px;
		}
		#content {
			float: left;
			width: 560px;
			padding: 0 20px 60px 0;
			margin: 40px 0 0;
			font-size: 1.2em;
		}
		
	#closer {
		clear: both;
		background: url(images/closer.gif) no-repeat top;
		padding: 0 6px;
		margin-bottom: 60px;
	}		

.clear { clear: both; }

/*****************
Navigation
*****************/
#nav ul.level1 li {
	list-style: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 16px;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #d34d23;
}
#nav ul li.active {
	background: url(images/active.gif) left no-repeat;
}

#nav ul li.active a {
	color: #d34d23;
}
#nav ul.level2 {
	margin-bottom: 3px;
	*display: inline;
}
#nav ul.level2 li {
	font-size: 12px;
	line-height: 18px;
	background: none;
}
#nav ul.level2 li a {
	color: #a9a8a8;
}
#nav ul.level2 li a:hover {
	color: #000;
}
#nav ul.level2 li.active a {
	color: #d34d23;
}

/*****************
Content
*****************/
#content h1 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #d34d23;
	margin-bottom: 0.58em;
}
#content h2, #content h3 {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	left: 1em;
	color: #a9a8a8;
	text-transform: uppercase;
}
#content h3 {
	color: #d34d23;
	text-transform: none;
	margin-top: 1em;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
}
#content p {
	margin-bottom: 1.33em;
}

#content ul {
	list-style: bullet;
	padding-left: 40px;
}

#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #d34d23;
}

#content active a {
	color: #d34d23;
}

/*******************
Formular 
********************/
form .submit {
	padding: 3px 8px;
	background: #f7f8f4;
	color: #000;
	border: solid 1px #e3e6d8;
	text-decoration: none;
}
form textarea, form input {
	color: #000;
	background: #fde7e0;
	border: solid 1px #e3e6d8;
	font-size: 12px;
	margin: 3px 0;
}
form input {
	height: 20px;
}
form textarea:focus, form input:focus {
	background: white;
}	

form input.Stil1 {
	background-color: #D34D23;
	color:#fff;
	border:none;
	height:auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}


