body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center 190px;
}

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

div#outerpage {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#page {
	background-repeat: no-repeat;
	background-position: center 300px;
}

div#head {
	height: 120px;
	background-color: #FFF;
}

div#logo {
	float: left;
}

div#suche {
	float: right;
	padding-top: 50px;
	padding-right: 15px;
}

div#menuwrapper {
	height: 55px;
	background-color: #008435;
	padding-left: 93px;
	padding-top: 15px;
}

div#contentbg {
	padding-left: 93px;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 30px;
}

div#contentbg.kontakt {
	padding-top: 0px;
}

div#contentbg.startseite {
	background-image: url('../images/pennekamp-25.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div#contentwrapper {
	padding-top: 25px;
	margin-right: 0px;
}

div#contentbg.kontakt div#contentwrapper {
	
}

div#contentbg.kontakt div#contentwrapper div.col1 {
	padding-top: 110px;
}

div#contentwrapper.startseite {
	padding-top: 0px;
}

h1 {
	font-size: 30px;
	margin-bottom: 13px;
	line-height: 36px;
}

div.col1 {
	float: left;
}

div.col2 {
	float: left;
}

div#fliesstext {
	line-height: 17px;
}

small {
	font-size: 10px;
	line-height: 14px;
}

ul.lud li {
	margin-top: 17px;
	font-size: 20px;
	font-weight: bold;
}

/******************************
* Menü
*******************************/
ul#menu li {
	float: left;
}

ul#menu li a {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

ul#menu li a:hover,ul#menu li.expanded a {
	color: #FDD48F;
}

ul#submenu {
	margin-top: 6px;
}

ul#submenu li {
	float: left;
	line-height: 16px;
}

ul#submenu li a {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

ul#submenu li a:hover,ul#submenu li.expanded a {
	color: #FDD48F;
}

/******************************
* Sonstiges
*******************************/
a img {
	border: none;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

.col {
	float: left;
}

/* 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 */
