/* Marax  | Website 2009 */

/* ------------------------ ALLGEMEIN ------------------------ */
* {
	margin:0;
	padding:0;
}
.formErr, .error {
	color:red;
}
.ok {color:blue;}
body {
	margin: 0px auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #f7f9fb;
	text-align: center;
	scrollbar-base-color: #9ebad9;
	scrollbar-track-color: #F7F9FB;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #F7F9FB;
	scrollbar-3d-light-color: #9ebad9;
	scrollbar-darkshadow-color: #F7F9FB;
	scrollbar-shadow-color: #9ebad9;
	scrollbar-arrow-color: #9ebad9;
}
h1 {
	font-size: 16px;
	color: #195eaa;
	font-weight: lighter;
	margin-bottom: 12px;
}
h2 {
	font-size: 14px;
	color: #195eaa;
	font-weight: lighter;
	margin-bottom: 12px;
}
h4 {
	font-size: 12px;
	color: #195eaa;
	font-weight: lighter;
}
p {
	line-height: 18px;
	margin-bottom: 18px;
}
#content_normal ul {
	line-height: 18px;
	margin-bottom: 18px;
}
#content_normal li {
	margin-left: 20px;
	list-style-position: outside;
}
.klein {
	font-size: 10px;
	line-height: 12px;
}
img {
	border:none;
}
a {
	font-weight: bold;
}
a:link {
	color: #195eaa;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #195eaa;
}
a:hover {
	text-decoration: underline;
	color: #195eaa;
}
a:active {
	text-decoration: none;
	color: #195eaa;
}
/* ------------------------ SEITENBEREICHE ------------------------ */

#wrapper {
	text-align: center;
	margin: 0px auto;
}
#container_oben {
	width: 990px;
	padding: 20px 0 4px 0;
	margin: 0px auto;
}
#container_bildbereich_niedrig {
	height: 110px;
	padding-bottom: 4px;
	text-align: center;
}
#container_bildbereich_hoch {
	height: 290px;
	padding-bottom: 4px;
	text-align: center;
}
#container_nav1 {
	text-align: center;
	width: 990px;
	padding: 0;
	background-color: #9ebad9;
	margin: 0px auto;
}
#container_content {
	width: 990px;
	top: 390px;
	left: 0px;
	margin: 0px auto;
	text-align: center;
	background-color: #dfe8f1;
}
#content_normal {
	width: 660px;
	float: right;
	text-align: left;
	padding: 15px;
	background-color: #F7F9FB;
	border: 15px solid #DFE8F1;
}
#content_angebote {
	width: 660px;
	float: right;
	text-align: left;
	padding: 15px;
	background-color: #fff;
	border: 15px solid #DFE8F1;
}
#content_normal img {
	border: solid 1px #195eaa;
}
#container_fuss {
	font-size: 10px;
	position: relative;
	left: 0px;
	width: 950px;
	height: 29px;
	text-align: center;
	clear: both;
	padding: 5px;
	background-color: #fff;
	margin: 0px auto;
	border-left: 15px solid #DFE8F1;
	border-right: 15px solid #DFE8F1;
	border-bottom: 15px solid #DFE8F1;
}
iframe {
	scrollbar-base-color: #9ebad9;
	scrollbar-track-color: #F7F9FB;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #F7F9FB;
	scrollbar-3d-light-color: #9ebad9;
	scrollbar-darkshadow-color: #F7F9FB;
	scrollbar-shadow-color: #9ebad9;
	scrollbar-arrow-color: #9ebad9;
}
/* ------------------------ Hauptnavigation (oben) -------------------------------- */

#nav1 {
	height:25px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0px;
	text-align: center;
	padding-left: 15px;
}
#nav1 ul {
	margin:0px;
	padding:0px;
	float:left;
}
#nav1 li {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:25px;
	float:left;
}
#nav1 a {
	height:25px;
	color:#000;
	font-weight:normal;
	padding:0px 9px;
	float:left;
	text-decoration: none;
}
#nav1 a.hier {
	height:26px;
	color:#000;
	font-weight:normal;
	padding:0px 9px;
	float:left;
	text-decoration: none;
	background-color: #dfe8f1;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#nav1 a:hover {
	color:#000;
	text-decoration:none;
	border-bottom: 0px;
	background-color: #dfe8f1;
}
#login {
	z-index: 50;
	float: right;
	width: 170px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	margin-right: 3px;
}
#login .txtfeld {
	width: 60px;
	height: 14px;
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
}
#login .go, input.go {
	width: 30px;
	height: 18px;
	font-size: 11px;
	margin-top: 3px;
	background-color: #dfe8f1;
	color: #333333;
}
/* ------------- Nav 2 (links)-------------------- */

