html {
	overflow-y: scroll; /* Scrollbar ständig anzeigen um "Springen" der Seite zu verhindern */
	overflow-x: auto;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	color: #5a5a5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

table,td,th { 
	text-align:left;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

ul, li, form {
	margin: 0;
	padding: 0;
}

img { 
	border:none;
}

p {
	margin:1em 0 1em 0;
}

h1, h2 {
	color: #004494;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 24px 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
	color: #5a5a5a;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	color: #5a5a5a;
	background-color: #5a5a5a;
	height: 1px;
}

ul {
	padding: 5px 0 5px 15px;
}

/* --- TEMPLATE --- */

#template {
	width: 971px;
	margin: 0 auto;
	margin-top: 21px;
}

#template_header {
	height: 57px;
	width: 971px;
	position: relative;
}

#template_navigation {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	height: 32px;
	line-height: 32px;
	position: relative;
	margin: 0 0 20px 0;
}

#template_content {
	width: 709px;
	float: left;
}

#template_right {
	width: 241px;
	float: right;
}

#template_footer_wrapper {
	margin: 25px 0 0 0;
	padding: 20px 0 0 0;
	min-height: 352px;
	background-color: #e5ecf4;
	background-image: url("1pic/00_footer_bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#template_footer_inner {
	width: 971px;
	margin: 0 auto;
}

#template_header_cont {
	position: absolute;
	right: 0;
	top: 16px;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 185px;
	height: 39px;
}

.footer_box_1 {
	width: 230px;
	margin: 0 10px 0 0;
	padding: 15px 0 0 0;
	float: left;
	border-top: 1px solid #b7cae1;
	border-bottom: 1px solid #b7cae1;
	height: 265px;
}

.footer_box_2 {
	width: 467px;
	margin: 0 23px 0 0;
	padding: 15px 0 0 0;
	float: left;
	border-top: 1px solid #b7cae1;
	border-bottom: 1px solid #b7cae1;
	height: 265px;
}

.footer_box_3 {
	width: 241px;
	padding: 20px 0 0 0;
	float: left;
	border-top: 1px solid #b7cae1;
	border-bottom: 1px solid #b7cae1;
	height: 260px;
}

.footer_box_3 hr {
	color: #b7cae1;
	background-color: #b7cae1;
	height: 1px;
	border: 0;
	margin: 15px 0;
}

.footer_box {
	color: #7298c4;
}

.footer_box a {
	color: #7298c4;
}

.footer_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer_box ul li {
	line-height: 25px;
}

.copyright {
	color: #7298c4;
	font-size: 10px;
	padding: 10px 0 10px 0;
}

.copyright a, .copyright a:visited {
	text-decoration: underline;
	color: #7298c4;
}

.copyright a:hover {
	text-decoration: none;
}

.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

/* --- NAVIGATION --- */


.navigationspunkte , .navigationspunkte ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

.navigationspunkte li { 
	float: left;
	position: relative;
} 

.navigationspunkte li ul { 
	display: none;
	position: absolute;
	top: 32px;
	right: -120px;
	z-index: 1000;
} 

.navigationspunkte li ul li { 
	float: none;
} 

.navigationspunkte li ul li a { 
	background-image: url("1pic/00_navbg.png");
	background-position: left top;
	border-top: 1px solid #bababa;
	white-space: nowrap;
} 

.navigationspunkte li ul li a:hover { 
	background-position: left bottom;
}

.navigationspunkte li:hover ul {
	display: block;
}

.navigationspunkte li a {
	display: block;
	padding: 0 10px 0 10px;
	color: #5a5a5a;
	text-transform: uppercase;
}

.navigationspunkte a.aktiv {
	text-decoration: underline;
}

.langswitch, .langswitch ul {
	list-style-type: none;
	position: absolute;
	top: -4px;
	right: 20px;
}

.langswitch li {
	padding: 0 15px 0 20px;
	float: left;
}

/* --- LNIKLISTE --- */

ul.linkliste {
	list-style-type: none;
}

ul.linkliste li {
}

ul.linkliste li a {
	display: inline-block;
	min-width: 170px;
	background-image: url("1pic/00_button_bg.png");
	height: 34px;
	line-height: 34px;
	margin-bottom: 5px;
	padding: 0 15px 0 15px;
	border: 1px solid #b7b7b7;
	text-align: center;
	color: #004494;
	font-size: 12px;
}

ul.linkliste li a:hover {
	color: #ee7f01;
	text-decoration: none;
}
	

/* --- EINZELLINK --- */

ul.einzellink {
	list-style-type: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

ul.einzellink li a {
	background-image: url("1pic/00_button.png");
	width: 179px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #004494;
	font-size: 12px;
}

ul.einzellink li a:hover {
	color: #ee7f01;
	text-decoration: none;
}

/* --- HOME --- */

#inhalteLeistungenAnriss {
	padding: 10px 0 0 0;
}

