/* globales - Anfang*/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #414141;
	background-color: #c4dde6;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: repeat-x;
}

p, ul, ol {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 14px;
}

sup {
	line-height: 0px;
}
dfn {
	display: none;
}

div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	vertical-align: top;
}

a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:link,
a:visited {
	color: #414141;
}
a:hover,
a:active {
	color: #048cc0;
}

.clear {
	clear: both;
}

/* globales - Ende */

/* Seitenaufbau - Anfang */

#gesamt {
	margin: auto;
	position: relative;
	width: 799px;
	height: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #048cc0;
	border-right: 1px solid #048cc0;
	border-bottom: 1px solid #048cc0;
}

#seitenkopf {
	display: block;
	width: 799px;
	height: 196px;
}

#mitte {
	margin-left: 30px;
	display: block;
	width: 769px;
	height: auto;
}

#navi {
	margin-right: 35px;
	margin-top: 1px;
	display: block;
	width: 160px;
	height: auto;
	float: left;
}

#inhalt {
	display: block;
	width: 574px;
	height: auto;
	float: left;
}

#text {
	display: block;
	width: 333px;
	height: auto;
	float: left;
}

#text_mont_2 {
	display: block;
	width: 551px;
	height: auto;
	float: left;
}

#r_spalte {
	margin-top: 64px;	
	display: block;
	width: 218px;
	height: auto;
	float: right;
	background-color: #ebebeb;
}

#fusszeile {
	margin-bottom: 40px;
	display: block;
	width: 799px;
	height: 15px;
	background-image: url(../images/fusszeile-bg.jpg);
	background-repeat: repeat-y;
}

#sprache {
	display: block;
	position: absolute;
	top: 120px;
	left: 730px;
}
/* Seitenaufbau - Ende */

/* Navigation - Anfang */

#navi ul {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	list-style: none;
}

#navi a:link,
#navi a:visited {
	display: block;
	height: 24px;
	padding-left: 15px;
	color: #414141;
	border-bottom: 1px solid #ebebeb;
}
#navi a:hover,
#navi a:active,
#navi a.aktiv {
	color: #048cc0;
	background-image: url(../images/navi-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

#navi ul.tiefe_1 a {
	font-weight: bold;
}
#navi ul.tiefe_1 a.aktiv {
	color: #048cc0;
}

#navi ul.tiefe_2 a:link,
#navi ul.tiefe_2 a:visited {
	font-weight: normal;
	padding-left: 30px;
}
#navi ul.tiefe_2 a:hover,
#navi ul.tiefe_2 a:active,
#navi ul.tiefe_2 a.aktiv {
	background-position: 15px 7px;
	color: #048cc0;
}

/* Navigation - Ende */

/* Inhaltsbereich - Anfang */

.blau {
	color: #048cc0;
}

#r_spalte_pos {
	margin-top: 20px;
	margin-left: 20px;
	display: block;
}

.txt_11 {
	font-size: 11px;
}

.txt_11_r {
	font-size: 11px;
	line-height: 13px;
}

.txt_11_r img {
	margin-bottom: 20px;
}

#text p,
#text_mont_2 p {
	text-align: justify;
}

#text ul {
	margin-top: 9px;
	list-style: none;
	text-align: justify;
}

#text ul li {
	padding-left: 20px;
	margin-bottom: 9px;
	background-image: url(../images/navi-dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#text ol {
	margin-top: 9px;
	padding-left: 22px;
	text-align: justify;
}

#text ol li {
	margin-bottom: 9px;
}

#text a:link,
#text a:visited,
#text_mont_2 a:link,
#text_mont_2 a:visited {
	text-decoration: underline;
}
p.land {
	float: left;
	width: 140px;
}

p.adresse {
	float: left;
	margin-top: 8px;
}

/* Inhaltsbereich - Ende */

/* Fußzeile - Anfang */

#fusszeile p {
	margin-left: 225px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

/* Fußzeile - Ende */

/* Newsletter-Anmeldung - Anfang */

div.form {
    width: 330px;
    font-family: arial;
    font-size: 12xt;
    color: #3e3e3e;
}

div.form .form_field {
    border: 1px solid #068abe;
}

div.form .form_field_error {
    border: 1px solid #fa0033;
}

div.form .form_border {
    border: 1px solid #068abe;
    background-color: #f9f6f8;
}

div.form .form_button_submit {
    color: #ffffff;
    background-color: #068abe;
	margin-left: 94px;
}

#text div.form ul li {
    list-style: none;
	background-image: none;
}

/* Newsletter-Anmeldung - Ende */
