* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	/* only for IE */
	behavior: url("css/csshover.htc");
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.2em;
	color: #666;	
}

div#maincontainer {
	position: relative;
	font-size: 0.7em;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	padding-top: 20px;
}

div#content-left-out {
	position: relative;
	float: left;
	width: 30%;
	overflow: hidden;
}

div#content-left-in {
	position: relative;
	padding: 0px;
}

div#content-right-out {
	position: relative;
	float: right;
	width: 70%;
}

div#content-right-in {
	position: relative;
	padding: 0 0 50px 0;
}

div#picture-home {
	position: relative;
	text-align: center;
	background-image: url(../design/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 433px;
	padding-top: 65px;
}

#picture-home img {
	margin-bottom: 100px;
}

img#content-titel {
	display: block;
	margin-top: 50px;
	margin-bottom: 20px;
}

div#navigation-left {
	position: relative;
	margin-top: 20px;
	width: 220px;
}

div.minipicture {
	position: relative;
	float: left;
	background-color: #FFF;
	padding: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #CCC;
}

span.trenner-navigation {
	margin: 0 10px;
}

img.floatpicture {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

img#contenttitel {
	position: relative;
	display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation home */
#navigation-home a, #navigation-home a:link, #navigation-home a:visited, #navigation-home a.active {
	text-decoration: none;
}

#navigation-home a:hover {
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ navigation left */
#navigation-left a, #navigation-left a:link, #navigation-left a:visited, #navigation-left a.active {
	display: block;
	color: #666;
	text-decoration: none;
	height: 100%;
	padding: 0.5em 0;
	padding-right: 20px;
	text-align: right;
}

#navigation-left a:hover {
	background-color: #EEE;
	color: #333;
}

#navigation-left span.navigation {
	display: block;
	color: #333;
	height: 100%;
	padding: 0.5em 0;
	padding-right: 20px;
	font-weight: normal;
	text-align: right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ popup */
body.popup {
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior: url("../css/csshover.htc");
	font-size: 100.01%;
	line-height: 1.2em;
	color: #000;
}

body.popup ul {
	font-size: 0.7em;
}

body.popup p {
	font-size: 0.7em;
}

body.popup a, body.popup a:link, body.popup a:visited, body.popup a:active {
	color: #000;
	text-decoration: underline;
}

body.popup a:hover {
	color: #000;
	text-decoration: none;
}

p.popup-titel {
	font-weight: bold;
	color: #15396F;
	margin-bottom: 10px; 
}

p.popup-print, p.popup-close {
	margin-top: 10px;
}

img.popup-picture {
	border: 1px solid #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ standard-tags */
label:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.linie {
	clear: both;
	height: 1px;
	border-top: 1px dashed #CCC;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

div.pagetop {
	text-align: center;
	padding: 5px;
}

table, form {
	margin: 0;
}


td {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-size: 3em;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}

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

p {
	margin: 5px 0;
}

.boldkontrast {
	color: #15396F;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hinweis {
	color: #FF0000;
}

.kontrast {
	color: #15396F;
}

img.png {
	behavior: url("css/pngbehavior.htc");
}

img {
	border: none;
	font-size: 0.7em;
}

div.abschluss {
	clear: both;
	height: 5px;
	width: 80%;
	overflow: hidden;
}

ul {
	font-size: 1.0em;
	list-style-position: outside;
	margin-left: 50px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formular-elemente */
input.inputtext {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 300px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

input.inputfile {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 300px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: middle;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	width: 300px;
	height: 100px;
	padding: 5px 0;
	border: 1px solid #CCC;
	background-color: #EEE;
	vertical-align: top;
}

select {
	background-color: #EEE;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 300px;
	color: #333;
	vertical-align: middle;
	border: 1px solid #CCC;
}

input.checkbox {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

input.radio {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

div.formularzelle-right {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 
}

div.formularzelle-left {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}

div.formularzelle-center {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

div.formularzelle-button {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.formularbezeichner {
	color: #15396F;
	margin-right: 10px;
}

p.pflichtfelder {
	text-align: left;
	font-size: 0.9em;
}

button {
	font-size: 1.0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	padding: 0.2em 0.5em;
}

button:hover {
	cursor: pointer;
	background-color: #15396F;
	color: #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ impressum */
div#impressum-kunde, div#impressum-pixel {
	position: relative;
}

div#impressum-haftungsausschluss {
	position: relative;
	text-align: justify;
	line-height: 1.2em;
	font-size: 0.9em;
	color: #999;	
}

img.impressum-png {
	margin-right: 20px;
	vertical-align: middle;
	behavior: url("css/pngbehavior.htc");
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box-elemente */
div.box-out {
	font-size: 1.0em;
	background-color: #EEE;
	text-align: left;
	margin: 2px 0;
	clear: both;
	height: auto;
	width: 100%;
}

div.box-in {
	padding: 10px;
}

.box-in a, .box-in a:link, .box-in a:visited, .box-in a:active {
	
}

.box-in a:hover {
	
}

table.download-docs {
	margin-left: 0px;
	vertical-align: top;
	font-size: 1.0em;
	margin-top: 10px;
	width: 100%;
}

td.download-icon {
	width: 10%;
	text-align: right;
	padding-right: 10px;
}

td.download-doc {
	width: 50%;
}

td.download-docsize {
	width: 40%;
}

img.download-icon {
	vertical-align: middle;
	margin-right: 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ contentnavigation */
div.contentnavigation {
	background-color: #EEE;
	position: relative;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}

span.aktuellecontentseite {
	margin: 0 10px;
	font-weight: bold;
}

a.contentseite, a.contentseite:link, a.contentseite:visited, a.contentseite:active {
	margin: 0 10px;
	color: #333;
	text-decoration: underline;
}

a.contentseite:hover {
	color: #CCC;
	text-decoration: none;
}

.contentnavigation .zumanfang {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .zurueck {
	position: relative;
	float: left;
	padding: 5px;
}

.contentnavigation .weiter {
	position: relative;
	float: right;
	padding: 5px;
}

.contentnavigation .zumende {
	position: relative;
	float: right;
	padding: 5px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sitemap */
p.sitemap {
	color: #15396F;
	margin: 0;
}

a.sitemap, a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	color: #15396F;
	text-decoration: underline;
}

a.sitemap:hover {
	color: #15396F;
	text-decoration: none;
}

img.sitemap_1, img.sitemap_2, img.sitemap_3, img.sitemap_4, img.icon_abt1, img.icon_abt2, img.icon_file {
	vertical-align: middle;
}

img.icon_abt1, img.icon_abt2, img.icon_file {
	margin-left: 5px;
}

span.sitemap-kommentar {
	margin-left: 20px;
	font-size: 0.9em;
	color: #999;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ minigalerie */
/*
div.container-minigalerie {
	position: relative;
}

div.minigaleriebox {
	position: relative;
	float: left;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 3px;
	margin: 0 5px 5px 0;
}

img.minigalerie {
	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
