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

body {
	background:#f5f5f5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 18px;
	color:#666666;
	}

.fl {
	display: inline;
	float:left;
	}

.fr {
	display: inline;
	float:right;
	}

.clear {
	float:none;
	clear:both;
	}

a {
	color: #666666;
	text-decoration: none;
	}

.inactive, .inactive2 {
	color:#CCC;
}

a:hover {
	text-decoration: underline;
	}

	
#wrapper {
	position: relative;
	float:none;
	width: 960px;
	border: 1px solid #999999;
	margin: 20px auto 20px auto;
	height: 680px;
	background:url(../images/bg1.jpg) no-repeat center;
	}

#wrapper.start{
	background:url(../images/bg2.jpg) no-repeat center;
	}

#head {
	position: relative;
	float: none;
	height: 58px;
	padding-top:12px;
	padding-left: 35px;
	}

#metamenu {
	margin-top: 6px;
	margin-left: 608px;
	width: 183px;
	}


#left {
	width: 240px;
	}

#middle {
	width: 444px;
	}

#spotlight {
	position:relative;
	background:url(../images/spotlight.jpg) center;
	margin-bottom: 25px;
	height: 444px;
	}

#spotlightimage {
	z-index:2;
	position:absolute;
	top: 0px;
	left: 0px;
	}

#right {
	margin-left: 36px;
	width: 200px;
	}

.menu {
	padding-top: 55px;
	margin-left: 36px;
	}

.menu li {
	margin-bottom: 16px;
	}
.menu a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding-left: 22px;
	}

.menu .inactive {
	padding-left: 22px;
}


 .menu a:hover, a.activated {
	font-weight: bold;
	background: url(../images/menuselect.png) no-repeat left center;
	}

#metamenu a:active, .menu a:active {
	color:#000000;
	}

#metamenu a {
	color:#666666;
	text-decoration: none;
	display: block;
	}
#metamenu a:hover{
	font-weight: bold;
	}
	
#middle .menu {
	padding-top: 55px;
	margin-left: 0;
	}

#middle .menu a {
	color:#666666;
	text-decoration: none;
	display: block;
	padding-left: 0px;
	}

#middle .menu a:hover {
	font-weight: bold;
	background: none;
	}

#middle .menu a:active {
	color:#000000;
	}

.thumb {
	display:block;
	float:left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background:#CCC;
	text-decoration: none;
	}

.thumb:hover {
	border: 1px solid #666666;
	text-decoration: none;
	}

.thumbselected, .thumb:focus {
	background:#666;
}

/* Kontaktform */
.breaker {
	float: none;
	clear:both;
	}
	
.formzeile {
	display:block;
	margin-bottom: 5px;
	}

.formfeld {
	text-align:left;
	float:left;
	width: 201px;
	}
.formfeld_right {
	text-align:right;
	float:left;
	width: 201px;
	}

.formtext {
	text-align: right;
	float:left;
	width: 150px;
	margin-right: 20px;
	}

input[type=text]{
	width: 200px;
	border: 1px solid #666666;
	background:#EEEEEE;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
	font-size: 1em;
	}

input[type=text]:hover, input[type=text]:focus  {
	width: 200px;
	border: 1px solid #333333;
	background:#FFFFFF;
	
	}

input[type=reset], input[type=submit] {
	border: 1px solid #666666;
	background:#EEEEEE;
	cursor: pointer;
	}

input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
	border: 1px solid #000000;
	background:#FFFFFF;
	}
	
textarea {
	width: 200px;
	border: 1px solid #666666;
	background:#EEEEEE;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
	font-size: 1em;
	}

textarea:hover, textarea:focus{
	width: 200px;
	border: 1px solid #333333;
	background:#FFFFFF;
	}



