/* allgemeine Format-Angaben */

* {
	padding: 0px;
	margin: 0px;
}

#logo_print {
  visibility:hidden;
  height: 0px;
}
#logo_img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clr {
	clear: both;
}

html {
	height: 100%;
}

body {
  	background: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 100%;
	height: 100%;
	text-align: center;
}

/* Layers */

#main {
	position:absolute; z-index: 1;
	width: 770px;
	margin: 0 auto;
	min-height: 600px;
	height: auto !important;
	height: 600px; /* fuer den IE */
	position: relative;
	text-align: left;
	background: #eeeeee;
	background: url(../images/background.jpg) repeat-y;
	border-bottom: 3px solid #8cb7e1;
}

#main_fp {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #eeeeee;
}

#header {
}
#logo {
	height: 285px;
	overflow: hidden;
}

#topnav {
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	margin-left: 0px;
	text-align: right;
	width: 770px;
	font-size: 70%;
	color: #888888;
 	background: #ffffff;
}

#left {
	margin-top: 20px;
	float: left;
	width: 200px;
}

#right {
	float: left;
	width: 570px;
	padding-top: 20px;
	font-size: 90%;
}

span.gray {
 	color:#aaaaaa;
	font-size: 95%;
}


/* Layers Startseite */

div.winter {
	float: left;
	width:50%;
	background: #8cb7e1;
}
div.sommer {
	float: left;
	width:365px !important;
	width:50%;
	color: #ffffff;
	background: #3b771f;
	text-align: right;
}
div.box {
	float: left;
	width:50%;
	color: #333333;
	height: 145px;
	background: #eeeeee;
}

/* Bild mit Beschreibung rechts */
div.imgouter {
	min-height: 110px;
	margin-left:30px;
	margin-bottom: 10px;
	clear: both;
}
div.imgright {
 	margin-left:165px;
}

#impressum_img {
	padding-left: 30px;
	width: 100px;
}



/* Links */
a:link, a:visited {
	color: #8cb7e1;
	text-decoration:none;
	font-weight:normal;
}
a:hover, a:focus, a:active {
	color: #8cb7e1;
	text-decoration:underline;
	font-weight:normal;
}


a.nav:link, a.nav:visited {
	background: url(../images/nav_bg.jpg) no-repeat;
	padding-left: 50px;
	color: #000000;
	vertical-align: top;
	text-decoration: none;
	font-size: 90%;
	line-height: 30px;
	width: 100%;
	display: block;
}
a.nav:hover, a.nav:active, a.nav:focus {
	background: url(../images/nav_bg_hover.jpg) no-repeat;
	font-size: 90%;
	color: #ffffff;
}
a.navActive:link, a.navActive:visited {
	padding-left: 50px;
	font-size: 90%;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	display: block;
	color: #000000;
	background: url(../images/nav_bg_active.jpg) repeat-x;
}
a.navActive:hover, a.navActive:active, a.navActive:focus {
	font-size: 90%;
	color: #555555;
}


a.nav_fp_winter:link, a.nav_fp_winter:visited {
	background: #8cb7e1;
	padding-left: 20px;
	color: #000000;
	vertical-align: top;
	text-decoration: none;
	line-height: 30px;
	width: 100%;
	display: block;
}
a.nav_fp_winter:hover, a.nav_fp_winter:active, a.nav_fp_winter:focus {
	background: #5588cc;
	color: #ffffff;
}
a.nav_fp_sommer:link, a.nav_fp_sommer:visited {
	background: #3b771f;
	padding-left: 20px;
	color: #ffffff;
	vertical-align: top;
	text-decoration: none;
	line-height: 30px;
	width: 100%;
	display: block;
}
a.nav_fp_sommer:hover, a.nav_fp_sommer:active, a.nav_fp_sommer:focus {
	background: #669911;
	color: #000000;
}

div.back {
	margin: 5px 0px;
	margin-left: 32px;
	vertical-align: middle;
	height: 30px;
}

/* Ueberschriften */

h1 {
	font-family: Verdana, Helvetica, Arial, "Times New Roman", sans-serif;
	font-size: 125%;
	color: #555555;
	margin: 10px;
	margin-top: 0px;
	margin-left: 30px;
}
h1.fp {
	margin: 0px;
	font-size: 140%;
}
h2 {
	font-family: Verdana, Helvetica, Arial, "Times New Roman", sans-serif;
  	font-size: 105%;
	color: #555555;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 0px;
}
h3 {
  	font-size: 110%;
	color: #555555;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
}

/* Texte */

p, td {
	margin: 15px 15px 10px 30px;
	line-height: 130%;
}
p.fp {
	font-size: 90%;
	margin: 15px;
}
p.nomargin, span.nomargin {
	margin: 0px;
	line-height: 130%;
}
p.small {
	font-size: 70% !important;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
p.mistake {
	color: #aa0000;
	line-height: 5px;
	margin: 10px;
	margin-left: 30px;
}

.green {
	color:#4da844;
}



/* Listen */

ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li.nav {
	height: 30px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	background-image: none;
}

ul {
	padding: 0px;
	list-style: none;
	padding-right: 10px;
}
li {
	line-height: 20px;
	padding-left: 50px;
	padding-top: 0px;
	background-image: url(../images/dot_winter.gif);
 	background-repeat: no-repeat;
  	background-position: 27px 0px !important;
 	background-position: 27px 0px;
}

ul.team li {
	line-height: 20px;
	padding-left: 18px !important;
	padding-left: 255px;
	padding-top: 0px;
	background-image: url(../images/dot_winter.gif);
 	background-repeat: no-repeat;
  	background-position: 0px 0px !important;
 	background-position: 235px 0px;
}

/* Tabellen */

table.contenttable, table.contenttable2 {
	width:510px;
	margin-left: 30px;
	margin-right: 30px;
}
table.contenttable td {
	vertical-align: middle;
	font-size: 82%;
}
table.contenttable2 td {
	font-size: 80%;
}


/* Bilder */

img {
	margin: 0px;
	padding:0px;
}
img.nomargin {
 	border: 1px solid #aaaaaa;
	margin: 0px;
}
img.border {
	border: 1px solid #8cb7e1;
	margin: 2px 0px;
}
img.border_margin {
	border: 1px solid #8cb7e1;
	margin: 3px;
}
img.border_margin_fp {
	border: 1px solid #8cb7e1;
	margin: 5px 5px 15px 0px;
}
img.content {
	border: 1px solid #888888;
	margin: 2px 5px 2px 0px;
}

/* Input-Boxen */
input, textarea {
	background-color:#f5f5f5;
	color:#000000;
	border: 1px solid #555555;
}
input.text {
	padding-left: 2px;
	padding-right: 2px;
}
textarea.text {
	padding-left: 2px;
	padding-right: 2px;
}
input.price {
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
}
input.radio {
	border:0px;
	background:#ffffff;
}
input.checkbox {
	border: 0px;
}
select {
	width: 80px;
}


legend {
	margin-left: 15px;
	padding: 0 10px 0 10px;
	background: #eeeeee;
	font-weight: bold;
	color: #000000;
}
label {
}

fieldset {
  	border: 1px solid #aaaaaa;
	padding: 10px 0 10px 0;
}