body {
  background-color: #f4f8f5;
  font-family: arial, helvetica, "times new roman";
}

a {
  color:#00a331;
  text-decoration: none;
}

#wrapper {
	position: relative;
	width: 965px;
	margin: 0px auto;
	background-color: #fefefe;
	border: solid 1px #00a421;
}

#header {
	width: 965px;
	height: 288px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#logo_alster{
  position: absolute;
  left: 10px;
  top: 32px;
}

#logo_tuev{
  position: absolute;
  left: 339px;
  top: 12px;
  text-align: center;
  font-size: 10px;
}

#logo_tuev a{
  font-family: arial, helvetica, "times new roman";
  color: #595959;
}

#headerphone {
	position: absolute;
	left: 615px;
	top: 56px;
	font-weight: bold;
}

#headerphone #phone {
	margin-right: 10px;
}

#navigation {
	position: relative;
	width: 965px;
	top: 262px;
	font-weight: bold;
	text-align:center;
	z-index:20;

}

#navigation ul {
	margin:0px;
	left: 0px;
	padding:0px;
	display:inline;
	text-align: left;
/*	background-color: #fcf;*/
}

#navigation ul li {
	display:inline;
	list-style:none;
	margin:0px 10px;
	position:relative;
	height:32px;
	font-size: 16px;
}

#navigation li a {
	color:#00a331;
	display:inline-block;
	height: 24px;
	text-decoration:none;
	
}

#navigation li a:hover {
	color:#00ef48;
	text-decoration:none;
}

#navigation li ul {
	margin:0px 0px 0px -2px; /* hier margin-left fuer verschiebung submenue benutzen*/
	padding:0px;
	display:none;
	position:absolute;
	left:0px;
	top:20px;
	background-color:#fff;
	border: 1px solid #00a331;
}

#navigation li:hover ul {
	display:block;
	white-space:nowrap;
	padding: 8px 0px 0px 9px;
}

#navigation li li {
	clear: both;
	list-style:none;
	display:list-item;
	margin-left:0px;
	font-size: 15px;
}

#navigation li li a {
	color:#00a331;
	text-decoration:none;
}

#navigation li li a:hover {
	color:#00ef48;
}

#content {
	width: 901px;
	clear: both;
	margin-left: 32px;
	margin-top: 32px;
	font-family: arial, helvetica, "times new roman";
	color: #595959;
	font-size: 17px;
}

#content h1, #content h2, #content h3, #content h4 {
	color: #4f4f4f;
	font-weight: 800;
	font-size: 26px;
}

#content h2, #content h3, #content h4 {
	font-size: 20px;
	margin-top: 30px;
}

#content h3 {
	font-size: 18px;
}

#content h4{
	font-size: 16px;
}

.contentKastenGruen {
	border: 1px solid #00a331;
	height: 32px;
	margin-bottom: 32px;
	width: auto;
}

.pfeilKastenGruen {
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}

.textKastenGruen {
	margin-top: 6px;
	margin-left: 32px;
}

.contentImageRight {
	float: right;
	margin-left: 20px;
}

.contentImageLeft {
	float: left;
	margin-right: 20px;
}

form p {
	margin-bottom: 1em;
}

form p label {
	float: left;
	width: 10em;
	margin-top: 0.5em;
	cursor: pointer;
}

form p input, form p select, form p textarea {
	border: 0.08em solid #000000;
	margin-top: 0.3em;
	width: 20em;
}

form p select {
	width: auto;
}

form p textarea {
	width: 40em;
	height: 10em;
}

/*#textarea UL {
 margin: 15px 0px;
 padding: 0px;
}*/

form p input#formInput_submit, form p input#formInput_reset {
	width: auto;
}

#slideshow {
	border: 1px solid #000;
	width: 756px;
	height: 335px;
	margin: 32px auto;
	position: relative;
}

#slideshowBig {
	left: 0px;
	top: 0px;
	width: 561px;
	height: 335px;
}

#slideshowText {
	position: absolute;
	left: 364px;
	bottom: 20px;
	color: #fff;
	width: 188px;
	z-index: 5;
}

#slideshowSmall {
	position: absolute;
	width: 195px;
	height: 335px;
	left: 561px;
	top: 0px;
}

#slideshowSmall img {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

.slideshowbtn {
	position:absolute;
	margin-top: -67px;
	margin-left: 0px;
	white-space:nowrap;
	color: #fff;
}

.slideshowbtn img {
	border: 2px solid #636965;
	margin-right: 3px;
	float: left;
}

.slideshowbtn a {
	display: block;
	font-size: 12px;
	height: 57px;
	width: 184px;
	color: #fff;
	padding: 11px 0px 0px 9px;
}

#bildwechsel IMG, #blenddiv {
	margin: 0px;
	padding: 0px;
	border: 0px black solid;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:4;
	width:561px;
		height:335px;
}
		
#bildwechsel {
	z-index:4;
}

.kleinerBildwechselBox {
	width:561px;
	height:335px;
	z-index:4;
	position:relative;
	top:0px;
}

#footer {
	width: 965px;
	margin-top: 50px;
	height: 52px;
}

#footerleft {
	position: relative;
	float: left;
	height: 50px;
	left: 5px;
	bottom: 5px;
}

#footerleft IMG {
	float: left;
	margin-right: 5px;
}

#footernavi {
	position: absolute;
	float: right;
	right: 15px;
	bottom: 10px;
	text-align: right;
	width: auto;
	color: #4f4f4f;
	font-weight: bold;
}

#footernavi a {
	color: #4f4f4f;
	font-size: 14px;
}

#footernavi a:hover {
	text-decoration: underline;
}

#antenne {
	background-image:url(../img/antenne.png);
	background-repeat:no-repeat;
	width:34px;
	height:59px;
	margin-left:344px;
	}
	
#tv {
	background-image:url(../img/fernseher.png);
	background-repeat:no-repeat;
	height:368px;
	width:395px;
	float:left;
	}
	
#tv_innen {
	position:relative;
	left:21px;
	top:30px;
	width:356px;
	height:300px;
	}

#video1 {
	display:block;
}

#video2 {
	display:none;
	position:relative;
	top:20px;
}

#tv-thumbs {
	position:relative;
	top:3px;
	margin-left:70px;
	float:left;
	}