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

body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/hg.gif);
  background-repeat: repeat-x;
  background-position:top;
  background-color: #CCCCCC;
  font-size: 12px;
  color: #333333;
}

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


#container {
  position: relative;
  width: 960px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  margin:auto;
  background-image: url(images/navhg.jpg);
  background-repeat: no-repeat;
}
#start {
  position:absolute;
  text-align:center;
  height:600px;
  width: 860px;
  top: 0px;
  left: 0px;
}
#nav {
  position:relative;
  height:38px;
  top: 163px;
}

#nav2 {
  position:absolute;
  top:0px;
  left:0px;
  height: 38px;
  width: 960px;

}
#nav3 {
  position:relative;
  top:0px;
  left:0px;
  height: 212px;
  width: 571px;
}
#nav4 {
  position:relative;
  top:15px;
  left:92px;
  height: 186px;
  width: 344px;
}
#suche {
  position:absolute;
  top:17px;
  left:670px;
  height: 19px;
  width: 316px;
}
#ipc {
  position:relative;
  top:0px;
  left:0px;
  height: 99px;
  width: 571px;
}
#banner {
  position:relative;
  text-align:center;
  top:0px;
  left:0px;
  height: 113px;
  width: 960px;
  background-color:#FFFFFF
}
#firma {
  position:absolute;
  top:21px;
  left:570px;
  height: 412px;
  width: 309px;
}
#firmainhalt {
  position:relative;
  text-align:center;
  top:18px;
  left:20px;
  height: 308px;
  width: 247px;
}

#content {
  position:relative;
  vertical-align: top;
  padding-bottom: 0px;
  position:relative;
  top: 163px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  background-image: url(images/haupthg.jpg);
  background-repeat: no-repeat;

}

#footer {
  position: bottom;
  height: 45px;
  top: 0px;
  padding-top:0px;
  text-align:center;
  
}

#text {

	position: relative;
	padding:10px;
	top: 0px;
	left: 431px;
	min-height: 65px;
 	height: auto !important;
  	height: 65px;
	width: 467px;
	background-image: url(images/tabhg.png);
}

#mehr {
	position: relative;
	vertical-align: bottom;
	padding: 15px;
	top: 22px;
	left: 0px;
	min-height: 274px;
	height: auto !important;
	height: 274px;
	width: 650px;
	background-repeat: no-repeat;
	background-position:top right;
	background-color:#CCCCCC;
}

#inhalt {
	position: relative;
	vertical-align: bottom;
	top: 72px;
	left: 27px;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	width: 898px;
}

#inhaltfolge {
	position: relative;
	top: 32px;
	left: 97px;
    width: 760px;
    height: 80px;
	min-height: 80px;
	height: auto !important;
}
#anzeige {
	position: absolute;
	text-align:right;
	top: 0px;
	left: 542px;
    width: 218px;
    height: 45px;
  	background-image: url(images/anzeigehg.jpg);
  	background-repeat: no-repeat;
}
#anzeigeform {
	position: absolute;
	text-align:right;
	top: 23px;
	left: 0px;
    width: 218px;
    height: 24px;
}

#inhaltunten {
	position: absolute;
	vertical-align: bottom;
	text-align: center;
	top: 500px;
	left: 250px;
    width: 400px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-color:#00FFFF
}


h1 {
  font-weight: bold;
  font-size:14px;
  color:#333333
}

h2 {
  font-weight: bold;
  font-size:12px;
  color:#333333;
}

h3 {
  font-weight: bold;
  font-size:14px;
  color:#333333;
  margin-right:0px;
  font-style:normal;
  text-decoration: underline;
}
h4 {
  font-weight: normal;
  font-size:12px;
  color:#333333;
  margin-right:0px;
  font-style:italic;
}
ul {
	font-style:italic;
	font-weight: bold;
}

/* links */
a,a:link,a:visited,a:active {
  font-size: 12px;
  font-style: normal;
  color: #333333;
  text-decoration: underline;
  font-weight:normal;
}

a:hover {
  font-size: 12px;
  font-style: normal;
  color: #333333;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  text-decoration:none;
  font-size: 11px;
  color:#333333;
  text-decoration: none;
}

a.blacklink:hover {
  text-decoration:none;
  font-size: 11px;
  color:#333333;
  text-decoration: none;
}

input,textarea,select{
  font-size: 11px;
  color: #333333;
  background-color : #FFFFFF;
  border:1px solid #666666;
  padding:1px;
}



