/* Auf jeder HTML-Seite sollte das hier oben stehen!!! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> */

/* Allgemeines: Seitenabstände und Zeichensatz */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica;
	font-size:16px;
	line-height:18px;
	color:#ffffff;
}

/* Hintergrunddefinition & vertikaler Scrollbalken */
body {
	background-color:#000032; /* Hintergrundfarbe */
	overflow:-moz-scrollbars-vertical; /* vertikaler Scrollbalken ist immer zu sehen */
	height:100%;
}

p {
	margin: 0px;
	padding: 0px 0px 18px 0px;
}

br {
	margin: 0px;
	padding: 0px;
}

#kontent {
	position:absolute;
	left:50%;
	margin-left:-477px; /* der halbe negative Wert der Containerbreite */
	top:0px;
	width:955px;
	min-height:100%; /* Dies ist sehr wichtig für den FF, sonst wird der Hintergrund nur bis 100% Browserfenster angezeigt! */
}

#paulaner-garten {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:70px;
	background-image:url(images/paulaner-garten.jpg);
}

#o-zapft-is {
	position:absolute;
	left:0px;
	top:70px;
	width:955px;
	height:110px;
	background-image:url(images/o-zapft-is.jpg);
}

#navigation {
	position:absolute;
	left:0px;
	top:190px;
	padding-top:10px;
	width:955px;
	height:25px;
}

#inhalt {
	position:absolute;
	left:0px;
	top:225px;
	width:955px;
	height:596px;
	background-color:#999999;
}

#mitterechts {
	position:absolute;
	left:418px;
	top:215px;
	width:228px;
	height:596px;
}

#mittemitte {
	position:absolute;
	left:170px;
	top:215px;
	width:228px;
	height:596px;
}

#konzertkarten {
	position:absolute;
	left:690px;
	top:245px;
}

#links {
	position:absolute;
	left:21px;
	top:246px;
	width:635px;
	height:554px;
}

#links-anfahrt-bild {
	position:absolute;
	left:11px;
	top:236px;
	width:307px;
	height:574px;
}

#links-anfahrt {
	position:absolute;
	left:341px;
	top:246px;
	width:305px;
	padding-right:20px;
	height:554px;
	overflow-x:hidden;
	overflow-y:auto;
}

#scroll {
	position:absolute;
	left:21px;
	top:246px;
	width:635px;
	height:554px;
	overflow-x:hidden;
	overflow-y:auto;
}

#bild-links {
	position:absolute;
	left:426px;
	top:246px;
	width:230px;
	height:150px;
}

#musik {
	position:absolute;
	left:352px;
	top:246px;
	width:64px;
	height:64px;
}

#einslive {
	position:absolute;
	left:212px;
	top:246px;
	width:64px;
	height:64px;
}

#animation-links {
	position:absolute;
	left:11px;
	top:236px;
	width:635px;
	height:554px;
}

#rechts {
	position:absolute;
	left:686px;
	top:246px;
	width:248px;
	height:554px;
}

#werbung {
	position:absolute;
	left:697px;
	top:256px;
	width:228px;
	height:235px;
}

#werbung2 {
	position:absolute;
	left:697px;
	top:556px;
	width:228px;
	height:235px;
}

#konzerte {
	position:absolute;
	left:677px;
	top:760px;
	width:288px;
	height:55px;
}

#neu {
	position:absolute;
	left:677px;
	top:687px;
	width:288px;
	height:70px;
}

#nr {
	position:absolute;
	left:677px;
	top:748px;
	width:288px;
	height:70px;
}

a, a:link, a.visited, a:hover {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input, textarea {
	background:transparent;
	border: 1px solid #ffffff;
}

select {
	background-color:#000032;
	border: 1px solid #ffffff;
}

.red {
	color:red;
}

.underline {
	text-decoration:underline;
}

