/*######## Basis Style ########*/

html, body {
	height: 100%
}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #FAFBF7;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}

p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0}

.clearfix:after {
	content: ".";
	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 */

/*######## Ende Basis Style ########*/

/*######## Container ########*/

div#container {
	width: 100%;
	position: relative;
}

div#wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}


div#header {
	position: relative;
	height: 140px;
	text-align: center;
	background: #94AE62 url(images/telefonbuch.jpg) 100% 100% no-repeat;
}

div#container-firma div#header {
	height: 65px;
}

div#columns {

}

div#main-column {

}

div#content {
	/*position: relative;
	z-index: 11;*/
	margin-top: 3.5em;
	padding: 1em;
}

div#container-firma div#content  {
	margin-top: 0;
}


div#navigation {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 4px;
	width: 100%;
	background: #748B47;
}

div#footer {
	background: #B6CF84;
	border-bottom: 3px solid #94AE62;
}

div#google {
	float: right;
	width: 160px;
	margin-left: -170px;
	position: relative;
}
.clear{clear:both;}
 
/*######## Ende Container ########*/
/*######## Menüs ########*/


div#navigation ul {
	border-bottom: 4px solid #B6CF84;
}

div#navigation ul li {
	float: left;
}

#navigation ul li a, li.current {
	display: block;
	padding: 0.3em 0.8em 0.3em 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #FAFBF7;
	font-weight: bold;
	background: #94AE62 url(images/menu.gif) 0 100% no-repeat;
}
	
#navigation ul li a:hover, #navigation ul li a:active , #navigation ul li a:focus, li.current, #navigation ul li a.current {
	color: #FAFBF7;
	font-weight: bold;
	background: #B6CF84 url(images/menu-hover.gif) 0 100% no-repeat;
}

ul.breadcrumb li {
	display: inline;
	margin-right: 0.2em;
	font-size: 1.1em;
	background: url(images/breadcrumb.png) 0 50% no-repeat;
	padding-left: 8px;
}

ul.breadcrumb li:first-child {
	background: none;
	padding-right: 0;
}

div#footer ul {
	padding: 0.5em 1em;
}

div#footer ul  li{
	display: inline;
	margin-right: 0.3em;
}
div#footer ul  li:first-child:before{
	content: "";
}
div#footer ul  li:before{
	content: "|";
	margin-right: 0.3em;
	color: #566835;
}
div#footer ul  li a {
	color: #566835;
}
div#footer ul  li a:hover, div#footer ul  li a:active, div#footer ul  li a:focus {
	color: #748B47;
}

/*######## Ende Menüs ########*/

/*######## Formular ########*/

form#filter {
	width: 50em;
	max-width: 700px;
	margin: 2em auto;
	text-align: left;
	background: #A4BC75 url(images/bg-form.png) 0 0 repeat-x;
}

form#filter fieldset.open {
	display: block;
	padding: 1em;
}
form#filter fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
}

fieldset#telefonbuch-suche label, fieldset#vorwahl-suche label, fieldset#plz-suche label {
	font-size: 1.2em;
	display: block;
}

fieldset#telefonbuch-suche input, fieldset#vorwahl-suche input, fieldset#plz-suche input {
	width: 38em;
	margin-bottom: 0.5em;
}

fieldset#telefonbuch-suche input#Strasse {
	width: 33em;
}

fieldset#erweiterte-suche label {
	float: left;
	width: 6em;
	border-bottom: 2px solid #819A50;
	padding: 0.2em;
	margin-right: 0.2em;
	font-size: 1.2em;
}

fieldset#erweiterte-suche input {
	float: left;
	display: block;
	padding: 0.1em;
	margin-top: 2px;
	width: 30em;
}

fieldset#erweiterte-suche br {
	clear: left;
}

fieldset#erweiterte-suche input#PLZ, fieldset#plz-suche input#PLZ, fieldset#telefonbuch-suche input#PLZ {
	width: 4em;
	margin-right: 0.2em
}
fieldset#erweiterte-suche input#Ort, fieldset#erweiterte-suche input#Ort_e {
	width: 25.5em;
}
form#filter .submit {
	margin-top: 0.2em;
	float: none;
	width: auto;
	margin-left: 1em
}
form#filter a {
	font-weight: bold;
}

fieldset#erweiterte-suche .submit {
	margin-left: 6.6em;
}

input, select {
	border: 1px solid #4B5B2F;
	color: #4B5B2F;
	background: #E8ECDA url(images/bg-input.png) 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 0.1em;	
}
input[type="submit"] {
	cursor: pointer;
}
input:focus,input.focus {
	background: #F2F4E9 url(images/bg-input.png) 0 -30px no-repeat;
}

