html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body{
	height: 100%;
	background: #FFCC00;
	padding: 0px;
	margin: 0px;
}

#container_winter{			/*vertikal und horizontal zentriert*/
	position: absolute;
	background: url(../img/design/bg_winter.jpg) no-repeat;
	width: 950px;
	height: 650px;
	left: 50%;
	margin-left: -475px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -325px;   /* Um die Hälfte der Höhe nach oben schieben */
}

#container_summer{			/*vertikal und horizontal zentriert*/
	position: absolute;
	background: url(../img/design/bg_summer.jpg) no-repeat;
	width: 950px;
	height: 650px;
	left: 50%;
	margin-left: -475px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -325px;   /* Um die Hälfte der Höhe nach oben schieben */
}

#navigation{
	position: relative;
	padding: 0px;
	padding-top: 100px;
	width: 950px;
	height: 25px;
}

#title{
	position: relative;
	padding-top: 110px;
	padding-bottom: 15px;
	height: auto;
	width: 920px;
	height: 25;
	font-size: 18px;
	left: 30px;
}

#title a { color: #cc0000; text-decoration: none;}
#title a:visited { text-decoration: none; color: #cc0000; }
#title a:hover { color: #000000; text-decoration: none}
#title a:active { text-decoration: none; color: #cc0000; }

#content{
	position: relative;
	padding-top: 0px;;
	width: 890px;
	height: 340px;
	overflow: auto;
	left: 30px;
	right: 30px;
	line-height: 18px;
}

#content a { color: #cc0000; text-decoration: none;}
#content a:visited { text-decoration: none; color: #cc0000; }
#content a:hover { color: #000000; text-decoration: none}
#content a:active { text-decoration: none; color: #cc0000; }

#galery{
	position: relative;
	width: 860px;;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#Layer_Info {
	position:absolute;
	background: #003399;
	border: #333333 solid 1px;
	padding: 20px;
	line-height: 18px;
	color: #CCCCCC;
	width:430px;
	height:330px;
	z-index:30;
	overflow: auto;
	left: 50%;
	margin-left: -225px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -175px;   /* Um die Hälfte der Höhe nach oben schieben */
	visibility: hidden;
}

#Layer_Info a {
	text-decoration: none;
	color: #CC0000;
}
#Layer_Info a:hover {
	text-decoration: none;
	color: #fffff;
}

table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table a { color: #cc0000; text-decoration: none; line-height: 18px;}
table a:visited { text-decoration: none; color: #cc0000; }
table a:hover { color: #000000; text-decoration: none}
table a:active { text-decoration: none; color: #cc0000; }

td {line-height: 18px;}

input{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select{
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
	height: 120px;
}

ul{list-style: disc;}
li{line-height: 18px; padding-bottom: 20px;}

.readbold{font-weight: bold;}
.readbold a { color: #cc0000; text-decoration: none;}
.readbold a:visited { text-decoration: none; color: #cc0000; }
.readbold a:hover { color: #000000; text-decoration: none}
.readbold a:active { text-decoration: none; color: #cc0000; }

.source{font-style: italic}
.title{font-weight: bold;}

.copyinfo {font-size: 11px;}
.copyinfo a { color: #cc0000; text-decoration: none;}
.copyinfo a:visited { text-decoration: none; color: #cc0000; }
.copyinfo a:hover { color: #000000; text-decoration: none}
.copyinfo a:active { text-decoration: none; color: #cc0000; }
