﻿@charset "utf-8";
.body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #7C848F;
	background-color: #7a828d;
}
a:link {
	color: #dde4e6;
	text-decoration: none;
}
a:visited {
	color: #dde4e6;
	text-decoration: none;
}
/*a:focus { color: #7C848F; text-decoration:none; }*/
a:hover {
	color: #575656;
	text-decoration: none;
}
/*a:active { color: #7C848F; text-decoration:none; }*/

.center {
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
/* Page Head ///////////////////////////////////////  */

.nav_head {
	width: 984px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.nav_head_logo {
	float: left;
	padding-left: 12px;
	padding-top: 15px;
}
.nav_head_btn_qmail {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 107px;
	height: 65px;
	float: right;
	margin-right: 15px;
	margin-top: 20px;
}
.nav_head_btn_qmail:hover {
	width: 107px;
	height: 65px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 15px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
}
/* Slideshow ////////////////////////////////////  */

.slideshow {
	width: 984px;
	height: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/slideshow_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/slideshow_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/slideshow_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/slideshow_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
/* Hauptmenü ////////////////////////////////////  */

.nav_main {
	width: 1014px;
	height: 360px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.nav_btn {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	float: left;
	width: 159px;
	height: 360px;
	margin: 0px 5px 0px 5px;
}
.nav_btn:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 10px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
}
.nav_btn:active {
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 10px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
}
/* Unterseiten Hauptmenü ////////////////////////////////////  */

.nav_sub_main {
	width: 1014px;
	height: 360px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}
.nav_sub_btn {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	float: left;
	width: 159px;
	height: 92px;
	margin: 0px 5px 0px 5px;
}
.nav_sub_btn:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 10px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
}
.nav_sub_btn:active {
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 10px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
}
/* Content //////////////////////////////////////  */

.content_full {
	width: 984px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.content_full h1{ text-align:center;
}
/* Adresszeile //////////////////////////////////  */

.nav_adresse {
	display:block;
	float: left;
	width: 1004px;
	height: 30px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

	color: #dde4e6;
	text-align: center;
}
/* Footer ///////////////////////////////////////  */

.nav_footer {
	display:inline-block;
	float: !important;
	width: 1004px;
	height: 110px;
	margin-top: 10px;
}
.nav_footer_btn_first {
	float: left;
	width: 110px;
	height: 110px;
	margin-left: 277px;
	margin-right: 10px;
	border-radius: 55px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav_footer_btn_first:hover {
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 55px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav_footer_btn {
	float: left;
	width: 110px;
	height: 110px;
	margin-left: 0px;
	margin-right: 10px;
	border-radius: 55px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav_footer_btn:hover {
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 55px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav_footer_btn_last {
	float: left;
	width: 110px;
	height: 110px;
	margin-left: 0px;
	margin-right: 5px;
	border-radius: 55px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.nav_footer_btn_last:hover {
	-webkit-box-shadow: 0 5px 50px #000000;
	box-shadow: 0 5px 50px #000000;
	border-radius: 55px;
	border-style: solid;
	border-width: 0px;
	background-color: #3e4248;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* Copyright ////////////////////////////////////  */

.nav_copyright {
	float: left;
	width: 1004px;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	color: #dde4e6;
	text-align : center;
}
/* JOBS ////////////////////////////////////////  */

.jobs {
	width: 984px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.jobs h1 {text-align:center;}
/* AGB´s ////////////////////////////////////////  */

.agbs {
	width: 974px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.agbs h1 {text-align:center;}

/* KULTURPAKET ///////////////////////////////////  */

.kulturpaket {
	width: 984px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 0px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.kulturpaket h1 {
	text-align:center;
	color: #000000;}

.kulturpaket a:link {
	color: #7a828d;}

.kulturpaket a:hover {
	color: #7a828d;}

.kulturpaket a:active {
	color: #7a828d;}
	
.kulturpaket a:visited {
	color: #7a828d;}
	
.kulturpaket th {text-align:left;
vertical-align:text-top;
width: 280px;}
	




/* IMPRESSUM ///////////////////////////////////  */

.impressum {
	width: 974px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}
.impressum h1 {
	text-align:center;
	color: #000000;}

.impressum a:link {
	color: #7a828d;}

.impressum a:hover {
	color: #7a828d;}

.impressum a:active {
	color: #7a828d;}
	
.impressum a:visited {
	color: #7a828d;}
	
.impressum th {text-align:left;
vertical-align:text-top;
width: 280px;}
	
/* NEWSLETTER ///////////////////////////////////  */

.newsletter {
	width: 974px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	border-style: solid;
	border-width: 10px;
	-moz-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-webkit-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	-o-border-image: url(../_img/content_border.png) 10 10 10 10 stretch;
	border-image: url(../_img/content_border.png) 10 10 10 10 fill stretch;
	background-image: url(../_img/content_bg.png);
	background-repeat: repeat-y;
}	
	
.newsletter h1 {
	text-align:center;}

.newsletter h2 {
	text-align:center;}
	
.newsletter a:link {
	color: #7a828d;}

.newsletter a:hover {
	color: #7a828d;}

.newsletter a:active {
	color: #7a828d;}
	
.newsletter a:visited {
	color: #7a828d;}
	
.newsletter th {text-align:left;
vertical-align:text-top;
width: 100px;}
	
	
	
	

/* Copyright ////////////////////////////////////  */

.links {
 float: !important;
	clear: left;
	padding-left: auto;
	padding-right: auto;
	margin-top: 10px;
	color: #7a828d;
	text-align : center;
}
/* keywords ////////////////////////////////////  */

.keywords {
	float: left;
	width: 1004px;
	height: 26px;
	font-size: xx-small;
	color: #7a828d;
	text-align : center;
}