label {
	cursor: pointer;	
}
html body fieldset#erweiterte-suche  input.hidden /* Style Angaben für hidden Formularfelder (für FF) */ {
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
}

/*######## Ende Formular ########*/

/*######## Allgemein ########*/
address {
	font-style: normal;	
}
a:link, a:visited {
	text-decoration: none;
	color: #748B47;
}

a:hover, a:active, a:focus {
	color: #94AE62;
}

/*######## Ende Allgemein ########*/

/*######## Inhalt ########*/

div#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.2em;
	text-align: left;
}

div#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 1em;
}

div#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

div#content p {
	margin: 0.2em 0 0.6em 0;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.3em;
}
/* ---*=Ergebnisliste  ------*/

ul.pages {
	margin: 0 180px 0.5em 0;
}
ul.pages li {
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
}

ul.pages img {
	margin-left: 6px;
}

ul.pages li a {
	font-weight: normal;
}

div#search-results-business-directory {
	text-align: left;
	float: left;
	width: 100%;
}
div#search-results-business-directory dl {
	margin-right: 180px;
}
div#search-results-business-directory dt {
	border-bottom: 2px solid #30353D;
}
div#search-results-business-directory dt a {
	color: #EEF3E2;
	display: block;
	width: auto;
	background-color: #94AE62;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;	
}
div#search-results-business-directory dt a:hover, div#search-results-business-directory dt a:active, div#search-results-business-directory dt a:focus {
	background: #B6CF84;	
}

div#search-results-business-directory dd {
	padding: 5px;
	font-size: 1.2em;
	background: #F1F1F1;	
	margin: 0 3em;
	border-left: 1px solid #858F9E;
	border-right: 1px solid #858F9E;
}
div#search-results-business-directory p {
	font-size: 1em;
	margin: 0 0 0.2em 0;
}

div#search-results-business-directory address {
	margin-bottom: 0.3em;
	color: #013;	
}

/* ---*=Firnenprofil  ------*/

div#show-company {
	width: 75em;
	border: 2px solid #748B47;
	background: #B6CF84;
	margin: 0 auto;
	padding: 0.3em;
	overflow: hidden;
}

div#company-description {
	float: left;
	width: 53em;
	background: #FAFBF7;
	text-align: left;
	border: 0.1px solid #748B47;
	padding: 0.9em;
	padding-bottom: 1000px !important;
	margin-bottom: -1000px !important;
}

/*Opera*/
@media all and (min-width: 0px) {
	div#company-description {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	div#company-description:before {
		content: '.';
		display: block;
		background: inherit;
		border: inherit;
		margin:-0.9em; /* - padding von div#company-description  wegnehmen*/
		padding-top: 1000px !important;
		margin-bottom: -1000px !important;
		height: 0;
	}
}

div#company-description h1, div#servicetab h2 {
	background: #94AE62;
	margin: -0.6em -0.6em 0.3em -0.6em;
	padding: 0.2em 0.4em;
	color: #FAFBF7;
}

div#company-description address {
	font-size: 1.2em;
}

div#servicetab {
	float: right;
	width: 18em;
	text-align: left;
	padding: 0.9em;
}

div#servicetab p {
	font-size: 1.1em;
}

ul#company-links li {
	margin-bottom: 0.9em;
}

ul#company-links li a {
	display: block;
	font-size: 1.2em;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 14px;
	color: #FAFBF7;
}

ul#company-links a.contact {
	background-image: url("images/mail.gif");
}
ul#company-links a.print {
	background-image: url("images/print.gif");
}
ul#company-links a.link {
	background-image: url("images/mail2.gif");
}
ul#company-links a.email {
	background-image: url("images/email.gif");
}
ul#company-links a.web {
	background-image: url("images/homepage.gif");
}
ul#company-links a.map {
	background-image: url("images/map.gif");
}
ul#company-links a.skype {
	background-image: url("images/skype.gif");
}
ul#company-links a.vcard {
	background-image: url("images/vcard.gif");
}
ul#company-links a.correctlink {
	background-image: url("images/edit.gif");
	margin: 2em 0;
	font-weight: bold;
}

 div#col1 {
	width: 182px;
	float: left;
	
}
div#col2 {
	width: 182px;
	float: right;
	
}
/* ---*=maps ------*/
#GMapIFrame {
	width: 100%;
	height: 260px;
}
#mapdiv {
	width: 100%;
	height: 260px;
}
div#map-profil {
	padding: 10px 185px;
}
div#map-profil div#col1 {
	width: 182px;
	float: left;
	margin-left: -185px;
}
div#map-profil div#col2 {
	width: 182px;
	float: right;
	margin-right: -185px;
}

