html {overflow-y: scroll} /* always show vertical scrollbar (for Moz) */
* {
   margin: 0px;
   padding: 0px;
   }
body {
	font: 13px/18px arial, helvetica, sans-serif;
	color: #333333;
	background: #989898 url("image/bg.jpg") repeat-x;
	padding-bottom: 50px;
		}
img {
	border-width: 0px;
	}
cite {
	font-weight: bold;
	font-style: italic;
}
p {padding: 7px 0;}
.box_right p {padding: 5px 0;}
strong {
	font-weight: bold;
	}
hr {
background-color:#CCCCCC;
border:medium none;
clear:both;
color:#CCCCCC;
height:1px;
}

/*############################### HEADLINES ###############################*/
h1 {
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 10px;
	}
#box_head h1 {
	background-image:url(image/trans.png);
	position: absolute;
	bottom: 0px; 
	line-height: 26px;
	margin-bottom: 0px;
	padding: 0px 20px 5px;
	width: 920px;
	color: #000000;
	z-index: 1;
			}
.datum_titel {font-size: 18px; color: #444444;}
.box_right h1 {
	font-size: 13px;
	line-height: 20px;
	background-color: #DDDDDD;
	padding: 4px 10px 2px 10px;
	margin: -10px -10px 0 -10px;
		}
h2 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 5px;
		}
.box_right h2 {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	}
h3 {
	font-size: 15px;
	line-height: 22px;
	margin: 5px 0;
	padding: 4px 10px 9px 10px;
	background: #DDDDDD  url(image/h3_bg.gif) repeat-x;
	color: #000000;
	}
.box_aktuell h3 {
	margin: 0;
	}
.box_aktuell h3 a {
	font-size: 16px;
	color: #444444;
	}
h4 {
	font-size: 15px;
	line-height: 22px;
	}
/*############################### LINKS ###############################*/
a {
	color: #000000;
	outline: 0;
	-moz-outline: 0;
	}
a:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
	}
a:hover img {
	background-color: #FFFFFF;
	}
.box_right a {
	text-decoration: none;
	}
.link_arrow {
	font-size: 16px;
	line-height: 0px;
	}
.box_right .link_arrow {
	font-size: 18px;
	line-height: 0px;
	color: #D2A800;
	font-weight: bold;
	}
ul {
	list-style-type: circle;
	padding: 5px 0 10px 35px;
	}
li {
	padding-bottom: 5px;
	clear: both;
	}

/*######################### BOXES ######################*/
#box_head {
	width: 960px;
	clear: both;
	margin: 10px auto 0 auto;
	position: relative;
		}
#head_top {
	margin-bottom: 1px;
	text-align: center;
	}
.header {
	height: 190px;
	width: 960px;
	background-image: url(image/head/oktoberfest.jpg);
	z-index: 50;
	}
.header_ani {
	height: 190px;
	width: 960px;
	background-image: url(image/head/oktoberfest_ani.gif);
	z-index: 50;
	}

.box_content {
	background-color: #FFFFFF;
	padding: 10px 20px 30px 20px;
	overflow: auto;
	width: 920px; 
	margin: 0 auto;
	clear: both;
				}
.box_left {
	width: 625px;
	padding-right: 15px;
	float: left;
	overflow: hidden;
		}
.box_right {
	width: 240px;
	padding: 5px 10px;
	float: right;
	background-color: #EEEEEE;
	border: 5px solid #DDDDDD;
	overflow: hidden;
	margin: 5px 0px;
	font: 12px/16px helvetica, arial, sans-serif;
		}
.box_right_content {
	margin:0;
	padding: 10px 0;
	border-bottom: 1px dotted #555555;
	clear: both;
	overflow: auto;
	}
.box_right_bottom {
	border-bottom-width: 0px;
	}
.divider {
	height: 15px;
	width: 100%;
	border-bottom: 1px dotted #555555;
	margin-bottom: 15px;
	clear: both;	
	}

/*############################### AKTUELL ###############################*/

.box_aktuell {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
	overflow: auto;
	}
.box_aktuell h1 {
	margin: 5px 0px;
	}
.box_aktuell h1 a {
	font-size: 16px;
	color: #000000;
	background-color: #FFCC00;
	padding: 2px 5px;
	line-height: 25px;
	text-decoration: none;
	}
.box_aktuell h1 a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #000000;
	}
.bild_liste_links {
	font: 11px/15px arial, helvetica, sans-serif;
	color: #666666;
	float: left;
	margin: 5px 15px 5px 0;
	overflow: auto;
	}
.text_liste_rechts {
	width: 410px;
	float: left;
	overflow: auto;
	}
	
/*############################### SUB-NAVIGATION ###############################*/
.box_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -10px -5px -10px;
	line-height: 18px;
		}
.box_right li{
	padding:0;
	border-top: 1px dotted #AAAAAA;
	}
.box_right li a {
	padding: 2px 10px;
	display: block;
	text-decoration: none;
	}
.box_right li a.select {
	background-color: #FFCC00;
	color: #333333;
	font-weight: bold;
	}
.box_right li a:hover {
	background-color: #FFCC00;
	color: #000000;
	text-decoration: none;
		}
/*############################### Tabellen ###############################*/
table { margin: 10px 0 20px 0;}
td {
	vertical-align: top;
	border-bottom: 1px solid #DDD;
	padding: 2px 10px;
	}
tr.even {
	background-color: #F1F1F1;
	}


/*############################### FOOTER ###############################*/	
.footer {
	font-size: 11px;
	text-align: center;
	width: 920px;
	padding: 15px 20px 10px 20px;
	margin: 0 auto;
	background: #DDDDDD;
	}
.footer a {
	text-decoration: none;
	padding: 0px 2px;
	}
.footer_muenchen {
	border-top: 1px solid #999999;
	}

/*############################### IMAGES ###############################*/	
.galerie img{
	margin: 0 8px 8px 0;
	}
.galerie .last {
	margin: 0 0 8px 0;
	}
.galerie a:hover{
	background-color: #FFFFFF;
	}
.box_right .bild_left {
	float: left;
	margin: 0px 10px 2px 0;
	}
.bild_untertitel {
	font: 11px/15px arial, helvetica, sans-serif;
	margin: 15px 0 10px 0;
	}
.fussnote {
	font: 11px/15px arial, helvetica, sans-serif;
		}
/*############################### CLEARFIX ###############################*/	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
