* {
	margin: 0px;
	padding: 0px;
	}
	
/* Einstellungen für gesamte Site */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	color: #434343;
	border-top: solid #005da8 12px; 
	}
h1 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #ee7f00;
}
a h1 {
	color: #ee7f00;
}
a:hover h1 {
	color: #ee7f00;
	text-decoration: underline;
}
h2 {
	font-size: 100%;
	color: #005da8;
	font-weight: bold; 
}
a:hover h2 {
	text-decoration: underline;
}
h3 {
	font-size: 100%;
	color: #005da8;
	font-weight: bold; 
}
a:hover h3 {
	text-decoration: underline;
}




a {
	color: #005da8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* QUICKNAVI oben */

#quicknavi {
	width: 960px;
	height: 23px;
	text-align: right;
	margin: auto;
	font-size: 80%; 
	color: #c5c5c5;
}
#quicknavi ul {
	float: right;
	list-style-type: none;
}
#quicknavi ul li {
	float: left;
	list-style-type: none;
	margin: 3px;
}
#quicknavi ul li a {
	color: #c5c5c5;
	text-decoration: none;
}
#quicknavi ul li a:hover {
	color: #005da8;
	text-decoration: underline;
}



/* Die Navigation */

#navi {
	background:  url(../layout/v2_logo.gif) left top no-repeat; 
	width: 960px;
	height: 94px; 
	text-align: right;
	margin: auto;
	color: #c5c5c5;
}
#navi ul {
	float: right;
	list-style-type: none;
	text-transform: uppercase; 
	font-size: 110%;
	padding-top: 62px;
}
#navi ul div {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ff0000;
	}
#navi ul li {
	float: left;
	list-style-type: none;
	margin: 3px 10px;
}
#navi ul li a {
	color: #005da8;
	text-decoration: none;
	display: block; 
	border-top: solid #FFFFFF 2px; 
}
#navi ul li a:hover {
	color: #ee7f00;
	border-top: solid #ee7f00 2px; 
}

/* ============================================================== */

/* Einstellungen speziell für die Startseite */

#startwrap {
	width: 960px;
	height: 387px;
	background:  url(../layout/v2_bgh_verlauf.gif); 
	text-align: left;
	margin: auto;
	overflow: hidden; 
}
#startrand {
	width: 960px;
	height: 12px;
	background:  url(../layout/v2_bgh_rand.gif); 
	margin: auto; 
	overflow: hidden;
}
#start {
	width: 420px;
	height: 387px;
	background:  url(../layout/v2_bg_start.jpg); 
	margin: 0px 10px; 
	float: left; 
}
* html #start {
	margin-left: 5px;
}

#start .teaser {
	background-image:  url(../layout/v2_transparent.png);
	margin: 4px; 
	padding: 10px; 
	height: 89px;
}
#start .teaser img {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 0px;
	clear: filter; 
}
#start .teaser h1 {
	font-size: 95%;
	font-weight: bold; 
	margin-left: 75px; 
	margin-bottom: 5px; 
}
#start .teaser p {
	font-size: 80%;
	margin-left: 75px; 
}


#wrap {
	width: 960px;
	text-align: left;
	margin: auto; 
}
#header {
	width: 680px;
	height: 201px;
	background:  url(../layout/v2_bg_header.jpg) left top no-repeat; 
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px; 
	float: left;
	overflow: hidden;
}
* html #header {
	width: 679px;
}
#header3L {
	width: 690px;
	height: 201px;
	background:  url(../layout/v2_bg_header.jpg) left top no-repeat; 
	text-align: right;
	float: left;
	margin: 0px;
}
*html #header3L {
	width: 689px;
}
#header3L img {
	margin-top: 135px;
	margin-right: 15px;
}



/* Der eigentliche Hauptinhalt */


#inhalt {
	width: 665px;
	float: left; 
	padding-bottom: 30px;
	text-align: left;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 15px;
}
*html #inhalt {
	width: 664px;
}

