/* --------------- HTML TAGS ---------------- */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: rgb(240,240,240);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7D88A5;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	/* orange Headline */
	font-size: 15px;
	font-style: italic;
	color: rgb(255,153,51);
	margin: 5px 0px 0px 0px;
}

h2 {
	/* anthrazite Subheadline */
	font-size: 16px;
	font-style: normal;
	color: #0C2E48;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

ul {
	margin: 0px 0px 0px 0px;
	list-style-image : url(../img/list_item.gif);
	padding: 0px 0px 0px 16px;
}

li {
	margin: 5px 0px 5px 0px;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0D314B;
}

a:hover {
	text-decoration: underline;
	color: rgb(255,153,51);
}

/* --------------- OBJEKTE (DIVS) ---------------- */

#preloader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	visibility: hidden;
}

#mainContainer {
	position: relative;
	width: 770px;
	height: 100px;
	left: auto;
	top: 0px;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	/* Logo und oberer Teil des Seitenrahmens + Kontainer für Navigation */
	width: 768px;
	height: 130px;
	background-image: url(../img/bgtop.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}

#inhalt {
	width: 770px;
	height: 430px;
	display: table;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../img/bgrep.gif);
	background-repeat: repeat-y;
	bottom: 20px;
	clip: rect(auto,auto,20px,auto);
}

#inhaltLinks {
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#inhaltRechts {
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#ecke {
	position: absolute;
	margin-top: -57px;
	margin-left: 551px;
	width: 80px;
	height: 57px;
	background: url(../img/inhalt_ecke.png) top right no-repeat;
	z-index: 1;
}

#footer {
	width: 770px;
	height: 40px;
	display: table;
	vertical-align: middle;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 50px;
}

#inhalt p {
	margin: 0;
	text-align: justify;
}

#navigation {
	position: absolute;
	z-index: 1;
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 655px;
}

#nav_home, #nav_home_active {
	position: absolute;
	top: 0px;
	left: 16px;
	width: 59px;
	height: 18px;
	z-index: 1;
}
#nav_home {
	z-index: 1;
}
#nav_home_active {
	background: url(../img/nav/home_active.png) no-repeat;
	z-index: 10;
}
#nav_home a {
	width: 59px;
	height: 18px;
	background: url(../img/nav/home.png) no-repeat;
	display: block;
}
#nav_home a:hover {
	background: url(../img/nav/home_over.png);
}

#nav_profil, #nav_profil_active {
	position: absolute;
	top: 0px;
	left: 42px;
	width: 64px;
	height: 18px;
}
#nav_profil {
	z-index: 1;
}
#nav_profil_active {
	background: url(../img/nav/profil_active.png) no-repeat;
	z-index: 10;
}
#nav_profil a {
	width: 64px;
	height: 18px;
	background: url(../img/nav/profil.png) no-repeat;
	display: block;
}
#nav_profil a:hover {
	background: url(../img/nav/profil_over.png);
}


#nav_leistungen, #nav_leistungen_active {
	position: absolute;
	top: 0px;
	left: 70px;
	width: 91px;
	height: 18px;
}
#nav_leistungen {
	z-index: 1;
}
#nav_leistungen_active {
	background: url(../img/nav/leistungen_active.png) no-repeat;
	z-index: 10;
}
#nav_leistungen a {
	width: 91px;
	height: 18px;
	background: url(../img/nav/leistungen.png) no-repeat;
	display: block;
}
#nav_leistungen a:hover {
	background: url(../img/nav/leistungen_over.png);
}

#nav_kontakt, #nav_kontakt_active {
	position: absolute;
	top: 0px;
	left: 163px;
	width: 91px;
	height: 18px;
}
#nav_kontakt {
	z-index: 1;
}
#nav_kontakt_active {
	background: url(../img/nav/kontakt_active.png) no-repeat;
	z-index: 10;
}
#nav_kontakt a {
	width: 75px;
	height: 18px;
	background: url(../img/nav/kontakt.png) no-repeat;
	display: block;
}
#nav_kontakt a:hover {
	background: url(../img/nav/kontakt_over.png);
}
/* --------------- KLASSEN ---------------- */

