html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 1.4;
	background: #fefefe url(Bilder/background.png) repeat-x;
}

a, a:link, a:visited{
	color: #545454;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, a:active{
	color: #1e1e1e;
}

h1{
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #1e1e1e;
}

img{
	border: 0;
}

strong{
	font-weight: bold;
}

table{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	table-layout: fixed;
}
table tr{
	vertical-align: top;
}

ul{
	margin: -7px 0 10px -22px;
}

.wrapper{
	width: 796px;
	margin: 20px auto 40px;
}
.wrapper .wtop{
	width: 796px;
	height: 16px;
	background: url(Bilder/box_top.png);
}
.wrapper .wbody_text{
	width: 722px;
	min-height: 132px;
	padding: 10px 37px;
	background: url(Bilder/box_body.png);
	overflow: hidden;
}
.wrapper .wbody_text img.left{
	float: left;
	width: 450px;
	margin: -10px 20px -10px -20px;
}
.wrapper .wbody_image{
	width: 762px;
	padding: 0 17px;
	background: url(Bilder/box_body.png);
}
.wrapper .wbody_image img{
	width: 100%;
	margin: 0 0 -7px 0;
}
.wrapper .wbody_thumbs{
	width: 762px;
	padding: 0 17px;
	background: url(Bilder/box_body.png);
}
.wrapper .wbody_thumbs img{
	width: 127px;
	margin: 0 0 -7px 0;
}
.wrapper .wbody_audio{
	width: 722px;
	min-height: 132px;
	padding: 10px 37px;
	background: url(Bilder/box_body.png);
	overflow: hidden;
}
.wrapper .wbody_audio img.left{
	float: left;
	width: 380px;
	margin: -10px 0 10px -20px;
}
.wrapper .wbody_audio img.right{
	float: right;
	width: 380px;
	margin: -10px -20px 10px 0;
}
.wrapper .wbottom{
	width: 796px;
	height: 18px;
	background: url(Bilder/box_bottom.png);
}

.wrapper .caption {
	display: block;
	height: 0;
	position: relative;
	top: 474px;
	left: 10px;
	color: #fff;
	font-size: 24px;
	text-shadow: #000 -1px 1px 4px;
}


.slogo{
	height: 28px;
	margin: 7px 0 5px 0;
}
.slogo img{
	float: left;
	margin: -5px 5px 0 0;
}

.footer{
	font-weight: lighter;
}

#fancybox-title-over a:link, #fancybox-title-over a:visited{
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
#fancybox-title-over a:hover, #fancybox-title-over a:active{
	color: #c0c0c0;
	text-decoration: underline;
	cursor: pointer;
}

#header{
	width: 780px;
	margin: 40px auto 0;
	overflow: hidden;fi
}
#header .logo{
	float: left;
	width: 234px;
	height: 109px;
	margin: 0;
}
#header .logo img{
	width: 100%;
	height: 100%;
}
#header .menu{
	float: right;
	width: 640px;
	text-align: right;
	margin: -24px 0 0 0;
	font-weight: lighter;
}
#header .menu a, #header .menu a:link, #header .menu a:visited{
	color: #545454;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 12px;
}
#header .menu a:hover, #header .menu a:active{
	color: #1e1e1e;
}




