HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*
############################################## CONTAINER
*/
#container {
	width: 975px;
	min-height: 100%;
	_height: 100%;
	background-image: url(../bilder/hg_bayern.png);
	background-repeat: repeat-y;
	background-position: center;
	position:absolute;
	left: 50%;
	margin-left: -487px;
	}

/*
############################################## KOPF
*/
	#container #kopf {
		}
/*
############################################## SHORTCUTS
*/
		#container #kopf .shortcuts {
			position: absolute;
			left: 439px;
			top: 111px; _top: 120px;
			width: 400px;
			}
			#container #kopf .shortcuts UL {
				font-size: 0.7em;
				}
				#container #kopf .shortcuts UL LI {
					display: inline;
					}
					#container #kopf .shortcuts UL LI A {
						color: #1C426B;
						text-decoration: none;
						}
/*
############################################## LINKS
*/
	#container #links {
		float: left;
		width: 168px;
		}
		#container #links UL {
			margin: 0;
			padding: 0;
			margin-top: 25px;
			
			}
			#container #links LI {
				list-style: none;
				margin: 10px 0 10px 7px;
				}
				#container #links A {
/*					background-image:url(../bilder/hg_button_bayern.png);*/
					background-repeat: no-repeat;
					background-position: 0 -20px;
					font-size: 0.7em;
					font-weight: bold;
					text-decoration: none;
					color: #1C426B;
					padding: 4px 0 4px 20px;
					display: block;
					_margin-bottom: -18px;
					width: 100%;
					margin-right: -20px;
					}
					#container #links A:HOVER, #container #links A.aktiv {
						background-position: 0 0;
						}
/*
############################################## MITTE
*/
	#container #mitte {
		float: left;
		/*width: 559px; */
		/*breite geändert von 579*/
		width: 579px;
		padding: 18px 30px 150px 30px;
		_padding-top: 27px;
		font-size: 0.7em;
		line-height: 1.5em;
		}
		#container #mitte H1 {
			font-size: 1.3em;
			margin: 12px 0 20px 0;
			color: #1C426B;
			}
		#container #mitte H1 .klein {
			font-size: 0.8em;
			}
		#container #mitte H2 {
			font-size: 1em;
			margin: 0;
			}
		#container #mitte H3 {
			font-size: 1em;
			margin-bottom: 5px;
			margin-top: 0;
			}
		#container #mitte H4 {
			font-size: 1em;
			color: #1C426B;
			margin: 15px 0 0 0;
			}
		#container #mitte P {
			margin-top: 0;
			}
		#container #mitte .popup_zeile {
			text-align: right;
			height: 30px;
			vertical-align: bottom;
			}
			#container #mitte H3 A {
				color: #CC0000;
				border-bottom: 1px dotted #999999;
				text-decoration: none;
				padding-bottom: 2px;
				width: 100%;
				display:block;
				}
		#container #mitte .rot {
			color: #CC0000;
			text-decoration: none;
			}
			
		#container #mitte .rotgrossfett {
			color: #CC0000;
			text-decoration: none;
			font-size:16px;
			line-height:18px;
			
			}
			
		#container #mitte .tl {
			color: #101010;
			text-decoration: none;
			}
		#container #mitte .hotelliste {
			line-height: 14px;
			}	
		#container #mitte .bild_abstand_links {
			margin-left: 10px;
			}
		#container #mitte .gb_tabelle A {
			color: #CC0000;
			text-decoration: none;
			}			
			
		#container #mitte .gb_tabelle_gross A {
			color: #CC0000;
			text-decoration: none;
			font-weight: bold;
			font-size: 12px;
			}	
/*
############################################## RECHTS
*/
	#container #rechts {
		float: left;
		width: 168px;	
		text-align: left;	
		}

/*
############################################## FOOTER
*/		
	#container #footer {
		clear: both;
		text-align:center;
		bottom: 0;
		position: absolute;
		width: 500px;
		left: 25%;
		margin-left: -15px;
		border-top: 1px solid #1C426B;
		color: #1C426B;
		font-size: 0.6em;
		padding: 5px;
		}
		#container #footer A {
			color: #1C426B;
			text-decoration: none;
			}
		#container #footer .hotels {
			color: #BBBBBB;
			text-decoration: none;
			font-size: 9px;}
#container #mitte .sehrklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

