@charset "UTF-8";

body {
	margin:0;
	padding: 0;
	font-size:62.5%;
	font-family: verdana,arial,helvetica,sans-serif;
}

/* Transparenz des PNG soll auch im IE 6 verfügbar sein */
img, div {
	behavior: url(../../style/iepngfix.htc);
}

a {
	color:#22438A;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic!important;
}

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

hr {
	border:0;
	border-style:solid none none;
	border-color:#000;
	border-width:1px 0 0;

	height:1px;
}

h1, h2, h3 {
	color:#22428A;
	font-weight:bold;
}

h1 {
	font-size:1.5em;
}


h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

input, textarea {
	padding:2px;
	width:300px;
	border:1px solid #22438A;
}

input.error, selcet.error, textarea.error {
	border:1px solid #AF0627;
	background:#E6B0BA;
}

textarea {
	height:100px;
}

select {
	border:1px solid #22438A;
	width:150px;
}

option {
	padding:2px;

}

table {
	border-top:1px solid #000;
	border-left:1px solid #000;
}

table tr td, table tr th {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:10px;
}

table tr th {
	background-color:#E6EDFC;
}

.liste li {
	list-style-type:disc;
	padding-left:10px;
}
ul.liste {
	margin-left:30px;
}


div#root {
	margin:auto;
	width:1001px;
	font-size:1.2em;
	line-height:1.5em;
}

div#main	{
	background-image:url(../style/hg.gif);
	width:999px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
	div#header {
		height:296px;
		background-repeat:no-repeat;
		overflow:hidden;
	}
		.logo_seeblick {
			position:absolute;
			top:15px;
			margin-left:10px;
			z-index:99;
		}
		img.fahne {
			position:absolute;
			top:10px;
			margin-left:965px;
			z-index:98;
		}

		.willkommen {
			position:absolute;
			top:185px;
			z-index:97;
		}

		div.header_navi {
			position:absolute;
			top:239px;
			z-index:96;
			width:999px;
		}

		.header_img {
			float:left;
		}

	div#content {

	}

		div#left {
			width:155px;
			float:left;
			background:none;
		}

			div#left li {
				border-bottom:1px solid #fff;
				font-size:0;

			}

		div#middle {
			width:574px;
			float:left;
		}
			div.img_right {
				padding:25px;
			}

			div.text {
				padding:25px;
			}

			div.text ul li {
				margin-left:42px;
				list-style-type:disc;
				padding-left:7px;
			}

			div.text ol li {
				margin-left:50px;
				list-style-type:decimal;
			}

			a.status_link {
				text-decoration:none;
				color:#000;
			}

			/* Formular */
			.no_border tr td {
				border:none;
				padding:0;
			}

			table.no_border {
				border:none;
			}

			table.abstand tr td {
				padding:5px;
			}

			.style_button {
				width:100px;
				float:right;
				background-color:#E6EDFC;
				border:1px solid #22438A;
				color:#22438A;
			}

			.error_text {
				color:#AF0627;
				font-weight:bold;
			}

		div#right {
			width:270px;
			float:left;
		}
			.img_gallerie_live {
				width:160px;
				height:160px;
				overflow:hidden;
			}

		div#footer {
			clear:both;
			width:999px;
			background-color:#22438A;
			color:#fff;
			text-align:center;
		}

			img.mh_logo {
				position:absolute;
				margin-top:3px;
				__margin-top:0;
				margin-left:5px;
			}

			div.text_footer {
				padding:10px;
			}

			div.text_footer a {
				color:#fff;
			}







