@charset "utf-8";
body {
 width: 100%;
 min-height: 100%;
 margin-top: 20px;
 background: url(../graphics/bg_grid.png) no-repeat fixed center center;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
p {
}
td {
}
a:link, a:visited, a:active {
 color: #006;
}
a:visited, a:active {
 text-decoration: none;
}
a:link {
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #00F;
}
/* Blocks */
.container {
 width : 960px;
 margin : 0 auto;
 font-size: 10pt;
 color: #006;
 text-decoration: none;
 font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 /*border:2px solid #B9DCFF;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;*/
 -moz-box-shadow: 0 0 6px 6px #AAA;
 -webkit-box-shadow: 0 0 6px 6px #AAA;
 box-shadow: 0 0 6px 6px #AAA;
 position: relative;
 height: auto;
}
/* Grids */
.c960 {
 width: 960px;
 height: auto;
 padding: 0px;
 margin: 0px;
}
.c720 {
 float: right;
 height: auto;
 width: 680px;
 margin: 0px 0px 0px 20px;
 padding: 0px;
}
.c240 {
 float: left;
 height: auto;
 width: 220px;
 margin: 0px;
 padding: 0px;
 position: relative;
}
.clear {
 clear: both;
}
/* Struktur */
h1 {
 font-size: 1em;
 margin: 0px;
}
.top {
 height: 130px; /*auto*/
 margin: 0;
 background: -moz-linear-gradient(top, rgba(119,172,219,1) 0%, rgba(226,237,255,0.33) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(119,172,219,1)), color-stop(100%, rgba(226,237,255,0.33)));
 background: -webkit-linear-gradient(top, rgba(119,172,219,1) 0%, rgba(226,237,255,0.33) 100%);
 background: -o-linear-gradient(top, rgba(119,172,219,1) 0%, rgba(226,237,255,0.33) 100%);
 background: -ms-linear-gradient(top, rgba(119,172,219,1) 0%, rgba(226,237,255,0.33) 100%);
 background: linear-gradient(to bottom, rgba(119,172,219,1) 0%, rgba(226,237,255,0.33) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77acdb', endColorstr='#54e2edff', GradientType=0 );
 opacity: 0.85;
 z-index: 2;
 position: relative;
}
.contentbox {
 margin: 0px 20px;
 padding: 0px 0px 20px;
}
.content {
 padding-left: 20px;
 padding-right: 20px;
}
.toplogo {
 position: absolute;
 top: 3px;
 left: 6px;
}
.address {
 position: absolute;
 top: 20px;
 right: 8px;
 text-align: right;
 display: block;
 font-size: 1.0em;
}
.address p {
 display: block;
 margin: 5px 0 0;
}
.addr1 {
 font-weight: bold;
 margin: 0px;
 padding: 0 0 5px;
 display: block;
}
.address a, .address a:link, .address a:visited, address a:active {
 text-decoration: none;
 color: #006;
}
.address a:hover {
 text-decoration: none;
 color: #00F;
}
.listing {
 display: block;
 height: 110px;
 width: auto;
 margin-bottom: 15px;
 border-bottom: 1px solid #35458E;
}
.thumbs, .thumbsdescr, .slider {
 height: auto;
 list-style-type: none;
 position: relative;
 margin: 0px;
 padding: 0px;
}
.thumbs {
 width: 200px;
}
.thumbsdescr, .slider {
 width: 700px;
}
.thumbs a {
 text-decoration: none;
 opacity: 0.5;
 -moz-opacity: 0.5;
 filter: alpha(opacity=50);
 -webkit-transition: opacity 0.5s ease-in-out;
 -moz-transition: opacity 0.5s ease-in-out;
 -ms-transition: opacity 0.5s ease-in-out;
 -o-transition: opacity 0.5s ease-in-out;
 transition: opacity 0.5s ease-in-out;
}
.thumbs a:hover, .thumbs a:active {
 color: #006;
 opacity:1;
 -moz-opacity:1;
 filter:alpha(opacity=100);
}
.title {
 position: absolute;
 top: 40px;
 left: 200px;
 text-align: center;
 display: block;
 font-size: 2.9em;
 font-weight: bold;
 text-shadow: -2px 2px 0px rgba(100,125,255,0.85);
}
#lauftext {
 font-size: 1.0em;
}
#lauftext ul {
 padding-left: 30px;
}
#lauftext li {
 font-weight: bold;
 margin-top: 1px;
 margin-bottom: 0px;
}
.lauftexttitle {
 font-weight: bold;
 display: block;
 width: auto;
 padding-top: 0px;
 padding-bottom: 5px;
}
.picstitle {
 font-weight: bold;
 display: block;
 width: auto;
 padding-top: 5px;
 padding-bottom: 20px;
}
#slogan {
 font-size: 2.2em;
 color: #77ADDB;
 text-shadow: -3px 2px 2px rgba(0,0,102,0.65);
}
#slogan ul {
 padding-left: 80px;
 list-style: none;
}
#slogan ul ul {
 padding-left: 40px;
 list-style: none;
}
#slogan li {
 font-weight: bold;
 margin-top: 8px;
 margin-bottom: 0px;
}
/* Navigation */
#navi, #subnavi {
 border-top-color: #35458E;
 border-bottom-color: #35458E;
 border-top-width: 1px;
 border-top-style: solid;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 opacity: 0.85;
 display: block;
 height: 23px;
 padding: 0px;
}
#navi {
 width: 960px;
 margin: 0px auto 20px;
}
#subnavi {
 width: 576px;
 margin: -15px auto 20px;
}
.navi, .subnavi {
 font-size: 1.1em;
 width: 100%;
 list-style-type: none;
 position: relative;
 margin: 0px;
 height: 23px;
 font-weight: bold;
 z-index: 1;
}
.navi ul, .subnavi ul {
 padding: 0px;
 margin: 0px;
}
.navi li, .subnavi li {
 display: block;
 float: left;
 position: relative;
 text-decoration: none;
 overflow: hidden;
 text-align: center;
 margin: 0px;
 padding: 0px;
 line-height: 23px;
 height: 23px;
}
.navi li {
 width: 191px;
}
.subnavi li {
 width: 114px;
}
.navi li a, .navi li a:visited, .subnavi li a, .subnavi li a:visited {
 display: block;
 color: #006;
 background-color: #77ADDB;
 -webkit-transition: background-color 500ms ease-in-out;
 -moz-transition: background-color 500ms ease-in-out;
 -o-transition: background-color 500ms ease-in-out;
 transition: background-color 500ms ease-in-out;
 text-decoration: none;
 overflow: hidden;
}
.navi li a:hover, .subnavi li a:hover {
 color: #006;
 background-color: #E1EDF7;
}
#active {
 background-color: #E1EDF7;
}
.navi ul ul li, .subnavi ul ul li {
 display: block;
 width: 1px;
 height: 23px;
 margin: 0px;
 padding: 0px;
}
/* Contactform */
.formbox {
	width: 410px;
	padding : 5px;
	border : 1px solid #006;
	background : inherit;
	color : #006;
	font-size : 0.9em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.formline {
    clear: both;
    padding: 2px 0px;
}
.label {
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 2px;
	padding-right: 3px;
}
.formfield {
    float: right;
    width: 300px;
    text-align: left;
} 
.do {
    clear: both;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}
.fieldwidth {
    width: 280px;
}
.button {
	color: #006;
	height: 23px;
	font-size: 1.0em;
}
.floatpic {
	float: right;
	height: 160px;
	width: 250px;
	position: relative;
	visibility: inherit;
	padding-top: 10px;
}
.floatpicleft {
	margin-left: 10px;
	margin-right: 20px;
}
