@charset "UTF-8";
/* Coded by www.colin-atkins.de */

body  {
	font: 100% Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/default_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
form {margin:0; padding:0;}
img { border:0; }
label {margin:0; padding:0;}
table tr td { vertical-align:top }
a:link, a:visited { text-decoration: underline; color: #a78b77 }
a:hover, a:active {
	color: #000;
	text-decoration: none;
}
.align_right { text-align:right; } .align_center {
	text-align:left
}
.twoColFixLtHdr #container { 
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/sidebar_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	width: 995px;
	height: 133px;
	color: #f8f0d9;
} 
.twoColFixLtHdr #header h1 {
	display: none;
}
#header div#hdr_nav {
	width: 234px;
	height: 133px;
	float: left;
}
#header div#hdr_img {
	width: 759px;
	height: 133px;
	float: right;
	background-image: url(../images/kopf_bg_full.jpg);
	background-position: top right;
	background-repeat: no-repeat;
} #button_abo { margin-top: 0px; margin-left:451px; }
#sidebar1 ul#nav {
	/*background-image: url(../images/nav_bg.gif);
	background-repeat:repeat-y;*/
	background-color: #6c4b38;
	width: 226px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5px 8px 5px 0;
}
#sidebar1 ul#nav li {
	text-transform: uppercase;
	font-size: 16px;
	padding: 2px 8px;
} #sidebar1 ul#nav li.nav_act,  #sidebar1 ul#nav li.nav_act a { background-color: #f8f0d9; color: #bc653b; width: 218px; }
#sidebar1 ul#nav li a { color: #f8f0d9; text-decoration: none; }
#sidebar1 ul#nav ul#subnav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar1 ul#nav ul#subnav li {
	text-transform:none;
	font-size: 12px;
	padding: 1px 10px;
} #sidebar1 ul#nav ul#subnav li.subnav_act a { text-decoration: underline; }
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 234px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/sidebar_bg.gif);
	font-size: 12px;
	line-height: 1.5em;
}
#sidebar1 p, #sidebar1 h2, #sidebar1 h3, #sidebar1 div {
	padding: 11px 9px 0 9px;
} #sidebar1 h3 { font-size: 12px; }
#sidebar1 div#voting {
	background-color: #ffffff;
	margin: 11px 9px 20px 9px;
	padding: 4px;
	font-size: 11px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 20px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	line-height:1.5em;
} 
#mainContent h1 {
	margin: 38px 5px 2px 0;
	padding:0;
	color: #bc653b;
	font-size: 24px;
	font-weight: normal;
	text-transform:uppercase;
}
#mainContent h2 {
	margin: 2px 5px 2px 0;
	padding:0;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
#mainContent h3 {
	margin: 20px 5px 10px 0;
	padding:0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#mainContent .programm_info h3 {
	margin: 0px 5px 2px 0;
	padding:0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr #footer { 
	padding: 10px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #a78b77;
	height: 25px;
	width: 985px;
}
#footer a:link, #footer a:visited { text-decoration: none; color: #f8f0d9 }
#footer a:hover, #footer a:active {	text-decoration: underline; }
.twoColFixLtHdr #footer div.ftr_breadcrumb {
	padding: 5px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #f8f0d9;
	float: left;
	width: 300px;
}
.twoColFixLtHdr #footer div.ftr_kontakt {
	padding: 5px 10px;
	padding-left: 25px;
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #f8f0d9;
	float: right;
	width: 40px;
	text-transform: uppercase;
}
#ftr_nav {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px 0; }
#ftr_nav #ftr_created {
	font-size: 10px;
	color: #a78b77;
	float: left;
	width: 300px;
} #ftr_created a { color: #a78b77; text-decoration: underline; }
#ftr_nav #ftr_links {
	float: right;
	text-align: right;
	width: 400px;
	color: #a78b77;
	text-transform: uppercase;
	font-size: 10px;
} #ftr_links a { color: #a78b77; text-decoration: underline; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.pfeil_list {
	list-style-image: url(../images/ul_pfeil.gif);
	padding: 0 25px !important;
	padding: 0 20px;
	margin: 0;
	margin-top: 10px;
} ul.pfeil_list li { padding: 3px 0; }
.top_link { text-align: right;}
.top_link a {padding-left: 19px; background-image: url(../images/top_link.gif); background-position: left center; background-repeat:no-repeat;}
.programm_info { border-bottom: 1px solid #d3c5bb; width: 270px; float: right; margin-top: 20px; }
.programm_img { float:left; width: 112px; color: #7f7f7f; text-align:center; margin-right:20px; margin-top: 20px; padding: 3px; background-image: url(../images/2008_2009/bg.gif); background-repeat: no-repeat; background-position: top left; }

