* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  margin:0px;
  padding:0px;
  font-size:12px;
  color:#231F20;
  background-color:#B4C2C5;
  background-image:url(images/bg.jpg);
  background-repeat:no-repeat;
  background-position:top;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#container {
  position:relative;
  width:984px;
  margin:auto;
}

#header {
	position:relative;
	height:210px;
}

#logo {
	position:absolute;
	top:47px;
	left:28px;
}

#nav {
	position:absolute;
	top:153px;
	left:0px;
	width:984px;
	height:33px;
}

#content {
	width:984px;
	position:relative;
}

#content_start {
	position:relative;
	min-height:355px;
   height: auto !important;
   height:355px;
	background-image: url(images/bg_start.jpg);
   background-repeat:no-repeat;
	margin-left:455px;
	width:529px;
}

#start_text {
	position:relative;
	padding:60px 50px 5px 60px;
}

#content_con {
	background-color:#C3CED1;
	background-image:url(images/bg_content.jpg);
   background-repeat:no-repeat;
	padding:28px 28px 4px 28px;
	
}

#content_text {
	position:relative;
	min-height:225px;
   height: auto !important;
   height:225px;
	border:1px solid white;
	padding:52px 20px 20px 20px;
}

#content_hl {
	position:absolute;
	top:1px;
	left:44px;
	z-index:1;
}

#content_bottom{
	position:relatve;
}


#inhalt_con {
	position:relative;
	width:647px;
	padding:25px 25px 25px 25px;
	margin-left:285px;
}

.line {
	position:relative;
	background-image: url(images/line2.gif);
   background-repeat: repeat-x;
	line-height:3px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer {
  position:relative;
  width:984px;
  background-image: url(images/footer_bg.gif);
  background-repeat:no-repeat;
  color:#CCCCCC;
  height:90px;
  margin-top:24px;
   
}

.f1 {
  position:absolute;
  top:9px;
  left:20px;
}

.f2 {
  position:absolute;
  top:42px;
  left:473px;
}

.fachverband {
	position:absolute;
	top:5px;
	left:890px;
}
/* ###########################################*/


h1 {
	font-size:14px;
	margin:0px;
	padding:10px;
	color:white;
	font-weight:bold;
	background-color:#6C7274;
}

h2 {
  font-weight: bold;
  font-size:14px;
  color:#CCCCCC;
  padding:0px;
  margin:0px;
}

h3 {
  font-weight: bold;
  font-size:12px;
  color:#173454;
  padding:0px;
  margin:0px;
  font-weight: bold;
}



a,a:link,a:visited,a:active {
  color:#231F20;
  text-decoration:underline;
  font-weight :normal;
}

a:hover {
  color:#231F20;
  text-decoration:none;
  font-weight :normal;
}

a.footerlink:link,a.footerlink:visited,a.footerlink:active {
  color:#CCCCCC;
  text-decoration:none;
  font-weight :normal;
}


a.footerlink:hover {
  color:#CCCCCC;
  text-decoration:underline;
  font-weight:normal;
}


/*
input,textarea,select{
  color:#333333;
  background-color:#FFFFFF;
  border:1px solid #7A868E;
  padding:1px;
  padding-left:5px;
}

ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


*/

.td1{
	background-color:#D6E3E6;
}

.td2{
	background-color:#B8C2C5;
}

.image_list {
	width:150px;
	background-color:#D6E3E6;
	padding:25px;
	float:left;
	margin:0px 20px 20px 0px;
}

.image_list img {
	margin: 0 auto;
	display: block;
}

.image_list_right {
	width:150px;
	background-color:#D6E3E6;
	padding:25px;
	float:left;
	margin:0px 0px 20px 0px;
	
}

.image_list_right img {
	margin: 0 auto;
	display: block;
}

