@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;
}
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:center }
.twoColFixLtHdr #container { 
	width: 1003px;  /* 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. */
	
} 
.twoColFixLtHdr #header { display: none }
.twoColFixLtHdr #sidebar1 { display: none }
.twoColFixLtHdr #mainContent { 
	margin: 0 0 20px 20px; /* 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;
	font-size: 12pt;
} 
#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: 16px;
	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;
}
#footer,#ftr_links, #ftr_created{display:none}

.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 30px;
} 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: 290px; 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; }