/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}

/* Kopfbereich */
#header h1 {
	margin: 25px 0 0 0;
	padding: 0 0 0 25px;
	font-family: Arial black, Georgia, serif;
	font-stretch: ultra-expanded;
	font-size: 350%;
	color: #808080;
	}
#header h2 {
	margin: 0;
	padding: 0 0 0 25px;
	font-family: Arial, Georgia, serif;
	font-size: 150%;
	color: #808080;
	}
#hl {
	margin: 0;
	padding: 0;
	float: left;
} 
#logo {
	float: left;
	width: 149px;
}

/* Breadcrumb*/
#breadcrumb {
	display: none;
	}

/* sidebar */
#sidebar {
	display: none;
	}

/* Inhalt */
#wrap {
	clear: both;
	max-width: 1200px;
	background: url("bilder/spalten.gif") repeat-y 30.2% 0;
	}
#content {
	float: left;
	width: 70%;
	}
#tools {
	display: none;
	}

/* Fussbereich */
#footer {
	display: none;
	}
	
/* gutters */
#content .gutter {
	padding: 25px;
	background: url("bilder/content-bg.gif") repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 5px;
	}

#content img {
	margin: 0 0 -2px 0; 
}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #454545;
	font-weight: normal;
	}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #663;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url("bilder/photo-frame.gif") no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 220px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
dl.feature ul {
	margin: 0 20px;
	padding: 0 5px;
	}
dl.feature ul li {
	margin: 0 0 0 10px;
	padding: 3px 0 0 5px;
	}

.note {
	font-size: 80%;
}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}

/* Tabelle */
.kontakte {
  	line-height: 1.5em;
  	background: #919191;
  	}
table {
  	width: 99%;
  	position: relative;
  	top: 1px;
  	left: -4px;
  	border: 1px solid #000;
  	background: #fff;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
 	border: 1px solid #000;
  	border-bottom: none;
 	background: #fff;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;
	vertical-align: top;
  	}
table th {
  	color: #999;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td strong {
  	display: block;
	font-size: 130%;
  	font-weight: bold;
  	}

/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */
