body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #000;
	background:#1A181C;
	padding:0px;
	margin:0px;
}

.bgindex {
	background:url(../_images/bg_index.jpg) top left no-repeat #1A181C;
}

.bgprogramm {
	background:url(../_images/bg_programm.jpg) top left no-repeat #1A181C;
}

.bgrueckschau {
	background:url(../_images/bg_rueckschau.jpg) top left no-repeat #1A181C;
}

.bgessen {
	background:url(../_images/bg_essen.jpg) top left no-repeat #1A181C;
}

.bganfahrt {
	background:url(../_images/bg_anfahrt.jpg) top left no-repeat #1A181C;
}

.bgkfn {
	background:url(../_images/bg_kfn.jpg) top left no-repeat #1A181C;
}

.bgpartner {
	background:url(../_images/bg_partner.jpg) top left no-repeat #1A181C;
}

.bghelfer {
	background:url(../_images/bg_helfer.jpg) top left no-repeat #1A181C;
}

a {
	color: #C15700;
	text-decoration: none;
}
a:hover {
	color: #C15700;
	text-decoration: underline;
}
p {
	font-family:Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
}

#container {
	text-align:left;
    height: 950px;
    width: 930px;
}

img {
	border:0px;
}


#head {
	width:850px;
	height:230px;
}


#navi {
	width:850px;
	height:150px;
}

#navi ul {
	margin:0px 0px 0px 125px;
	height:150px;
	padding:0px;
	width:530px;
}

#navi li {
	list-style-type:none;
	float:left;
}


#content {
	width:850px;
	height:508px;
}

#hauptteil {
	margin-left:145px;
	margin-top:50px;
	width:500px;
	height:428px;
	float:left;
	display:inline;
	line-height:18px;
	overflow:auto;
}

#hauptteil h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
}

#hauptteil h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}

#hauptteil ul {
	padding:0px;
	margin:0px;
	height:30px;
}

#hauptteil li {
	width: 165px;
	float:left;
	list-style:none;
	font-size:10px;
	text-align:center;
}


#sponsoren {
	width:150px;
	float:left;
	height:370px;
	margin-left:20px;
	margin-top:130px;
	display:inline;
}

.partner {
	width:220px;
	height:370px;
	background:url(../_images/partner09.gif);
	display:block;
}

.partner:hover, .partneraktiv, .partneraktiv:hover {
	width:220px;
	height:370px;
	background:url(../_images/partner09_a.gif);
	display:block;
}

#foot {
	width:850px;
	height:70px;
}

.programm {
	display:block;
	width:101px;
	height:150px;
	background:url(../_images/_navi/programm.gif);
}

.programm:hover, .programmaktiv, .programmaktiv:hover {
	display:block;
	width:101px;
	height:150px;
	background:url(../_images/_navi/programm_a.gif);
}

.rueckschau {
	display:block;
	width:102px;
	height:150px;
	background:url(../_images/_navi/rueckschau.gif);
}

.rueckschau:hover, .rueckschauaktiv, .rueckschauaktiv:hover {
	display:block;
	width:102px;
	height:150px;
	background:url(../_images/_navi/rueckschau_a.gif);
}

.essen {
	display:block;
	width:90px;
	height:150px;
	background:url(../_images/_navi/essen.gif);
}

.essen:hover, .essenaktiv, .essenaktiv:hover {
	display:block;
	width:90px;
	height:150px;
	background:url(../_images/_navi/essen_a.gif);
}

.anfahrt {
	display:block;
	width:86px;
	height:150px;
	background:url(../_images/_navi/anfahrt.gif);
}

.anfahrt:hover, .anfahrtaktiv, .anfahrtaktiv:hover {
	display:block;
	width:86px;
	height:150px;
	background:url(../_images/_navi/anfahrt_a.gif);
}

.kfn {
	display:block;
	width:82px;
	height:150px;
	background:url(../_images/_navi/kfn.gif);
}

.kfn:hover, .kfnaktiv, .kfnaktiv:hover {
	display:block;
	width:82px;
	height:150px;
	background:url(../_images/_navi/kfn_a.gif);
}

.kontakt {
	display:block;
	width:69px;
	height:150px;
	background:url(../_images/_navi/kontakt.gif);
}

.kontakt:hover, .kontaktaktiv, .kontaktaktiv:hover {
	display:block;
	width:69px;
	height:150px;
	background:url(../_images/_navi/kontakt_a.gif);
}

input, textarea {
	margin:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
















#inline-sample-content {
  padding: 10px;
  background:black;
  color:white;
}

#inline-sample-content h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:white;
}



.hidden {
  display: none;
  background:red;
}