/*
	CSS Document
	ABo Webdesign, Andreas Bohrmann

	Kunde: Marcus Dahlheim | http://www.zans.de
	Datum: 06.07.2010
	Letzte Änderung: 08.07.2010

*/

/* Reset Import */

@import url(reset.css);

/* Allgemeines */


body {
	background: url(../images/header_bg.gif) #fff top repeat-x;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.0em;
	color: #000;
}

/* Layout */

#wrapper {
	width: 900px;
	margin: 0 auto 10px auto;
}

#header {
	width: 900px;
	height: 135px;
}

#header_left {
	width: 450px;
	height: 135px;
	text-align: left;
	float: left;
}

#header_right {
	width: 450px;
	height: 135px;
	text-align: right;
	float: left;
}

#header_right ul {
	margin-top: 5px;
	float: right;
}

#header_right ul li {
	font-size: 0.7em;
	color: #fff;
	float: left;
}

#header_right ul li a {
	text-decoration: none;
	color: #fff;
}

#header_right ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

#navi {
	width: 900px;
	height: 25px;
	background: #4b4a4a;
	line-height: 25px;
	font-size: 0.8em;
	color: #fff;
	text-align: center;
}

#navi ul {
	padding-left: 200px;
}

#navi ul li {
	padding-right: 20px;
	text-align: center;
	float: left;
}

#navi ul li a {
	text-decoration: none;
	color: #fff;
}

#navi ul li a.active {
	color: #75a2cc;
}

#navi ul li a:hover {
	color: #75a2cc;
}

#site {
	width: 900px;
	min-height: 400px;
	background: #fff;
	font-size: 0.8em;
}

#subnavi {
	width: 200px;
	min-height: 400px;
	color: #626161;
	float: left;
}

#subnavi ul {
	padding-top: 50px;
}

#subnavi ul li a {
	display: block;
	width: 150px;
	height: 30px;
	border-bottom: 1px dashed #626161;
	padding-left: 20px;
	line-height: 30px;
	font-size: 0.9em;
	text-decoration: none;
	color: #626161;
}

#subnavi ul li a:hover {
	background: url(../images/arrow_grey.gif) top left #fff no-repeat;
}

#subnavi ul li a.active {
	background: url(../images/arrow_grey.gif) top left #fff no-repeat;
}

#content {
	width: 700px;
	min-height: 400px;
	padding-bottom: 30px;
	color: #626161;
	float: left;
}

#content h1 {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 15px;
}

#content h2 {
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
	color: #626161;
}

#content p {
	line-height: 15px;
	padding-bottom: 10px;
	font-size: 0.8em;
}

#content a {
	color: #75a2cc;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #ff0000;
	text-decoration: none;
}

#content table {
	 text-align: left; 
	 /*width: 500px;*/
	 border: 0px; 
	 font-size: 0.8em;
	 padding-top: 15px;
	 padding-bottom: 15px;
}

#content table tr {
	background: #f0f0f0;
}

#content table tr th {
	background: #75a2cc;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px;
}

#content table tr td {
	border: 1px solid #fff;
	padding: 3px;
	line-height: 15px;
}

#content table tr td a:hover {
	color: #ff0000;
	text-decoration: none;
}

#content ul.download {
	padding: 10px 0 10px 40px;
}

#content ul.download li {
	background: url(../images/pdficon_small.gif) top left no-repeat;
	font-size: 0.8em;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
}

#content ul {
	padding: 10px 0 30px 40px;
}

#content ul li {
	font-size: 0.8em;
	height: 15px;
	line-height: 15px;
}

#footer {
	width: 100%;
	height: 20px;
	background: #4b4a4a;
}

#footer_content {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background: #4b4a4a;
	color: #fff;
	font-size: 0.7em;
	line-height: 20px;
}

#footer_content ul li {
	float: right;
}

#footer_content ul li a {
	color: #fff;
	text-decoration: none;
}

#footer_content ul li a:hover {
	text-decoration: underline;
}


/* Klassen */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.imgtextleft {
	border: 1px solid #015da8;
	padding: 3px;
	margin-right: 10px;
	float: left;
}

.fett {
	font-weight: bold;
}

.wichtig {
	font-weight: bold;
	color: #75a2cc;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

.clearfix:after {
	site: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
}

/* Formular */

.button {
	border: 1px solid #386373;
	background: transparent;
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
}

.inputfeld {
	border: 1px solid #386373;
	background: transparent;
	color: #000000;
}

form {
	width: 400px;
	margin: 10px 0 0 35px;
}

form label {
	
	font-weight:bold;
	color: #676767;
}

form tr td input {
	margin: 10px 5px 10px 0;
	border: solid 1px #009036;

}

form tr td input#submit {
	border: solid 1px #ee7f01;
	color: #fff;
	font-weight: bold;
	background: #ee7f01;
}

form table {
	border: 0px;
}

form table tr td {
	text-align: left;
	font-size: 0.6em;
	color: #000;
}

form table tr td a {
	padding: 0 0 0 15px;
	line-height: 12px;
	background: url(../images/arrow_green.gif) #fff top left no-repeat;
	color: #000;
	text-decoration: none;
}

form table tr td a:hover {
	text-decoration: underline;
}