#inhalt p {
	margin: 10px 0px 10px 140px; 
}
#inhalt img {
	float: left; 
	margin-top: 10px;
}
#inhalt p img {
	border: 1px solid #e2e2e2;
	float: left;
	margin: 10px 5px 10px 0px;
}

#inhalt span a img {
	float: left; 
	border: 1px solid #e2e2e2;
}
#inhalt span img {
	float: left; 
	border: 1px solid #e2e2e2;
}

#inhalt h1 {
	margin: 10px 0px 10px 140px; 
}
#inhalt h2 {
	margin: 20px 0px 10px 140px; 
}
#inhalt h3 {
	margin: 5px 0px 5px 140px; 
}
#inhalt table {
	margin: 10px 0px 10px 140px; 
}
#inhalt ul {
	margin: 10px 0px 10px 155px; 
}


#inhalt .blue {
	color: #ffffff;
	background-color: #005da8;
	margin: 10px 0px 10px 140px; 
	padding: 15px;
	width: 482px;
}
*html #inhalt .blue {
	width: 480px;
}

#inhalt .blue p {
	margin: 5px;
}
#inhalt .blue ul {
	margin-left: 25px;
}
#inhalt .blue h1 {
	font-size: 140%;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold; 
}
#inhalt .blue a {
	color: #FFFFFF;
	text-decoration: underline;
}


#inhalt .orange {
	color: #ffffff;
	background-color: #ee7f00;
	margin: 10px 0px 10px 140px; 
	padding: 15px;
	width: 495px;
}
*html #inhalt .orange {
	width: 480px;
}
#inhalt .orange p {
	margin: 5px;
}
#inhalt .orange ul {
	margin-left: 25px;
}
#inhalt .orange h1 {
	font-size: 140%;
	text-transform: uppercase;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold; 
}
#inhalt span.newsdate {
	margin: 0px 0px 10px 140px; 
	width: 520px; 
	display: block; 
	border-bottom: 1px dashed #e2e2e2;
	font-size: 80%;
}
#inhalt span.newsdate p {
	margin: 0px;
}
#inhalt span.newsdate2 {
	margin: 0px 0px 40px 140px; 
	width: 520px; 
	display: block; 
	border-bottom: 1px dashed #e2e2e2;
	font-size: 80%;
}
#inhalt span.newsdate2 p {
	margin: 0px;
}

#inhalt span.newsnav {
	margin: 10px 0px 10px 140px; 
	width: 520px; 
	display: block; 
	border-top: 1px dashed #e2e2e2;
	font-size: 80%;
}
#inhalt span.newsnav p {
	margin: 0px;
}

/* LISTENFORMATIERUNG - FILELINKS */

#inhalt ul.filelinks {
	margin: 10px 0px 10px 140px; 
	}
	
#inhalt ul.filelinks li {
	margin: 10px 0px; 
	list-style-type: none;
	}
#inhalt ul.filelinks li a {
	color: #005da8;
	}

#inhalt ul.filelinks li img {
	float: left;
	border: none;
	margin: 5px;
	}
#inhalt ul.filelinks span {
	font-size: 80%;
	font-style: italic;
	margin-left: 26px;
	}


/* Die rechte Spalte */

