
html {
	width:100%;
	height:100%;
	background-color:#000;
	marign:0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}


/* ***************************************************************************************
					Layout
*************************************************************************************** */

#mainContainer {
	width:914px;
	margin:0 auto;
}

#head {
	width:914px;
	height:206px;
	background:url(../img/layout/head_1.jpg);
}

#head a {
	display:block;
	width:100%;
	height:100%;
}

#contentContainer {
	width:914px;
	margin:10px auto;
	background-color:#6D6D6D;
}

#contentBorderTop {
	background:url(../img/layout/bg_content_top.jpg) top left no-repeat;
}

#contentBorderLeft {
	background:url(../img/layout/bg_content_left.jpg) top left repeat-y;
}

#contentBorderRight {
	background:url(../img/layout/bg_content_right.jpg) top right repeat-y;
}

#contentBorderBottom {
	background:url(../img/layout/bg_content_bottom.gif) bottom left no-repeat;
	min-height:400px;
}

#contentAndNav {
	padding:50px 0 50px 50px;
}

#contentWrapper {
	float:left;
	width:718px;
}

#content {
	width:600px;
	float:left;
	padding-bottom:50px;
	padding-top:0;
	margin-right:20px;
}

/* ***************************************************************************************
					seitentitel
*************************************************************************************** */

#pageTitle {
	position:absolute;
	left:865px;
	margin-top:1px;
	height:35px;
}

.pageTitlenews {
	background:url(../img/content/title_news.gif) 782px 3px no-repeat;
}

.pageTitleuebermich {
	background:url(../img/content/title_uebermich.gif) 688px 3px no-repeat;
}

.pageTitleresultate {
	background:url(../img/content/title_resultate.gif) 670px 3px no-repeat;
}

.pageTitlegalerie {
	background:url(../img/content/title_galerie.gif) 733px 3px no-repeat;
}

.pageTitlevideos {
	background:url(../img/content/title_videos.gif) 758px 3px no-repeat;
}

.pageTitlegaestebuch {
	background:url(../img/content/title_gaestebuch.gif) 663px 3px no-repeat;
}

.pageTitlegoennerclub {
	background:url(../img/content/title_goennerclub.gif) 636px 3px no-repeat;
}

.pageTitlekontakt {
	background:url(../img/content/title_kontakt.gif) 710px 3px no-repeat;
}

/* ***************************************************************************************
					sponsoren
*************************************************************************************** */

#sponsoren {
	float:left;
	width:75px;
	text-align:center;
	margin-top:50px;
	margin-right:10px;
}

#sponsoren img{
	margin-bottom:30px;
}




/* ***************************************************************************************
					Navigation
*************************************************************************************** */

#navigation {	
	margin:0 20px 0 -40px;
	float:left;
	width:160px;	
}


#navigation ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#navigation ul li {
	height:40px;
}

#navigation ul li span {
	display:none;
}

#navigation ul li a {
	display:block;
	height:20px;
	width:160px;
	outline:none;
}

#navigation ul li.news a {
	background:url(../img/nav/news.gif) top left no-repeat;
}

#navigation ul li.news a:hover {
	background:url(../img/nav/news_x.gif) top left no-repeat;
}

#navigation ul li.newsActive a {
	background:url(../img/nav/news_x.gif) top left no-repeat;
}

#navigation ul li.uebermich a {
	background:url(../img/nav/uebermich.gif) top left no-repeat;
}

#navigation ul li.uebermich a:hover {
	background:url(../img/nav/uebermich_x.gif) top left no-repeat;
}

#navigation ul li.uebermichActive a {
	background:url(../img/nav/uebermich_x.gif) top left no-repeat;
}

#navigation ul li.resultate a {
	background:url(../img/nav/resultate.gif) top left no-repeat;
}

#navigation ul li.resultate a:hover {
	background:url(../img/nav/resultate_x.gif) top left no-repeat;
}

#navigation ul li.resultateActive a {
	background:url(../img/nav/resultate_x.gif) top left no-repeat;
}

#navigation ul li.galerie a {
	background:url(../img/nav/galerie.gif) top left no-repeat;
}

#navigation ul li.galerie a:hover {
	background:url(../img/nav/galerie_x.gif) top left no-repeat;
}

#navigation ul li.galerieActive a {
	background:url(../img/nav/galerie_x.gif) top left no-repeat;
}

#navigation ul li.videos a {
	background:url(../img/nav/video.gif) top left no-repeat;
}

#navigation ul li.videos a:hover {
	background:url(../img/nav/video_x.gif) top left no-repeat;
}

#navigation ul li.videosActive a {
	background:url(../img/nav/video_x.gif) top left no-repeat;
}

#navigation ul li.gaestebuch a {
	background:url(../img/nav/gaestebuch.gif) top left no-repeat;
}

#navigation ul li.gaestebuch a:hover {
	background:url(../img/nav/gaestebuch_x.gif) top left no-repeat;
}

#navigation ul li.gaestebuchActive a {
	background:url(../img/nav/gaestebuch_x.gif) top left no-repeat;
}

#navigation ul li.goennerclub a {
	background:url(../img/nav/goennerclub.gif) top left no-repeat;
}

#navigation ul li.goennerclub a:hover {
	background:url(../img/nav/goennerclub_x.gif) top left no-repeat;
}

#navigation ul li.goennerclubActive a {
	background:url(../img/nav/goennerclub_x.gif) top left no-repeat;
}

#navigation ul li.kontakt a {
	background:url(../img/nav/kontakt.gif) top left no-repeat;
}

#navigation ul li.kontakt a:hover {
	background:url(../img/nav/kontakt_x.gif) top left no-repeat;
}

#navigation ul li.kontaktActive a {
	background:url(../img/nav/kontakt_x.gif) top left no-repeat;
}

/* ***************************************************************************************
					misc
*************************************************************************************** */

.clear {
	clear:both;
}

.right {
	float:right;
}

p {
	margin-bottom:20px;
}

.hidden {
	display:none;
}

