/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
}

body {
	background-image:url(images/bg.jpg);
	margin:0px;
	margin-top:62px;
 }

img {
	border:0;
	vertical-align:bottom;
}

h1 {
	font-variant:small-caps;
	font-size:16px;
}

h2 {
	font-size:14px;
	color:#990000;
}

h3 {
	font-variant:small-caps;
	font-size:14px;
	padding:0px 0px 3px 0px;;
	margin:0px;
	color:#A91314;
}


ul {
	list-style-image:url(images/li.gif);
	padding-left:19px;
}

#all {
	margin: auto; 
	width: 984px;
	margin-bottom:30px;
	}
	
#all2 {
	background-image:url(images/all_bg.gif);
}
 
#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	}

#nav {
	float:left;
	width:230px;
	height:209px;
}

#menuepunkte {
	margin-left:23px;
	margin-top:40px;
}

#main-left {
	float:left;
	width:230px;
	border:1px solid black;
	position:relative;
}

#inhalt {
    min-height: 280px; 
  	height: auto !important;
	height:280px;
	position:relative;
	left:230px;
	width:698px;
	padding:15px;
	padding-left:30px;
}

#oeffnungszeiten {
	position:absolute; 
	top:512px; 
	width:185px; 
	padding-bottom:4px; 
	padding-top:2px; 
	border-bottom:2px solid white; 
	margin-left:23px; 
	text-align:right;
}

#oeffnungszeiten-text {
	padding-right:10px;
}

#start-left-img {
	position:absolute;
	height:292px;
	margin-right:20px;
}

#start-right {
	width:350px;
	position:absolute;
	left:377px;
}

#teaser-team {
	margin-top:9px;
}

#footer {
	height:63px;
	width:984px;
	background-image:url(images/footer.gif);
}

#left-right {
	width:690px; 
	margin-left:260px; 
	padding-top:10px;
}

a.smalllink:link,a.smalllink:visited,a.smalllink:active {
  font-weight: bold;
  text-decoration:none;
  font-size: 11px;
  color:#AA1416;
  text-decoration: none;
}

a.smalllink:hover {
  font-weight: bold;
  text-decoration:underline;
  font-size: 11px;
  color:#AA1416;
}

