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


html {
  overflow-y:scroll;
}

body {
  margin:0px;
  padding:0px;
  font-size:12px;
  color: #CCCCCC;
  background-color: #E5E5E5;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;

}

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

/* container */

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

#header {
  position:relative;
  height:191px;
  background-image:url(images/bg_header.gif);
  background-repeat:no-repeat;
}

#logo {
  position:absolute;
  top:0px;
  left:338px;
}

#nav {
	position:absolute;
	top:72px;
	width:984px;
	text-align:center;
}

#subnav {
	position:absolute;
	top:116px;
	left:172px;
	width:700px;
	height:25px;
	border-left:1px solid #B8B8B8;
	border-bottom:1px solid #B8B8B8;
	padding:10px 0px 0px 28px;
}

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

.content {
	position:relative;
	width:984px;
	min-height:414px;
   height: auto !important;
   height:414px;
}

#einl {
	position:absolute;
	top:0px;
	left:160px;
	width:270px;
	height:414px;
	background-image:url(images/bg_einl.gif);
	background-repeat:no-repeat;
}

#einleitung {
	position:absolute;
	top:168px;
	left:30px;
	width:210px;
}

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

#lighttext {
	position:absolute;
	top:397px;
	left:10px;
	font-size:10px;
	color:#333333;
	width:160px;
	text-align:;
}

#lighttext2 {
	position:absolute;
	top:397px;
	left:10px;
	font-size:10px;
	color:#333333;
	width:430px;
	text-align:;
}

#content_con {
	position:relative;
	width:554px;
	margin-left:430px;
	min-height: 414px;
   height: auto !important;
   height: 414px;
	background-image:url(images/bg_con_small.gif);
	background-repeat:repeat-y;
}

#text {
	position:relative;
	padding:50px 31px 40px 31px;
	background-repeat: no-repeat;
}

#bg_con_bottom {
	position:absolute;
	bottom:-1px;
	left:0px;
	width:554px;
	height:13px;
	background-image:url(images/bg_con_bottom.gif);
	background-repeat:no-repeat;
}

#con_img {
	position:absolute;
	top:0px;
	left:0px;
}

#referenzen {
	position:relative;
	width:975px;
	padding:0px 0px 7px 9px;
	min-height: 400px;
   height: auto !important;
   height: 400px;
	background-image:url(images/bg_ref_large.gif);
	background-repeat:repeat-y;
}

#bg_ref_bottom {
	position:relative;
	bottom:0px;
	left:0px;
	width:984px;
	height:7px;
	font-size:0px;
	line-height:0px;
}

#bg_ref_top {
	position:absolute;
	top:0px;
	left:0px;
}

#footer {
  position: relative;
  width:984px;
  margin:auto;
  background-image: url(images/bg_footer.gif);
  background-repeat: no-repeat;
  height:95px;
  margin-top:20px;
  color:#333333;
}

#footer_left {
	position:absolute;
	top:0px;
	left:10px;
}

#footer_middle {
	position:absolute;
	top:0px;
	left:440px;
}

#footer_right {
	position:absolute;
	top:0px;
	left:712px;
}

#footer_links {
	position:absolute;
	top:70px;
	left:10px;
	height:40px;
}

h1 {
  font-weight: bold;
  font-size:14px;
  color:white;
  margin:0px;
  padding:0px;

}

h2 {
  font-weight: bold;
  font-size:12px;
  color:white;
  margin:0px;
  padding:0px;
}



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

a:hover {
  font-style: normal;
  color: #CCCCCC;
  text-decoration: none;
  font-weight:normal;
}

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
  color:#333333;
  text-decoration: underline;
  font-weight : normal;
}

a.blacklink:hover {
  color:#333333;
  text-decoration: none;
  font-weight : normal;
}

a.sublink:link,a.sublink:visited,a.sublink:active {
  color:#2A1960;
  text-decoration: none;
  font-weight : normal;
  padding:3px;
}

a.sublink:hover {
  color:#2A1960;
  background-color:#DCDCDC;
  text-decoration: none;
  font-weight : normal;
  padding:3px;
}

a.sublink_act:link,a.sublink_act:visited,a.sublink_act:active,a.sublink_act:hover {
  color:#2A1960;
  background-color:#DCDCDC;
  text-decoration: none;
  font-weight : normal;
  padding:3px;
}

input,textarea,select{
  background-color : #FFFFFF;
  border:1px solid #999999;
  padding:1px;
}

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

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: url(images/icon.gif);
}




