/* CSS Dokument */
/* Allegemeine Formatierung */

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 1.2;
	text-align: left;
	background-color: #FFFFFF;
}
html, body #wrapper {
	min-height: 100%;
	height: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover, a:active {
	text-decoration: underline;
	color: #669999;
}
.headline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #669999;
}
#wrapper {
	width: 746px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../img/bg/bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}
#footer {
	bottom: 0;
	clear: both;
}
/* Formatierung Navigation */
#nav {
	float: left;
	width: 103px;
	padding-top: 197px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
}
/* Ausklappbares Menu */
#subnav_regie {
	position: absolute;
	width: 88px;
	top: 233px;
	left: 103px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	visibility: hidden;
}
#subnav_regie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav_regie li {
	display: inline;
}
#subnav_schnitt {
	position: absolute;
	width: 88px;
	top: 251px;
	left: 103px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	visibility: hidden;
}
#subnav_schnitt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subnav_schnitt li {
	display: inline;
}
/* Formularformatierung */
#newsletter {
	float: left;
	width: 119px;
	padding: 25px 0 50px 0;
}
input {
	color: #000000;
	border: 1 px solid #000000;
	background-color: #ffffff;
	width: 103px;
}
input.button {
	background-color: #ffffff;
	border: none;
	font: 10px;
	text-align: left;
}
/* Formatierung Content */
#content {
	float: right;
	text-align: justify;
	height: auto;
	width: 556px;
	margin: 187px 42px 0 0;
}
#content2 {
	float: right;
	height: auto;
	width: 556px;
	margin: 187px 42px 0 0;
}
#contentbox {
	position: relative;
	font-size: 10px;
	border-top: 1px dotted #cccccc;
	text-align: justify;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	width: 556px;
	min-height: 85px;
}
.thumb {
	float: right;
	margin: 0px 0px 3px 12px;
}
.pic_right {
	float: right;
	margin: 2px 0px 5px 10px;
}
.pic_left {
	float: left;
	margin-top: 10px;
}
.gallery_pic {
	margin-top: 10px;
	margin-right: 7px;
}
.column_right {
	float: right;
	padding-left: 10px;
	text-align: left;
}
.copyright {
	float: left;
}
.link {
	position: absolute;
	padding: 5px;
	left: 277px;
	top: 0px;
	width: 135px;
}
ul {
	list-style-image: url(../img/icons/link_pfeil.gif);
	padding-left: 5px;
	margin: -2px 0px 0px -5px;
}
li {
	line-height: 1.5;
}
#crewleft {
	float: right;
	width: 150px;
	text-align: left;
}
#crewright {
	float: right;
	width: 150px;
	text-align: left;
}
#datesleft {
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 15px;
}
#datesright {
	float: right;
	width: 200px;
	text-align: left;
}
/* Platzierung der Sprachauswahl */
#language {
	position: absolute;
	top: 184px;
	left: 657px;
}
#deutsch {
	position: absolute;
	top: 184px;
	left: 654px;
}
.feed-list {
  line-height: 1;
  list-style-type: none;
  list-style-image: none;
}

.feed-list li {
  padding: 0;
  list-style-type: none;
}

.feed-list li a {
  padding: 0 0 0 19px;
  background: url("../img/icons/feed-icon-14x14.png") no-repeat 0 50%;
  list-style-type: none;
}