div#map-profil div#mapdiv {
	float: left;
	min-height: 400px;
	width: 95%;	
}
div#mapdiv iframe{border:0; margin:0;padding:0;overflow:hidden;width:99%;height:99%}
div#map-profil div#mapdiv address {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0.3em 0;
}

div#map-profil div#mapdiv h4 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
div#bubble h4{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
	text-align: left;
}
div#bubble address{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 0.8em;
	text-align: left;
}

ul#company-links a:hover, ul#company-links a:focus {
background-position: 0 -14px;
text-decoration: underline;
}

.alt1, .alt2 {
	margin-left: 15px;
	padding: 0 5px;
}

h3.alt2, address.alt2 {
	background: #F3F7EA;
}
address.alt2 {
	padding-bottom: 0.5em;
}

/* ---*=verzeichnisse ------*/


div.kategorie, div.tag-cloud, dl.kategorie {
	border-bottom: 1px solid #748B47;
	border-right: 1px solid #748B47;
	margin: 1em auto;
	text-align: left;
	text-align: center;
	width: 60em;
}

dl.kategorie dt {
	background: #94AE62;
	color: #FAFBF7;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.1em 0.3em;
	font-weight: bold;
}

dl.kategorie dt a {
	color: #FAFBF7;
	font-weight: bold;	
}

div.tag-cloud h2, div.kategorie h2 {
	background: #94AE62;
	color: #FAFBF7;
	font-size: 1.2em !important;
	padding: 0.1em 0.3em;
	margin: 0;
}


dl.kategorie dd, div#content div.tag-cloud p, div#content div.kategorie p {
	font-size: 1.2em;
	border-left: 1px solid #748B47;
	margin: 0;
	line-height: 1.6em;
	height: 1%;
	padding: 0.6em 0.3em;
}


div#content div.tag-cloud p, div#content div.kategorie p {
	text-align: center;
}

div#content div.tag-cloud  a, div#content div.kategorie a {
	margin-right: 2px;
}


ul.liste li {
	text-align: left;
	font-size: 1.2em;
	list-style: square;
	margin-left: 2em;
	line-height: 1.6em;
}

dl.stadtinfo {
	width: 40em;
	margin: 1em auto;
	border: 1px solid #748B47;
}
dl.stadtinfo dt, dl.stadtinfo dd {
	font-size: 1.2em;
	text-align: left;
	padding: 0.2em 0.3em;
	background: #D8E6BF;
	display: block;
}

dl.stadtinfo dt {
	width: 10em;
	float: left;
	clear: left;
	font-weight: bold;
}
dl.stadtinfo dd {
	margin-left: 10em;
}
dl.stadtinfo .alt1 {
	background: #E4EDD3;
}

/* ---*Tag Cloud ------*/
a.tc1, a.tc2, a.tc3, a.tc4, a.tc5, a.tc6 {
	margin: 0.1em;
}
a.tc1{font-size: 80%}
a.tc2{font-size: 100%}
a.tc3{font-size: 125%}
a.tc4{font-size: 160%}
a.tc5{font-size: 200%;font-weight: bold;}
a.tc6{font-size: 250%;font-weight: bold;}

/* ---*Legal Notice ------*/

div#content  dl#impressum {
	font-size: 1.2em;
	text-align: left;
	border-bottom: 1px solid #748B47;
	margin: 25px 0;
}

div#content  dl#impressum dt {
	float: left;	
	width: 8em;
	border-top: 1px solid #748B47;
	padding: 5px 0;
}
div#content  dl#impressum dd {
	margin-left: 8em;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #748B47;
}
div#content  address#ikm {
	text-align: left;
	margin: 15px 0;
	font-size: 1.2em;
	background-image: url(images/ikm-logo.gif);
	background-repeat: no-repeat;
	padding-top: 70px;	
}

/* ---*hilfe  ------*/
ul.beispiel-buttons li {
	text-align: left;
	margin-bottom: .3em;
}


pre {
	margin-left: 1em; 
	width: 60em;
	border: 1px dashed #748B47;
	white-space: normal;
	padding: 1em;
	font-size: 1.2em;
	text-align: left;
}

/*######## Ende Inhalt ########*/
.banner-oben{height: 65px}
.banner-oben dt, .banner-oben dd{position: absolute; top: 5px;height: 60px;}
.banner-oben dt{left: 5px;}
.banner-oben dd{right: 5px;}
.symbol-link{font-size: 1.4em;font-weight: bold;margin: 15px 0;display: block;}
.options {text-align: right !important;}
::-moz-selection {
	background: #E4ECD2;
	color: #000;
}
::selection {
	background: #E4ECD2;
	color: #000;
}