@charset "utf-8";
/* CSS Document */
/* RESET CSS resetet alle Einstellungen */

html, body, form, fieldset, textarea {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
h1, h3, h4, h5, h6, p, pre, blockquote, dl, address  {
	margin:0 0 0.2em 0;
	padding:0;
}

ul {
	margin:0 0 0.2em 0;
	padding:0;
	list-style: none;
}

ol {
  margin:0.3em 0 0.2em 0;
  padding:0 0 0 1.8em;
} 


li, dd, blockquote {
	margin-left:0em;
	padding:0 0 0 0;
}

form label {
  cursor:pointer;
}

fieldset {
  border:none;
}
p {
	margin: 0px;
}


input, select, textarea {
  font-size:100%;
  font-family:inherit;
}

input {
  font-weight:700;
}

table {
  font-size:100%;
}

td, tr, table {
  margin:0;
  padding:0;
}

body {
  text-align:center;
}

div {
  text-align:left;
  margin:0;
  padding:0;
}


img {
  border:none;
}

.floatClear {
	float:none;
	clear:both;
}
body {
	background:#eef6e7 url(../images/bg.gif) center top repeat-x; 	
	font-size:14px;
}
#wrapper {
	margin:30px auto;
	width:966px;
}
#addresses {
	font-size:13px;
	height:146px;
	background:url(../images/header_intro.jpg) no-repeat;
}
.aktionen {
	padding-top:1px;
	background:#ff9000;
	overflow: hidden;
}
.aktionen h2 {
	height:auto;
	margin-top:8px;
	margin-bottom:5px;
}
h2, h2 a {
	font-size:14px;	
	height:30px;
}


#content {
	background:#fff url(../images/contentBack.jpg) repeat-y;
	line-height:140%;
}

.column {
	float:left;
	width:200px;
	padding:10px 10px 10px 30px;
}
.contentColumn {
	float:left;
	width:210px;
	padding:10px 15px 10px 15px;
}
.contentColumn p {
	height:270px;	
}
#logos {
	float:left;
	display:inline;
}
#topRightMenu {
	float:right;
	display:inline;
	text-align:right;
	width:234px;
	margin-right:0;
	margin-top:7px;
}
#topRightMenu img {
	margin:2px;
	padding-bottom: 4px;
	float: left;
}

.aktionsspalte {
float: left;
padding: 10px;
width: 220px;
}

.mehr_link {
color: #9f1438;
text-decoration: none;
font-weight: bold;
}
