@charset "UTF-8";
/* CSS Document */

/** **************************************************
 *  general elements
 *  *********************************************** */	

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	text-align: left;
	background-color: #000;
	background: url(image/bg_home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img {
	border: none;
}
a {
	border: none;
	padding: 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-ms-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}
a:hover {
	color: #dbbc70;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 2px;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	color: #dbbc70;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px;
}
h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0px 0 20px;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
}
p {
	font-size: 14px;
	color: #fff;
}
/** **************************************************
 *  logos
 *  *********************************************** */
 
#logo_fruehstyle {
	width: 260px;
	top: 20px;
	left: 20px;
	position: fixed;
}
#logo_reh {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
}
/** **************************************************
 *  left column
 *  *********************************************** */

#column_left {
	width: 220px;
	margin: 20px 20px 0;
	background-color: #000;
	position: fixed;
	padding: 20px;
	bottom: 0;
	top: 200px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#navigation {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
}

#imprint {
	font-size: 14px;
	line-height: 14px;
	bottom: 20px;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
}
/** **************************************************
 *  right_column
 *  *********************************************** */

#container {
	width: 260px;
	min-height: 260px;
	margin: 20px 20px 0 300px;
	position: relative;
	bottom: 0;
	top: 200px;
}
a.dates {
	width: 220px;
	min-height: 220px;
	padding: 20px;
	background-color: #000;
	display: block;
	margin: 0 0 20px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
a:hover.dates {
	filter: alpha(opacity=100);
	opacity: 1;
}
.dates p {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
}
a.dates_vergangen {
	width: 220px;
	min-height: 220px;
	padding: 20px;
	background-color: #000;
	display: block;
	margin: 0 0 20px;
	filter: alpha(opacity=45);
	opacity: 0.4;
}
a:hover.dates_vergangen {
	filter: alpha(opacity=100);
	opacity: 1;
}
.dates_vergangen p {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.content {
	width: 220px;
	padding: 20px;
	background-color: #000;
	display: block;
	margin: 0 0 20px;
	filter: alpha(opacity=75);
	opacity: 0.7;
}
.content ul {
	color: #fff;
	margin: 0;
	font-size: 14px;
}
.content li {
	margin: 0 0 10px;
}
.content p {
	line-height: 18px;
	margin: 0 0 10px;
}
/** **************************************************
 *  right_column
 *  *********************************************** */
#form {
	margin: 0;
	padding: 0;
}
#form h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 2px;
	text-transform: uppercase;
}
#form input {
	width: 220px;
	height: 20px;
	border: 1px dotted #dbbc70;
	margin: 0 0 20px;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
}
#form textarea {
	width: 220px;
	height: 218px;
	border: 1px dotted #dbbc70;
	margin: 0 0 20px;
	padding: 2px 0 0;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
}

a.download {
	position:absolute;
	left: 575px;
	top: 190px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

a:hover.download {
	filter: alpha(opacity=100);
	opacity: 1;
}
