@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px;
	background-image:url(../assets/bg.jpg);
	/*color:#324457;*/
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #0968CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0968CB;
}
a:hover {
	text-decoration: underline;
	color: #0968CB;
}
a:active {
	text-decoration: none;
	color: #0968CB;
}
#site
{
	
}
#header
{
	height:109px;
	background-image:url(../assets/headbg.jpg);
		
}
#header #navigation
{
	width:900px;
	margin:auto;
	
	height:109px;
	
}
#header #navigation #nav
{
	color:#f8ce29;
	margin-top:40px;
	
	float:right;
	
}
#nav nav ul
{
	list-style-type: none;
    
    margin: 0px;
	
    
}
#nav nav ul>li {
    display: block;
    float: left;
	margin-left:20px;
	padding: 10px 10px 10px 10px ;
}
#nav nav ul a
{
	color:#f8ce29;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	padding: 4px 4px 4px 4px ;
	
}
#nav nav ul a:hover
{
	color:#000;
	background-color:#f8ce29;
	
}
#logo
{
	width:302px;
	
	float:left;
}
#wrapper
{
	
	width:900px;
	margin:auto;
	/*border:1px solid green;*/
	
	
}
#teaser
{
	width:900px;
	height:290px;
	background-image:url(../assets/teaser_bg.png);
	
	margin-top:10px;
}
#teaser #content
{
	width:540px;
	padding-left:25px;
	
	float:left;
}
h1
{
	z-index:1;
	font-size:30px;
	margin-top:25px;
} 
h2
{
	
	font-size:18px;
	
} 
h3
{
	margin-left:25px;
	font-style:italic;
	font-size:18px;
}
#copy
{
	margin-top:25px;
	width:420px;
}
#div-teaser-img{width:435px; height:206px; float:right; margin-top:60px;}
#teaserText{
	position:absolute;
	width:520px;
	z-index:1;
	}
#teaser #teaserImg
{
	position:absolute;
	z-index:0;
	float:right;
	margin-top:10px;
	margin-right:250px;
	
	
}
#icons
{
	border-top:2px dotted #ccc;
	cursor:pointer;
	margin-top:16px;
	border-bottom:2px dotted #ccc;
}
#icons #iconImg
{
	padding-top:16px;
	padding-bottom:14px;
	padding-right:10px;
}
#icons #iconImg:last-child
{
	padding-right:0px;
}
#contact-data
{
	height:240px;
	border:1px solid red;
}
#contact-data #textbox
{
	padding-left:25px;
	width:415px;
	float:left;
}
#bjImage
{
	float:right;
	margin-top:15px;
}
#footer
{
	margin-top:50px;
	bottom:0px;
	width:100%;
	background-color:#324457;
}
#footer #footer-box
{
	width:900px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}
#footer #footer-box #row1
{
	width:270px;
}
#footer #footer-box #row1 ul
{
	list-style:none;
	margin-left:-30px;
	display:block;
}

#footer #footer-box #row1 ul>li {
    display: block;
	padding: 2px 2px 2px 2px ;
}
#footer #footer-box #row1 ul a
{
	color:#f8ce29;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	padding: 2px 2px 2px 2px ;
	
}
#footer #footer-box #row1 ul a:hover
{
	color:#000;
	background-color:#f8ce29;
	
}


#cb
{
	clear:both;
}
/****** content Sites ********/
#contentTeaserBox
{
	
}
#contentTeaserBox  #backBtnImg
{
	width:193px;
	height:23px;
	float:left;
	cursor:alias;
	
}
#contentTeaserBox #contentHeadline
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#333;
	float:right;
	margin-right:400px;
	margin-top:1px;
}

#infobox
{
	width:100%;
	height:100%;
	background-image:url(../assets/teaser_bg.png);
	background-repeat:no-repeat;
	
}
#infobox #infoboxContent
{
	padding:10px 20px 20px 20px;
	
}
#projektHeadline
{
	margin-top:20px;
	border-top:2px dotted #ccc;
}


