/*	
	-----------------------------------------------------------
	Section 1: Global page definitions
	-----------------------------------------------------------
*/

body { 
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f5c2d6;
	background-image: url(../images/system/tile_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

a {
	color: #AA0E10;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.gbFooter {
	font-size: 15px;
	font-weight: normal;
}

html>body .moz-bug { clear:both  }


/*	
	-----------------------------------------------------------
	Section 2: Text decorations
	-----------------------------------------------------------
*/

#headline {
	position: absolute;
	top: 234px;
	left: 231px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 42px;
	color: white;
}

h1 {
	padding: 0;
	margin: 0 0 23px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 23px;
	color: #4B095B;
}
h2 {
	padding: 0;
	margin: 40px 0 23px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 23px;
	color: #4B095B;
}
h3 {
	display: inline;
	padding: 9px 0 20px 51px;
	background-image: url(../images/system/bullet.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
}
h4 {
	display: inline;
	padding: 9px 0 20px 51px;
	background-image: url(../images/system/bullet.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
	color: #C80F13;
}
h5 {
	display: inline;
	padding: 9px 0 20px 51px;
	background-image: url(../images/system/bullet.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #C80F13;
}
h6 {
	display: inline;
	padding: 9px 0 20px 51px;
	background-image: url(../images/system/bullet.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
	color: #A989B1;
}


.wide {
	letter-spacing: 1px;
}

.red {
	color: #AA0E10;
}

.fakeStrong {
	font-size: 19px;
}
.maxLineHeight {
	font-size: 19px;
	line-height: 30px;
}


/*	
	-----------------------------------------------------------
	Section 3: Navigation Divs
	-----------------------------------------------------------
*/

#navigation {
	position: absolute;
	top: 135px;
	left: 1px;
	margin: 0;
	padding: 0;
	width: 186px;
}

#navigation a {
	display: block;
	margin: 0 auto 6px auto;
	text-decoration: none;
	background-repeat: no-repeat;
}
#navigation a:hover { background-position: 0% 100%; }

#zuhause .zuhause, #termine .termine, #hoeren .hoeren, #sehen .sehen, #gaestebuch .gaestebuch, #band .band, #presse .presse, #kiosk .kiosk, #kontakt .kontakt {
	background-position: 0% 100%;
}


#navigation a.zuhause {
	width: 105px;
	height: 33px;
	background-image: url('../images/system/btn_zuhause.gif');
}
#navigation a.termine {
	width: 114px;
	height: 31px;
	background-image: url('../images/system/btn_termine.gif');
}
#navigation a.hoeren {
	width: 99px;
	height: 31px;
	background-image: url('../images/system/btn_hoeren.gif');
}
#navigation a.sehen {
	width: 99px;
	height: 31px;
	background-image: url('../images/system/btn_sehen.gif');
}
#navigation a.gaestebuch {
	width: 137px;
	height: 37px;
	background-image: url('../images/system/btn_gaestebuch.gif');
}
#navigation a.band {
	width: 122px;
	height: 32px;
	background-image: url('../images/system/btn_band.gif');
}
#navigation a.presse {
	width: 175px;
	height: 39px;
	background-image: url('../images/system/btn_presse.gif');
}
#navigation a.kiosk {
	width: 88px;
	height: 33px;
	background-image: url('../images/system/btn_kiosk.gif');
}
#navigation a.kontakt {
	width: 113px;
	height: 32px;
	background-image: url('../images/system/btn_kontakt.gif');
}

/*	
	-----------------------------------------------------------
	Section 4: Layout Divs
	-----------------------------------------------------------
*/

#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#contentContainer {
	position: absolute;
	top: 398px;
	left: 330px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4B095B;
	line-height: 22px;
}

.tv {
	margin: 0 0 0 -50px;
	width: 503px;
	height: 331px;
	padding: 50px 0 0 40px;
	background-image: url(../images/content/tv.gif);
}

#contact {
	position: absolute;
	top: 605px;
	left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

#impressum {
	position: absolute;
	top: 711px;
	left: 106px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#slideshow {
	position: absolute;
	top: 111px;
	left: 657px;
}
#slideshow img { display: none }
#slideshow img.first { display: block }

#pic_zuhause {
	position: absolute;
	top: 111px;
	left: 606px;
}


/*	
	-----------------------------------------------------------
	Section 5: News Divs / Gallery Divs
	-----------------------------------------------------------
*/

#sehen #content { width: 430px;}
#sehen #contentPics { width: 500px;}
#content .article .date {
	padding: 0 0 0 5px;
	font-size: 15px;
}
#content .article .imgLeft {
	float: left;
	margin: 0 15px 5px 0;
}
#content .article .imgRight {
	float: right;
	margin: 0 0 5px 15px;
	border: 3px solid #933780;
}
#content #colImgRight {
	float: right;
	width: 120px;
	text-align: right;
}
#content #colImgRight img {
	margin: 0 0 15px 0;
}
#newsThumbs img {
	margin: 0 7px 7px 0;
	padding: 0;
}
.subline {
	display: block;
	margin: -5px 0 10px 0;
}
.past {
	line-height: 30px;
	color: #A989B1;
}
.spacer {
	height: 30px;
}
