/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

body {
	
	color: #123d76;
	font-size: 100.1%;
	font-family: Tahoma, Verdana, Sans-Serif;
	
	background-color: #fff;
	
}

#wrapper {
	
	width: 960px;
	
	font-size: .75em;
	text-align: left;
	
	background-color: #fff;
	background-image: url('./images/hintergrund-wrapper.gif');
	background-repeat: repeat-y;
	
	padding-right: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	
}

#kopf {
	
	background-image: url('./images/hintergrund-kopf.gif');
	background-repeat: repeat-y;
	
}

#linke-spalte {
	
	width: 173px;
	float: left;
	
}

#rechte-spalte {
	
	width: 787px;
	float: right;
	
}

/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/

#logo {
	
	width: 147px;
	height: 170px;
	
	padding-left: 29px;
	
	float: left;
	overflow: hidden;
	
}

#logo img {
	
	display: block;
	
}

#kopf {
	
	height: 170px;
	
	
}

#kopf-rechts {
	
	width: 784px;
	overflow: hidden;
	float: right;
	
}


#sprachmenue {
	
	width: 229px;
	height: 19px;
	margin-left: 731px;
	padding-top: 35px;
	
}

#kopf-rechts img {
	
	display: block;
	border-bottom: 3px #fff solid;
	
}

#hauptmenue, #kontaktmenue {
	
	margin: 35px 0 0 29px;
	
}

#hauptmenue, #hauptmenue li, #kontaktmenue, #kontaktmenue li {

	list-style-type: none;
	margin-bottom: 20px;
	
}

#hauptmenue a, #kontaktmenue a {
	
	color: #00479b;
	font-size: 1em;
	text-decoration: none;
	
	padding-left: 12px;
	
}

#hauptmenue li.current_page_item a, #kontaktmenue li.current_page_item a {
	
	background-image: url('./images/hauptmenue-punkt.gif');
	background-repeat: no-repeat;
	background-position: left center;
	
}

#hauptmenue li a:hover, #hauptmenue li.current_page_item a:hover, #kontaktmenue li a:hover, #kontaktmenue li.current_page_item a:hover {
	
	background-image: url('./images/hauptmenue-punkt-hover.gif');
	background-repeat: no-repeat;
	background-position: left center;
	
}

.entry {
	
	width: 450px;
	padding: 31px 0 0 20px;
	float: left;
	
}

#bilder {
	
	width: 233px;
	float: right;
	
}

#bilder img {
	
	border-left: 2px #B8B8B8 solid;
	border-right: 2px #B8B8B8 solid;
	border-top: 1px #B8B8B8 solid;
	border-bottom: 2px #B8B8B8 solid;
	display: block;
	
}

#fussgrafik {
	
	height: 38px;
	
	background-image: url('./images/fussgrafik.gif');
	background-repeat: repeat-y;
	
	border-bottom: 1px #fff solid;
	
}

/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/

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

a:hover {
	
	color: #001E3F;
	
}

.entry h1 {
	
	font-size: 1.2em;
	margin-bottom: 15px;
	
}

.entry h2 {
	
	font-size: 1em;
	margin-bottom: 20px;
	
}

.entry a {
	
	color: #004899;
	text-decoration: underline;
	
}

.entry p {
	
	width: 450px;
	margin-bottom: 17px;
	line-height: 17px;
	
}

.entry a:hover {
	
	text-decoration: none;
	
}

.entry ul {
	
	margin: 0 0 12px 33px;
	list-style-type: square;
	
}

.entry strong {
	
	font-size: .9em;
	
}

.entry table {
	
	margin-bottom: 20px;
	
}


.entry table td {
	
	vertical-align: top;
	padding: 2px 15px 12px 0;
	
}

.entry table td.zeitraum {
	
	width: 70px;
}

.entry table.tel, .entry table.tel td {
	
	padding: 0;
	
}

.entry .datum {
	
	font-size: .85em;
	
}

/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/

/* Clearfix-Hack */
.clearfix:after {
	
    post: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;

}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
	
	height: 1%;

}

.clearfix {
	
	display: block;

}
/* End hide from IE-mac */