/* CSS Document */

* {
	border:none;
	padding:0;
	margin:0;
}

body {
	border:none;
	padding:0;
	margin:0;
	background-image: url("../bilder/bgrd_loop.gif");
	background-repeat:repeat-xy;
	background-color:#ffffff;
	font-family:Akzidenzgrotesk, helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;
	color:#000000;
}

#container {
	margin:auto;
	width:980px;
	padding:0;
}

#header {
	width:980px;
	height:88px;
	background-image: url("../bilder/header.png");
	background-repeat:no-repeat;
	padding:0;
}

#adresse {
	float:right;
	padding-right:40px;
	padding-top:20px;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
#adresse .td-1 {
	width:155px;
}


#content {
	padding:0 10px;
	position:absolute;
	top: 88px;
	width:980px;
}

.box {
	background:#ffffff;
	padding:20px 15px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	padding-bottom:20px;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:24px;
	text-decoration:none;
}
#left{
	float:left;
}
#right{
	float:right;
	height:530px;
	width:400px;
	margin-top:40px;
}
#aktuell{
	background:#ffffff;
	padding:30px 25px;
	min-width:395px;
	margin-top:40px;
	margin-left:60px;
	font-weight:normal;
	display:block;
}
#aktuell h1{
	color:#959595;
}
#aktuell h2{
	font-family: helvetica, arial, sans-serif;
	font-size:32px;
	padding-top:10px;
	padding-bottom:20px;
	color:#b81014;
}

#aktuell p{
	font-size:24px;
	line-height:30px;
}

#oeffnungszeiten {
	width: 220px;
	margin-top:30px;
	margin-left:50px;
}

#oeffnungszeiten h1{
	color:#83c6df;
}

#oeffnungszeiten .td-1{
	width:85px;
}

#anfahrt {
	width:100px;
	clear:both;
	margin-top: 50px;
	margin-left: 70px;
}
#anfahrt a{
	color:#4c8528;
	padding-bottom:0px;
}


#info {
	width:430px;
	position:relative;
	top:0;
	margin: 50px 0 30px 30px;
}
#info h1{
	color:#ed95a3;
}
#agb {
	
	width:300px;
	margin-top: 70px;
	margin-left: 30px;
}

#agb a{
	color:#ed7900;
	padding-bottom:0px;
}
#agb a:hover, #anfahrt a:hover {
	text-color:#959595;
	text-decoration:none;
}
