* {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	color: #4f4f4f;
	font-size: .8em;
	line-height: 150%;
	padding-bottom: 1px;;
}

img {
  border: 0;
	vertical-align: middle;
}

a, :focus {
	outline: 0;
	text-decoration: none;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

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

.clear {
  display: block;
}
/* End hide from IE-mac */

.cl {
  clear: both;
}

h1 span, #logo h2 {
	display: none;
}

#logo {
	padding: 20px 0;
}

p {
	line-height: 170%;
	padding-bottom: 20px;
}

h2 {
	color: #184e8a;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 30px
}

h3 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;	
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#kleinanzeigen {
	display: block;
	margin: 40px auto;
	text-align: left;
	width: 800px;
}

#nav {
	border: 2px solid #d4d4d4;	
}

#nav .wrap {
	background: #636363;
	border: 1px solid #fff;
	padding: 3px 0;
	text-align: center;
}

#nav, #nav .wrap {	
	border-left: 0 none;
	border-right: 0 none;
	display: block;
	width: 800px;
}

#nav .wrap a {
	color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0 6px;
	text-transform: uppercase;
}

#nav .wrap .act, #nav .wrap a:hover {
	color: #fff;
}

#cont {
	display: block;
	padding: 40px 0;
}

#cont p strong {
	font-weight: normal;
}

#cont h3 strong {
	font-weight: bold;
}

#cont h3 em, #cont p em {
	font-style: normal;
}

#cont iframe {
	margin-bottom: 15px;
}

#cont .col-left {
	display: block;
	float: left;
	padding-right: 20px;
	width: 380px;
}

#cont .col-right {
	display: block;
	float: right;
	padding-left: 20px;
	width: 380px;
}

#cont .col-in {
	clear: both;
	display: block;
	padding: 50px 170px 0;
	text-align: center;
}

#cont a {
	color: #184e8a;
	text-decoration: underline;
}

.front h3 {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.front p {
	padding-bottom: 40px;
}

#footer {
	border-top: 1px solid #e3e3e3;
	font-size: .9em;
	margin-top: 100px;
	padding: 10px 0 30px 0;
	text-align: center;
}

#footer, #footer a {
	color: #999;
}

#footer p {
	padding: 0 0 3px 0;
}

#footer a {	
	margin: 0 4px;
}