body {
	background-color: #FFFFFF;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top:10px solid #E07816;
	line-height: 1.6em;
}
/******************************
* Basisstile
*******************************/

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


a:hover {
	border-bottom:1px dotted #D97223;
	color:#D97223;
}

h1 {
	font-family:"Georgia","Times","Times New Roman","Helvetica","Lucida Grande",sans-serif;
	font-size:16px;
	line-height: 1.3em;
	color:#778799;
	font-weight: normal;
}

h2 {
	color:#778799;
	font-family:"Georgia","Times","Times New Roman", serif;
	font-size:14px;
	font-weight:normal;
	line-height:1.3em;
	margin:0 0 15px;
	padding:0;
	text-align:center;
}


h3 {
	border-bottom:1px dotted #CCCCCC;
	color:#778799;
	font-family:"Lucida Grande","Verdana","Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet",sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.4em;
	margin:2.5em 0 5px;
	padding:20px 0 5px;
}

h4 a{
	color: #666;
}

/******************************
* Grundgerüst
*******************************/
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.col1 {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.col2 {
	width: 500px;
	padding:0 0 0 0;	
	float: left;
}


/******************************
* Menue
*******************************/

ul.menu {
	margin-top: 45px;
	margin-bottom: 60px;
}

ul.menu li a {
	color:#778799;
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration:none;
	text-indent: 5px;
	width: 250px;
}

ul.menu li a:hover {
	background-color:#D97223;
	color:#FFFFFF;
	border: none;
}

ul.submenu li a {
	color:#778799;
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration:none;
	text-indent: 25px;
	width: 250px;
}
/******************************
* Sidebar
*******************************/

div#suche {
	margin-bottom: 22px;
}

div.sidebloecke {
	margin-top: 4px;
	color: #778799;
	font-size: 12px;
	width: 200px;
}

div.sidebloecke a {
	color: #3FA9DB;
}

div.sidebloecke a.visited {
	color: #FF0099;
}

div.sidebloecke div.block {
	background-image: url('/images/sidebar_bg.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	margin:0px 0px 10px 0px;
	padding:0 0 4px;
}

/******************************
* Calendar
*******************************/

div#calendar {
	
}

div#calendar h3 {
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
}

div.monate a.active {
	color: #D97223;
}

/******************************
* Contentbereich
*******************************/

div.block {
	margin-bottom: 2em;
	line-height: 1.4em;
	margin-right: 10px;
}

div.block p {
	margin: 0px;
	padding: 0px;
}

div.col2 div.block ul {
	margin-top: 18px;
}

div.col2 div.block ul li{
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: 1px 4px;
	margin-left: 20px;
	padding-left: 10px;
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div.col2 div.block ul.lud li{
}


div.col2 ol li {
	margin-left: 18px;
	list-style-type: decimal;
}

div.listimage {
	border:1px solid #999999;
	float:right;
	margin:0 8px 0px 40px;
	padding:3px;
}

div.liste {
	font-size: 13px;
}

/******************************
* Bilder
*******************************/


div.blockbild_left {
    float:left;
    margin-right: 15px;
    margin-bottom: 4px;
   
}

div.blockbild_right {
    float:right;
    margin-left: 15px;
    margin-bottom: 4px;
       
}

div.blockbild_left_no_float {
	float: left;
}

div.blockbild_right_no_float {
    float: right;
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}


a.zoomlink {
	display: block;
}


div.imgcaption  {
	color: #778799;
	font-size: 11px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 24px;
	text-align: center;
}

/******************************
* Mitarbeiter
*******************************/
div.mitarbeiter {
	float: left;
	width: 148px;	
}
div.mitarbeiterbild {
	padding: 3px;
	border: 1px solid #999999;
	width: 140px;
	margin-bottom: 2em;
}

/******************************
* Footer
*******************************/

#footer {
	background-image: url('/images/footer.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px 0 0;
	padding-top: 45px;
}

#footer div#footertext {
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	line-height: 1.8em;
	color: #666;
	padding-left: 230px;
	text-align: center;
	padding-bottom: 30px;
	
}

div#metamenue {
	font-size: 10px;
	color: #D5D5D5;
	line-height: 28px;
	background-image: url('/images/copyright2.gif');
	background-repeat: no-repeat;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

div#metamenue a {
	color: #FFF;
}

div#metamenue a:hover {
	border-bottom:1px dotted #FFF;
}

/******************************
* Sonstiges
*******************************/


/* muss auf floatholder angewendet werden zum clearen*/
.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 */