/*SITE-STANDARDS*/
*{
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
}
body {
	text-align:center;
	min-width:972px;
	min-height:543px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:18px;
	height: 100%;
}
/*LINKFARBE ALLGEMEIN*/
A:link        {text-decoration: none; font-weight:bold; color: #000000}
A:visited     {text-decoration: none; font-weight:bold; color: #000000}
A:hover      {text-decoration: none; font-weight:bold; color: #4da9ff}

/*---------------------------------------------*/
#toptest {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -275px;
}
/*WRAPPER*/
#wrapper {
	clear: left;
	position: relative;
	margin: 0 auto;
	text-align:left;
	background-image:url(../img/backgrounds/wrapper.jpg);
	background-repeat:no-repeat;
	width:972px;
	height:543px;
	overflow:visible;
}

/*---------------------------------------------*/
/*LOGO*/
#logo {
	width:210px;
	height:68px;
	padding-top:30px;
	padding-left:30px;
}
#logo img {
	width:210px;
	height:68px;
	border:none;
}
#logo a {
	border:none;
}

/*---------------------------------------------*/
/*NAVIGATION*/
#navi {
	text-align:left;
	float:left;
	width:490px;
	height:20px;
	border-bottom:2px solid #000000;
	font-weight: bold;
	margin-left:420px;
	margin-top:-40px;
}
#navi .current {
	color: #4da9ff;
}

/*---------------------------------------------*/
/*CONTENT-STANDARDS*/
#content {
	text-align:left;
	width:942px;
	height:410px;
	margin-left:13px;
	margin-top:10px;
}
#content h1 {
	font-size:12px;
	font-weight:bold;
}
#content  p {
	padding-top:10px;
}

/*---------------------------------------------*/
/*CONTENT HOME*/
.con_home {
	background-image: url(../img/backgrounds/home.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	height:95%;
	padding-left:405px;
	padding-right:50px;
}
.con_home h1 {
	padding-top:45px;
}
.con_home ul {
	margin-left:15px;
}

/*---------------------------------------------*/
/*CONTENT REFERENZEN*/
.con_referenzen {
}
/*CONTENT REFERENZEN SUBNAVI*/
#subnavi  {
	padding:30px;
	float:left;
}
#subnavi a  {
	width:270px;
	display:block;
	font-weight:normal;
	line-height:28px;
}
#subnavi a:hover {
}
#subnavi a.current  {
	font-weight:bold;
	color:#4da9ff;
}
/*CONTENT REFERENZEN SLIDER CONTAINER*/
#slider_container  {
	width:510px;
	height:350px;
	background-image:url(../img/backgrounds/referenzen.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:35px;
}
/* CONTENT REFERENZEN SLIDER */
#slider{
	width:470px;
	height:325px;
	margin-top:20px;
	margin-left:19px;
}
#slider img{
}
#slider p{
	font-size:10px;
	line-height:14px;
	padding-top:5px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	width:470px;
	height:325px;
}
#slider li{
	overflow:hidden; 
}	
ol#controls{
	height:25px;
	font-weight:bold;
	text-align:center;
	margin:auto;
	margin-left:15px;
}
ol#controls li{
	float:left;
	list-style:none;
	line-height:25px;
	padding:1px;
	width:46px;
}
ol#controls li a{
	float:left;
	width:37px;
	text-align:center;
	line-height:20px;
	margin-top:0px;
	text-decoration:none;
}
ol#controls li.current a{
	width:46px;
	color:#4da9ff;
	margin-top:-8px;
	padding-top:2px;
	padding-bottom:10px;
	line-height:25px;
	cursor:pointer;
	background-image:url(../img/backgrounds/current.jpg);
	background-repeat:no-repeat;
}
ol#controls li a:hover{
	color: #4da9ff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/*---------------------------------------------*/
/*CONTENT KONTAKT*/
.con_kontakt {
	padding-left:200px;
	padding-right:200px;
	padding-top:100px;
}
.con_kontakt p {
	font-size:11px;
	text-align:justify;
	color: #CCC;
	margin-top:20px;
	border-top:1px solid #ccc;
}
.con_kontakt p:hover {
	border-top:1px solid #000;
	color:#000000;
}
.countertext {
	color:#fff;
}