/* 
				Name:	Sebastian Klöpper
				Date:	AUG 2008
------------------------------------------------------------------
*/


html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
	list-style: none;
}
body {
	font: 11px Arial,Verdana, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	background-color: #6f6f6f;
}
.fixfloat {height:1px;font-size: 0;line-height: 0;clear: both;}
.hidden {display: none;}

/* Hyperlinks */
a:link {color:#333; text-decoration:none;outline: none;}
a:visited {color:#333; text-decoration:none;outline: none;}
a:hover {color:#1011AB; text-decoration:underline;outline: none;}
a:active {color:#333; text-decoration:none;outline: none;}



/********** HEADLINES **********/
h1 {
	font: 16px Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	color: #444; 
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font: 14px Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #1011AB;
	margin:0px 0px 15px 0; 
}
h3 {
	font: 12px Arial, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #444;
	margin:0px 0px 15px 0; 
}

/********** LAYOUT / BOXES **********/

#center {
	width: 980px;
	background: #fff;
	margin: 10px auto;	
	/*border: 1px solid #1011AB;*/
	border: 5px solid #fff;
}
#header {
	background: url(../img/header.gif) no-repeat;
	height: 133px;
	margin-bottom: 55px;
}
#navigation {
	position: absolute;
	top: 143px;
	height: 31px;
	width: 980px;
	background: url(../img/bg_navigation.gif) repeat-x;
}
#navigation ul { 
}
#navigation ul li {
	float:left; 
	height: 31px;
}
#navigation ul li a {
	float: left;
	height: 21px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	background: url(../img/bg_navigation_hover.gif) repeat-x;
}


#breadcrumb {
	position: absolute;
	top: 180px;
	color: #666;
	font-size: 9px;
	margin-left: 20px;
}

#col_left {
	width: 185px;
	float: left;
}
#col_right {
	width: 185px;
	float: left;
}

#content {
	width: 570px;
	float: left;
	padding: 0 15px;
	margin: 0 5px 0 5px;
}

.box_left {
	background: url(../img/bg_boxes1.gif) repeat-x; 
	margin-bottom: 10px;
}
.box_right {
	background: url(../img/bg_boxes1.gif) repeat-x; 
	margin-bottom: 10px;
}
.box_head {
	font-size: 14px;
	font-weight: bold;
	color: #1011ab;
	padding: 10px;
	margin: 0 10px;
	border-bottom: 3px solid #fff;
}

#footer { 
	height: 21px; 
	text-align: left;
	padding: 10px 0 0 20px;
	margin-top: 5px;
	color: #fff;
	background: url(../img/bg_navigation.gif) repeat-x; 
}

ul.termine {padding: 10px;}
ul.termine li { background: url(../img/ico_cal.gif) no-repeat; padding: 0 0 10px 25px; line-height:12px; }

ul.news {padding: 10px;}
ul.news li { background: url(../img/ico_news.gif) no-repeat; padding: 0 0 10px 25px; line-height:12px; }