.small {
	font-size: 10px;
	margin-top: 5px;
}

.bigitalic {
	font-style: italic;
	font-size: 13px;
}

.orange {
	color: rgb(255,153,51);
}

.rot {
	color: #E61E1E;
}

.button_ok {
	width: 31px;
	height: 24px;
	display: block;
}
.button_ok a {
	width: 31px;
	height: 24px;
	background: url(../img/buttons/button_ok.png) no-repeat;
	display: block;
}
.button_ok a:hover {
	background: url(../img/buttons/button_ok_over.png) no-repeat;
}

.input_small {
	width: 125px;
	height: 20px;
	background: url(../img/form/input_text_small.png) no-repeat;
}

.select_rahmen {
	width: 135px;
	height: 37px;
	float: left;
}

.select, .select_open {
	position: absolute;
	width: 135px;
	height: 20px;
}

.select {
	background: url(../img/form/select/select.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.select_open {
	background: url(../img/form/select/select_open.png) no-repeat;
	overflow: visible;
}

.select input,.select_open input {
	width: 125px;
	height: 20px;
	margin: 1px 5px 0px 5px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.option {
	width: 135px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url(../img/form/select/select_bg.png) repeat-y;
	z-index: 1;
}

.option div {
	width: 125px;
	height: auto;
	padding-left: 10px;
	cursor: default;
}

.option_bg {
	background: #999999;
	color: #444444;
}

.select_footer {
	position: relative;
	width: inherit;
	height: 6px;
	background: url(../img/form/select/select_footer.png) no-repeat;
}

.input_big {
	width: 270px;
	height: 20px;
	background: url(../img/form/input_text_big.png) no-repeat;
}

.input_header {
	font-style: italic;
	font-weight: bold;
	color: rgb(171,171,171);
	padding: 0px 0px 0px 5px;
	margin: 0;
	height: 16px;
	overflow: hidden;
}

input,textarea,select {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: rgb(240,240,240);
	border: 0;
	margin: 0;
	padding: 1px 5px 0px 5px;
}

form {
	margin: 0;
}

textarea {
	width: 270px;
	height: 94px;
	background: url(../img/form/input_textarea.png) no-repeat;
	padding: 0px 5px 0px 5px;
}

input.submit {
	width: 110px;
	height: 24px;
	background: url(../img/form/button_submit.png) no-repeat;
	cursor: pointer;
}

input.submit:hover {
	background: url(../img/form/button_submit_over.png);
}
#indiv {
	height: 320px;
	width: 770px;
	float: left;
	margin-top: 20px;
}
#indiv2 {
	height: 200px;
	width: 260px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D304A;
}
#indiv2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	line-height: 21px;
	display: block;
	margin: 5px;
}
#indiv2l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	margin-top: 0px;
	float: left;
	margin-left: 10px;
	display: block;
	padding-left: 10px;
	text-align: center;
	background-image: url(../img/vtisk.gif);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	background-attachment: scroll;
	overflow: visible;
	position: absolute;
	width: 368px;

}
.indivobr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	border: 2px solid #0D304A;
}
#indiv2lx {
	height: 220px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	margin-top: 5px;
	text-align: left;
	float: left;
}
#indiv2l h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A2A032;
	line-height: 17px;
	padding-left: 40px;
	padding-top: 40px;
}
#indiv2l p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D304A;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 25px;
	text-align: left;
	padding-top: 5px;
}
#indivurl {
	height: 40px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D304A;
	padding-left: 45px;
	padding-top: 40px;
	padding-bottom: 5px;
	float: left;
}
#indivurl p {
	height: 25px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D304A;
	padding-left: 40px;
}
#indiv2lsl {
	height: 580px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	margin-top: 0px;
	float: left;
	margin-left: 10px;
	line-height: 23px;
	margin-bottom: 0px;
	background-image: url(../img/vtisk.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-right: 0px;
	clear: both;
	display: table;
	top: 100px;
}
#indiv2lsl p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D304A;
	padding-left: 15px;
	padding-right: 25px;
	text-align: left;
	padding-top: 5px;
}
#indiv2sl {
	height: 290px;
	width: 300px;
	color: #0D304A;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#indiv2sl p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D304A;
	display: block;
	float: left;
	margin-top: 10px;
	line-height: 21px;
	margin-left: 5px;
}
#indivsl {
	height: 650px;
	width: 770px;
	margin-top: 20px;
	float: left;
	margin-right: 0px;
	position: relative;
}
#indiv2lsl h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 12px;
	line-height: 16px;
}
#indiv2lsl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	line-height: 20px;
	padding-top: 5px;
	font-weight: normal;
}
#indiv2lsl li {
	color: #0D304A;
	padding-top: 1px;
	display: list-item;
	padding-left: 5px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#indiv2lsl ul {
	color: #0D304A;
	padding-top: 0px;
	display: block;
	padding-left: 40px;
	text-align: justify;
}
.odd {
	color: #0D304A;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#indiv2lsl a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	line-height: 20px;
	text-align: justify;
	padding-top: 5px;
}
h3 {
	/* anthrazite Subheadline */
	font-size: 16px;
	font-style: normal;
	color: #0C2E48;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 14px;
}
#indiv2sl h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	display: block;
	float: left;
	margin-top: 0px;
	line-height: 30px;
	margin-right: 5px;
	padding-left: 10px;
}
#mtop {
	margin-top: 12px;
	overflow: visible;
	visibility: visible;
	width: 375px;
	float: left;

}