#inhalteLeistungenAnriss td.eintrag {
	padding: 25px 24px 28px 24px;
	background-color: #f2f2f2;	
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	width: 179px;
	height: 116px;
}

#inhalteLeistungenAnriss td.eintrag p {
	display: block;
	text-align: center;
	width: 179px;
	height: 36px;
	line-height: 36px;
	background-image: url("1pic/00_button.png");
	margin: 125px 0 0 0;
	color: #004494;
	font-size: 12px;
}

p.homebuttonaktiv {
	color: #ee7f01 !important;
}

#inhalteLeistungenAnriss a {
	position: absolute;
	display: block;
	width: 179px;
	height: 161px;
}

/* --- MISC --- */

.box {
	padding: 24px 30px;
	background-color: #e5e5e5;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin: 0 0 20px 0;
	position: relative;
	width: 181px;
}

.kontaktbox {
	background-color: #e5e5e5;
	padding: 1px;
	margin: 10px 0 0 0;
}

.kontaktbox p {
	margin: 0;
	padding: 0;
	color: #000000 !important;
}

.kontaktbox .body {
	padding: 5px 0 0 0;
}

.kontaktbox td.bilderEintrag {
	padding: 0 !important;
}


#inhalteWebcam.box {
	padding: 28px 30px;
}

#inhalteWebcam h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

#inhalteWebcam .body p {
	margin: 14px 0 11px 0;
}

#inhalteWebcam table.bilder {
	margin: 0 0 15px 0;
}

#inhalteWebcam ul.linkliste {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#inhalteWebcam ul.linkliste li a {
	min-width: 0;
	width: 149px;
}

#inhalteWebcam ul.linkliste li a:hover {
	color: #ee7f01;
	text-decoration: none;
}

#inhalteLogin h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

#inhalteLogin span {
	display: block;
	padding: 0 0 10px 0;
}

#inhalteLogin p {
	margin: 0;
	padding: 5px 0 0 0;
}

#inhalteLogin input {
	width: 174px;
	height: 23px;
	padding: 0 0 0 5px;
	background-image: url("1pic/00_input.png");
	border: none;
}

#inhalteLogin input[type="submit"] {
	width: 179px;
	height: 36px;
	background-image: url("1pic/00_input_submit.png");
	border: none;
	margin: 10px 0 0 0;
	color: #004494;
	font-size: 12px;
}

#inhalteLogin input[type="submit"]:hover {
	color: #ee7f01;
	cursor: pointer;
}

.seiteSubseite {
	background-color: #f2f2f2;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 25px;
	margin: 0 0 25px 0;
	width: 659px;
	height: 125px;
	overflow: hidden;
}

.seiteSubseite_image {
	float: left;
	width: 180px;
}

.seiteSubseite_body {
	float: right;
	width: 464px;
	padding: 0 0 0 15px;
	position: relative;
}

.seiteSubseite_body h2 {
	margin-top: 0;
}

.seiteSubseite_body h2 a {
	color: #004494 !important;
}

.seiteSubseite_text {
	width: 264px;
}

.seiteSubseite_link a {
	position: absolute;
	top: 95px;
	right: -5px;
	background-image: url("1pic/00_button.png");
	width: 179px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	color: #004494;
	font-size: 12px;
}

.seiteSubseite_link a:hover {
	color: #ee7f01;
	text-decoration: none;
}

.content_box {
	margin-top: 20px;
	padding: 25px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	background-color: #f2f2f2;
	position: relative;
/*	height: 200px;*/
	width: 659px;
}

.content_box .body {
	padding: 0 195px 0 0;
}

.content_box .body p {
	margin: 0;
}

.content_box h2 {
	margin: 0;
	padding: 0 0 10px 0;
}

.content_box ul {
	position: absolute;
	bottom: 25px;
	right: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#inhalteBanner p {
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
}

.webcam_container p {
	padding: 10px 0 10px 0;
	margin: 0;
}

.webcam_container img.webcam_bild {
	border: 1px solid gray;
}

/* --- SLIDESHOW --- */

#slideshow {
	position: relative;
	width: 710px;
	height: 305px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


#slideshow img.active {
	z-index: 30;
}

#slideshow img.last-active {
	z-index: 20;
}

/* --- BILDVERGRÖßERUNG --- */

.bildBigTns {
	width: 709px;
}

.bildBigTn {
	float: left;
    margin-right: 8px;
    margin-top: 8px;
}

.lastinrow {
    margin-right: 0;
}

.bildBigTn a img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50; 
	opacity: 0.50; 
}

.bildBigTn a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.00; 
	opacity: 1.00; 
}

.active a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.00; 
	opacity: 1.00; 
}


/* --- MISC --- */

#inhalteTeamBild {
	padding: 0 0 10px 0;
}

#inhalteBilder td.bilderEintrag {
	padding: 0 0 10px 0;
}

#inhalteImpressum p {
	margin: 0;
}