#rechts {
	width: 270px;
	text-align: left;
	float: right;
	background-image:  url(../layout/v2_bg_rechts.jpg);
}
#rechts .subnavi {
	width: 250px;
	margin: 0px 9px 9px 9px;
	border: 1px solid #ebebeb;
	min-height: 188px; 
	background-repeat: no-repeat; 
	background-color: #ee7f00;
}
* html #rechts .subnavi {
	height: 188px; 
	width: 248px;
}
#rechts .subnavi ul {
	margin: 20px;
}
#rechts .subnavi ul li {
	list-style-type: none;
}
#rechts .subnavi ul li a {
	color: #ffffff;
	font-weight: bold; 
}
#rechts .subnavi ul ul {
	margin: 5px 0px 10px 0px; 
	font-size: 80%;
	border-bottom: 1px solid #ffffff;
	width: 210px; 
	clear: both; 
}
#rechts .subnavi ul ul li a {
	color: #ffffff;
	font-weight: normal; 
}
#rechts .subnavi ul ul ul {
	border: none; 
	border-left: 2px solid #ffffff;
	font-size: 90%;
	padding-left: 5px;
	width: 200px;
}
#rechts #endrechts {
	height: 20px;
	width: 270px;
	background: url('../layout/end_rechts.jpg') no-repeat;
	margin-top: -10px;
}

/* Fusszeile */

#footer {
	background: url('../layout/bg_footer.jpg') repeat-x;
	width: 100%;
	height: 150px; 
	clear: both;
	font-size: 70%;
	padding-top: 15px;
	text-align: center; 
	color: #7c7c7c;
	margin-top: 40px;
}
#footer #inside {
	width: 960px; 
	margin: auto; 
	text-align:left;
}

#footer ul {
	float: left; 
	margin: 0px 20px 0px 0px;
	width: 150px;
}

#footer ul li {
	list-style-type: none;
}
#footer ul li a {
	color: #7c7c7c;
}
#footer ul li a:hover {
	color: #005da8;
}
#footer #adresse {
	width: 230px; 
	border-left: dashed 1px #e2e2e2;
	float: left; 
	padding-left: 20px;
	height: 150px;
	margin-left: 2px;
}

#tags {
	width: 960px;
	margin: 70px auto;
	clear: both;
	padding: 20px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#tags h1 {
	font-size: 50%;
	color: #ffffff;
}


/*  FORMULAR            */
/************************/


fieldset {
	margin: 10px 0px 10px 140px;
	border: dotted 1px #005EA8;
	padding: 5px 15px;
	width: 490px;
	}
fieldset div {
	clear: both;
	}
fieldset img {
	border: solid 1px #c0c0c0;
	margin: 0px;
	padding: 2px;
	float: left;
	vertical-align: middle;
	}
fieldset legend {
	color: #005EA8;
	padding: 0px 10px 0px 10px; 
	background: #FFFFFF;
	font-weight: bold;
	}
fieldset label {
	width: 150px;
	font-size: 80%;
	display: block;
	float: left;
	padding: 3px;
	}
fieldset input {
	background: #FFFFFF;
	width: 320px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
fieldset select {
	background: #FFFFFF;
	width: 320px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
fieldset textarea {
	background: #FFFFFF;
	width: 320px;
	border: solid 1px #c0c0c0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.button {
	background-color: #005EA8;
	width: 200px;
	height: 50px;
	color: #ffffff;
	margin-top: 5px;
	}
.button:hover {
	background-color: #ee7f00;
}
fieldset .check {
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0px 0px 5px 8px;
	}
fieldset .checklabel {
	width: 390px;
	}

#inhalt .tx-julleformpreview-pi1 {
	margin: 10px 0px 10px 140px;	
}

#inhalt .tx-julleformpreview-pi1 .label {
	font-weight: bold;
	margin: 5px 0px;
	}
#inhalt .tx-julleformpreview-pi1 .value {
	margin: 5px 0px;
}

#inhalt .tx-julleformpreview-pi1 input {
	background-color: #005EA8;
	width: 200px;
	height: 50px;
	color: #ffffff;
	margin-top: 5px;
	}
#inhalt .tx-julleformpreview-pi1  input:hover {
	background-color: #ee7f00;
}

input.pollanswer {
	width: 25px;
	}

input.pollsubmit {
	background-color: #005EA8;
	width: 200px;
	height: 50px;
	color: #ffffff;
	margin-top: 5px;
}

input.pollsubmit:hover {
	background-color: #ee7f00;
}


	




	