html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1.3; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins {	text-decoration: none; }
del {	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	color: #F6FF07;
	text-decoration: none;
}

h1{
	text-align: center;
	margin: 0 0 10px 0;
	color: #FFFF00;
	font-size: 15px;
}
h2{
	font-size: 14px;
	margin: 0 0 5px 0;
}


html{
	background: #CBE30B url('../images/bg.png') repeat-x;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
	color: #fff;	
}

#wrapper{
	width: 704px;
	margin: 0 auto;
}

#inner_wrapper{
	background: url('../images/content_bg.png') repeat-y;
	padding: 0 7px; /*7px = schatten */
}

#header_container{
	height: 279px;
	width: 690px;
	background: url('../images/header.png') no-repeat;
	position: relative;
}


#menu{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 690px;
}

#footer_container{
	height: 46px;
	width: 704px;
	background: url('../images/footer.png') no-repeat;
	margin: 0 0 5px 0;
	position: relative;
}

#footer_content{
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 9px;
}

#content_container{
}

#sidebar_container{
	float: left;
	width: 180px;
}
#maincontent_container{
	float: left;
	width: 501px;
}

#header_image{
	padding: 81px 0 0 1px;
	width: 688px;
	height: 148px;
}

#link_home, #link_email{
	position: absolute;
	font-size: 11px;
	top: 6px;
}

#link_home{ left: 30px; }
#link_email{ left: 130px; }

/* Boxxen */
.box{ text-align: justify;}
.content_box{}
.sidebar_box{
	text-align: center;
}
.banner_box{
	background-image: url('../images/banner_container.png');
	width: 180px;
	height: 63px;
}

.banner_box_content{ padding: 6px 0 0 8px}

.sidebar_box h2, .sidebar_box h3{ margin-bottom: 5px;}

.box_header{ height: 12px; }
.box_content{ padding: 2px 12px; position:relative;}
.box_footer{ height: 14px; }

.maincontent_box .box_header{ background-image: url('../images/main_container_header.png'); }
.maincontent_box .box_content{ background-image: url('../images/main_container_bg.png'); padding: 2px 20px; min-height: 369px}
.maincontent_box .box_footer{ background-image: url('../images/main_container_footer.png'); }

.sidebar_box .box_header{ background-image: url('../images/sidebar_container_header.png'); }
.sidebar_box .box_content{ background-image: url('../images/sidebar_container_bg.png'); }
.sidebar_box .box_footer{ background-image: url('../images/sidebar_container_footer.png'); }

/* Menue */
#menu ul{list-style-type: none;}

#menu li{
	height: 39px;
	float: left;
	margin: 0 1px;
}
#menu a{
	display: block;
	height: 39px;
	width: 100%;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial Bold, Arial, Verdana;
	color: #E6FE5A;
	text-decoration: none;
}

#menu a:hover{color: #fff;}

#menu li#n1{ width: 112px;}
#menu li#n2{ width: 105px;}
#menu li#n3{ width: 115px;}
#menu li#n4{ width: 118px;}
#menu li#n5{ width: 114px;}
#menu li#n6{ width: 114px;}

/* Programm */
.flyer_container{
	margin: 0 0 10px 0;
	clear: both;
}
.flyer_container .flyer{
	float: right;
}

/* Links */
.links div.link{
	/*width: 160px;*/
	height: 75px;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}

/* Allgemeine Klassen */
.clear{ clear: both; }
.smallfont{
	font-size: 10px;
	font-weight: normal;
}
/* Altlasten ... */
.d_topbar{
	position: absolute;
	top: 0;
	right: 50px;
}
.d_mp3{
	margin-top: 5px;
}
#d_facebook{
	background:url('../images/facebook.gif') no-repeat left top;
	display:block;
	float:left;
	height:33px;
	width:96px;
	text-indent: -500px;
	overflow: hidden;
}
#d_facebook:hover{
	background-position:left bottom;
}