#nav2 {
	font-size: 12px;
	width: 220px;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #F7F9FB;
	border-top: 15px solid #DFE8F1;
	border-left: 15px solid #DFE8F1;
	border-bottom: 15px solid #DFE8F1;
}
#nav2 img {
	border: solid 1px #195eaa;
	margin: 0 3px 3px 0;
}
#nav2 ul {
	display:inline;
}
#nav2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 18px;
}
#nav2 ul li a {
	display:block;
	width: auto;
	text-decoration: none;
	color: #000;
	padding: 7px 7px 7px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8F1;
	font-weight: lighter;
}
#nav2 ul li a:hover {
	text-decoration: none;
	color: #195eaa;
	padding: 7px 7px 7px 15px;
	background-image: url(basics/pf.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#nav2 ul li.hier a, #nav2 ul li.hier a:hover {
	text-decoration: none;
	color: #195eaa;
	padding: 7px 7px 7px 15px;
	background-image: url(basics/pf.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.noborder {
	border: 5px;
}
#jumpMenu {
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	width: 215px;
	margin-top: -1px;
}
/* ----------------------- Fu�zeile ------------------- */

#container_fuss a {
	color: #333;
	text-decoration: underline;
}
#container_fuss a:hover {
	color: #666;
	text-decoration: none;
}
/*   ----------------   Starteite  ---------------           */

#content_mitte_index {
	height: 390px;
	width: 200px;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #F7F9FB;
	border-top: 15px solid #DFE8F1;
	border-bottom: 15px solid #DFE8F1;
	overflow: auto;
}
#content_links_index {
	height: 390px;
	width: 320px;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #F7F9FB;
	border: 15px solid #DFE8F1;
}
#content_rechts_index {
	height: 390px;
	width: 320px;
	float: right;
	text-align: left;
	padding: 15px;
	background-color: #F7F9FB;
	border: 15px solid #DFE8F1;
}
.index h1 {
	font-size: 22px;
	font-weight: bold;
}
.index h2 {
	font-size: 14px;
	color: #195eaa;
	margin-bottom: 5px;
}
.index h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
.index p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 7px;
}
.index img {
	border: solid 1px #195eaa;
	margin-bottom: 5px;
}
.spalte_links {
	width: 90px;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
.spalte_mitte {
	width: 90px;
	float: left;
	padding: 0 10px;
	border-top: 1px none;
	border-right: 1px solid #DFE8F1;
	border-bottom: 1px none;
	border-left: 1px solid #DFE8F1;
}
.spalte_rechts {
	width: 96px;
	float: left;
	margin-left: 8px;
}
/* ------------------------- Formulare ------------------------*/
.anfrageformular {
	width: 300px;
}
.reihe {
	clear: both;
	padding: 2px 0px;
}
.txtlabel40 {display:block; clear:both; float:left; width:40px;}
.txtlabel80 {display:block; clear:both; float:left; width:80px;}
.txtlabel100 {display:block; clear:both; float:left; width:100px;}
.label {
	float: left;
	width: 50px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
}
.labellang {
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
}
.feld {
	float: right;
	text-align: left;
}
.feldkurz {
	float: right;
	text-align: left;
}
.txtfeldkurz {
	margin-right: 90px;
	width: 50px;
	text-align: left;
	border: 1px solid #195EAA;
	padding: 2px;
}
.txtfeldmittel {
	margin-right: 0px;
	width: 160px;
	text-align: left;
	border: 1px solid #195EAA;
	padding: 2px;
}
.feld .txtfeld {
	width: 200px;
	text-align: left;
	border: 1px solid #195EAA;
	padding: 2px;
}
.txtarea {
	width: 296px;
	height: 120px;
	border: 1px solid #195EAA;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	font-size: 12px;
	background-color: #dfe8f1;
	color: #333;
}
.button_versetzt {
	margin: 14px 0 0 94px;
	font-size: 12px;
	background-color: #dfe8f1;
	color: #333;
}
/* ------------ Standards ----------- */
.linie {
	border-bottom: 1px dashed #195eaa;
	margin-bottom: 7px;
}
.clearboth {
	clear: both;
	height: 1px;
}
.vierzeiler {
	height: 90px;
	display: block;
}
.bildspalte {
	width: 277px;
	float: left;
	border-right: 1px solid #DFE8F1;
	margin-right: 15px;
}
.txtspalte {
	width: 365px;
	float: right;
}
.downloadkasten {
	height: 29px;
	width: 320px;
	background-image: url(basics/i_any.gif);
	background-repeat: no-repeat;
	background-color:#DFE8F1;
	padding: 15px 0px 0px 44px;
	border: 1px solid #195eaa;
	margin-bottom: 7px;
}
.downloadkasten_pdf {background-image: url(basics/i_pdf.gif);}
.downloadkasten_doc {background-image: url(basics/i_doc.gif);}
.downloadkasten_xls {background-image: url(basics/i_xls.gif);}
.downloadkasten_tif {background-image: url(basics/i_tif.gif);}
.downloadkasten_tiff {background-image: url(basics/i_tif.gif);}
.downloadkasten_ppt {background-image: url(basics/i_ppt.gif);}
.downloadkasten_jpg {background-image: url(basics/i_jpg.gif);}
.downloadkasten_jpeg {background-image: url(basics/i_jpg.gif);}

.hr {
	height: 14px;
	border-bottom: 1px solid #DFE8F1;
	clear: both;
	margin-bottom: 14px;
}
.floatright {
	float: right;
}
.rahmen {
	border: 1px solid orange;
	padding: 3px;
	background-color: #fff;
}