#indiv2sl h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	display: block;
	float: left;
	margin-top: 5px;
	line-height: 16px;
	margin-left: 5px;
}
#indiv22 {

	height: 50px;
	width: 770px;
	float: left;
}
#indivsl2l {
	height: 30px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	margin-top: 0px;
	float: left;
	margin-left: 30px;
	line-height: 23px;
}
#indivurl2 {
	height: 24px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	float: left;
	font-weight: bold;
	color: #FF9933;
	margin-left: 5px;
}
#indivurl3 {
	height: 30px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D304A;
	float: left;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 20px;
	padding-left: 28px;
	margin-left: 4px;
	clear: left;
}
#indiv2lsl h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	float: left;
	line-height: 30px;
	margin-left: 2px;
	padding-left: 22px;
}
#indiv2slp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0D304A;
	display: inline;
	float: left;
	line-height: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 12px;
	text-align: justify;
	width: 255px;
	position: static;
	clip: rect(auto,5px,auto,auto);
	margin-bottom: 7px;
	overflow: auto;
}
#indivurl a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9933;
	clear: both;
	font-weight: bold;
}
#divurl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	clear: both;
	font-weight: bold;
	line-height: 20px;
}
#divurl a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	clear: both;
	font-weight: bold;
	line-height: 20px;
}
#divurl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	clear: both;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-left: 25px;
}
#indiv2lsl h5 {
	color: #0D304A;
	padding-top: 0px;
	padding-left: 45px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
#headerde {

	/* Logo und oberer Teil des Seitenrahmens + Kontainer für Navigation */
	width: 768px;
	height: 130px;
	background-image: url(../img/bgtop_de.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
#headeren {


	/* Logo und oberer Teil des Seitenrahmens + Kontainer für Navigation */
	width: 768px;
	height: 130px;
	background-image: url(../img/bgtop_en.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
#inhalt2 {

	width: 770px;
	height: 660px;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../img/bgrep.gif);
	background-repeat: repeat-y;
	bottom: 20px;
	clip: rect(auto,auto,20px,auto);
}
#inhalt3 {

	width: 770px;
	height: 740px;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../img/bgrep.gif);
	background-repeat: repeat-y;
	bottom: 20px;
	clip: rect(auto,auto,20px,auto);
}
