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

* {
	border: 0;
	margin: 0;
	padding: 0;	
}

body,td,th {
	color: #FFFFFF;
}

body {
	background-color: #6b6b6b;
	background-image: url(gfx/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}

h2 {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight: normal;
	margin-bottom: 10px;
}

.content-normal {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}


#wrapper {
	width: 862px;
	margin: 0 auto;
	margin-top: 15px;
}

#header {
	width: 806px;
	height: 91px;
	margin-left: 28px;
}

#mainpic {
	width: 862px;
	height: 268px;
	position:relative;
}

	#slider-container{
		position:relative;
		margin-left: 28px;
		width: 806px;
		height:268px;
		}			

#sitecontent {
	width: 806px;
	min-height: 100px;
	margin-left: 28px;
	background-color: #161616;
	padding-top: 30px;
	padding-bottom: 30px;
}

	#content-start-links {
		width: 400px;
		margin-left: 28px;
		float: left;
		text-align:justify;
	}

	#content-start-rightsidebar {
		width: 290px;
		margin-left: 70px;
		float: left;
	}

#footer {
	width: 806px;
	height: 46px;
	margin-left: 28px;
	background-image:url(gfx/footer.png);
	background-position: top left;
	background-repeat:no-repeat;
	position:relative;
}
	#footer-content-links {
		position: absolute;
		top: 10px;
		left: 32px;
		width: 200px;
		height: 24px;
		font-family: Tahoma, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 22px;
	}
	#footer-content-rechts {
		position: absolute;
		top: 10px;
		left: 474px;
		width: 300px;
		height: 24px;
		text-align:right;
		font-family: Tahoma, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 22px;
	}
	#footer-content-rechts a:link {
		color:#FFFFFF;
		text-decoration:none;
	}
	#footer-content-rechts a:visited {
		color:#FFFFFF;
		text-decoration:none;
	}
	#footer-content-rechts a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}

	#content-links {
		width: 350px;
		margin-left: 28px;
		float: left;
		text-align:justify;
	}
	#content-rechts {
		width: 350px;
		margin-left: 28px;
		float: left;
	}
	#referencesbox {
		width: 746px;
		margin-left: 28px;
	}

	.single-reference {
		width: 224px;
		float: left; 
		margin: 7px 12px 7px 12px;
	}

	img{border:none;}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	/* Easy Slider */

	#slider{
		width:806;
		height:268px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:806px;
		height:268px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:37px;
		height:90px;
		position:absolute;
		left:-37px;
		top:91px;
		}	
	#nextBtn{ 
		left:806px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:37px;
		height:90px;
		background:url(gfx/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(gfx/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

