body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
}

body, div, td {
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

table {
	border:0px;
}

td {
	text-align:left;
	vertical-align:top;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:black;
}

a:hover {
	color:#9F9F9F;
}

#main {
	width:1020px;
  height:700px;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:auto;
  margin-left:auto;
  padding:0px;
}

#header {
	width:1020px;
	height:108px;
	margin:0px;
	text-align:left;
	background-image:url("../images/gfx_header.gif");
	background-repeat:no-repeat;
}

#menu {
	width:1020px;
	height:25px;
	margin:0px;
}

#home, #ueberUns, #partner, #angebot, #event, #kontakt, #service {
	margin:9px 0px 0px 30px;
	float:left;
	display:inline;
}

#home {
	margin-left:94px;
}

#noLine, #line1, #line2 {
	width:1020px;
	height:70px;
	margin:0px;
	background-repeat:no-repeat;
}

#line1 {
	background-image:url("../images/gfx_line1.gif");
}

#line2 {
	background-image:url("../images/gfx_line2.gif");
}

#content {
	width:1020px;
	height:478px;
	margin:0px;
}

#noLineContent, #line1Content,  #line2ContentLeft, #line2ContentRight {
	height:435px;
	margin:0px;
	padding:37px 28px 6px 28px;
	text-align:left;
	vertical-align:top;
	background-repeat:no-repeat;
}

#noLineContent {
	width:964px;
	height:505px;
}

#line2ContentLeft {
	width:163px;
	padding-left:15px;
	padding-right:20px;
	float:left;
	background-image:url("../images/gfx_line2_left.gif");
}

/* Tan Hack for IE Box Model */
* html #line2ContentLeft { width:219px; }
* html #line2ContentLeft { height:478px; }

#line2ContentRight {
	width:766px;
	float:left;
}

/* Tan Hack for IE Box Model */
* html #line2ContentRight { width:794px; }
* html #line2ContentRight { height:478px; }

#noLineFooter, #line1Footer, #line2Footer {
	width:1020px;
	height:19px;
	margin:0px;
	background-repeat:no-repeat;
}

#line2Footer {
	background-image:url("../images/gfx_line2_footer.gif");
}

#impressum {
	width:77px;
	height:13px;
	margin:0px 0px 0px 394px;
	float:left;
	display:inline;
	text-align:right;
}

#footerLine {
	width:20px;
	height:13px;
	margin:0px;
	float:left;
	display:inline;
	background-image:url("../images/gfx_footer_line.gif");
	background-repeat:no-repeat;
}

#haftung {
	width:162px;
	height:13px;
	margin:0px;
	float:left;
	display:inline;
	text-align:left;
}

.headline {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

/* Dropdown Menu */
.dropdown {
	width:auto;
	height:auto;
	position:relative;
	z-index:100;
}

.dropdown ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.dropdown li {
	float:left;
	text-align:left;
	width:auto;
	position:relative;
}

.dropdown ul ul {
	visibility:hidden;
	position:absolute;
}

.dropdown ul ul li {
	background-color:#FFFFFF;
	width:150px;
	padding-top:3px;
}

.dropdown ul li:hover ul,
.dropdown ul a:hover ul {
	visibility:visible;
}

/* Special text styles */
#haftung_text {
	font-size:10px;
	text-align:left;
}

.partner_text {
	font-size:13px;
	text-align:left;
}