/**********/
/* LAYOUT */
/**********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Verdana, Arial, Sans-serif;
}

html {
	 overflow: -moz-scrollbars-vertical;
}

body {
	padding: 30px 0;
	text-align: center;
	background-color: #FFF;
}

#wrapper {
	margin: auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#head {
  height: 78px;
  background: url(../img/head1.png) no-repeat center;
  position: relative;
}

#logo {
  width: 219px;
  height: 127px;
  background: url(../img/head2.png) no-repeat center;
  position: absolute;
  top: 78px;
  left: 380px;
}

#logo-gala {
  width: 77px;
  height: 100px;
  background: url(../img/logo-gala.gif) no-repeat center;
  position: absolute;
  top: 95px;
  left: 740px;
}

#body {
	background: url(../img/bg_main.png) repeat-y center;
	width: 100%;
}

#video-bwf {
  margin: 20px 0 0 28px;
  width: 200px;
}

#video-bwf img {
  background: url(../img/video-bwf.png) no-repeat center;
  border: 1px solid green;
}

div.content {
	padding: 175px 20px 0 0;
	position: relative;
	min-height: 350px;
	float: right;
	width: 660px;
}

div.content *:last-child {
	margin-bottom: 0;
}

div.content * {
	color: #3D6140;
	font-size: 12px;
}

#foot {
	background: url(../img/bg_foot.png) no-repeat center;
	height: 40px;
}


/**************/
/* NAVIGATION */
/**************/

#navi {
	float: left;
	margin: 12px 0 0 20px;
	text-transform: uppercase;
}

#navi ul {
	margin: 0;
	padding: 0;
	width: 250px;
	text-align: right;
}

#navi li {
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
}

#navi li a {
	color: #376039;
	text-decoration: none;
}

#navi li:hover, #navi li.active {
  background: url(../img/bg_navi.png) no-repeat right 5px;
}

#navi li:hover > a, #navi li.active > a {
  text-decoration: none;
}


/***********/
/* FORMATS */
/***********/

div.content a {
	color: #8B0E13;
	text-decoration: none;
	outline: none;
}

div.content a:hover {
	text-decoration: underline;
}

div.content h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	color: #8B0E13;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #3D6140;
}

div.content h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #8B0E13;
	margin: 20px 0 15px 0;
}

p, address, ul {
	margin-bottom: 15px;
	line-height: 190%;
}

div.content ul {
	margin-left: 12px;
	margin-bottom: 20px;
} 

div.content ul li {
	padding-bottom: 10px;
	list-style: square;
}

div.content li.pdf {
  list-style: none;
  background: url('../img/icon_pdf.gif') no-repeat left top;
  margin: 0;
  padding: 2px 0 5px 30px;
  line-height: 100%;
}

.error {
	font-weight:bold;
}

img.left, img.right {
	border: 1px solid #CCC;
}

img.left {
	float: left;
	margin: 0 15px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 15px;
}


/******************/
/* BILDERGALERIEN */
/******************/

ul.gallery {
	margin: 30px 0 0 0 !important;
	padding: 0 !important;
}

ul.gallery li {
  float: left;
  list-style: none !important;
  padding: 0 5px 5px 0 !important;
  margin: 0;
}

ul.gallery li img {
  border: 1px solid green;
  padding: 2px;
}

/************/
/* KALENDER */
/************/

div.calendar-image {
  position: relative;
}

div.calendar-image div.month {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  background-color: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  zoom: 1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}

#calendar-left {
  width: 202px;
  margin: 20px 0 0 28px; 
}

#calendar-left img {
  border: 1px solid #057e31;
}

.calendar {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.calendar td {
  height: 20px;
  border: 1px solid #057e31;
  font-size: 10px;
  width: 14%;
}

.calendar td.cssHeading, .calendar td.cssWeeks {
  background-color: #057e31;
  color: #FFF;
}

.calendar td.cssSundays {
  background-color: #dcf1e4;
}

.calendar td.current {
  font-weight: bold;
}


/**********/
/* WETTER */
/**********/

table.wetter {
	width: 202px;
  margin: 20px 0 10px 28px;
	border: 1px solid #057e31;
	border-collapse: collapse;
	font-size: 10px;
}

table.wetter th {
  color: #FFF;
  background-color: #057e31;
  font-weight: normal;
}

table.wetter th, table.wetter td {
  text-align: center;
  padding: 4px;
}

table.wetter td {
  background-color: #dcf1e4;
  border-bottom: 1px solid #057e31;
}

table.wetter td.image {
  background-color: #FFF;
}


/*************/
/* FORMULARE */
/*************/

table.contact {
  border-collapse: collapse;
}

table.contact td {
  padding: 5px 0;
}

table.contact td.label {
  width: 130px;
}

table.contact td.input {
  width: 250px;
}

table.contact td.input input, table.contact td.input textarea {
  font-size: 12px;
  padding: 2px;
  border: 1px solid green;
}

table.contact td.input input {
  width: 200px;
}

table.contact textarea {
  width: 500px;
  height: 100px;
}

table.contact input.button {
	padding: 3px 20px;
	border: none;
	line-height: 100%;
	background-color: green;
	color: #FFF !important;
}

input.focus, select.focus, textarea.focus,
input:focus, select:focus, textarea:focus {
	background-color: #E7F3FF;
}

span.error {
	color: #C00;
}