/* CSS Document */

/*
##########################
# AUTOR: JD websolutions #
# DATUM: 28.12.2009      #
##########################
*/

/*
##########
# Layout #
##########
*/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font: 12px/18px Arial, Sans;
}

body {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	color: #ffffff;
}

#wrapper {
	position:absolute; 
	left:50%;
	margin-left:-450px;
	top:0px;
	width:900px;
	min-width:900px; 
	height:auto;
	background-image: url(../img/bg.jpg);
}

#header {
	position: relative;
	width: 900px;
	height: 110px;
	background-image: url(../img/bg-header3.jpg);
}
#quote {
	position: relative;
	width: 200px;
	height: 90px;
	padding-top: 25px;
	margin-left: 600px;
	color:#000000;
	text-align:right;
	
	/* IE Hack */
	padding-top: 35px\9
}
#space {
	position: relative;
	width: 220px;
	height:60px;
}

#menu {
	position: relative;
	width: 220px;
	height: auto;
	min-height: 100px;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(../img/bg-menu.jpg);
	float:left;
}

#content {
	position: relative;
	width: 680px;
	height: auto;
	min-height: 300px;
	margin-top:-40px;
	margin-bottom:40px;
	float:right;
}
	#content a, #content a:link, #content a:visited, #content a:active {
		color: #ffba56;
		text-decoration:none;
	}
	#content a:hover, #content a:focus {
		text-decoration:none;
		color: #a79c7e;
	}
		
#bottom {
	position:relative; 
	width:900px;
	height:400px;
	float:left;
	background-image: url(../img/bg-bottom.jpg);
}

#contact {
	position:relative; 
	width:190px;
	height:100px;
	margin-left: 650px;
	color:#000000;
	font: 11px/13px Arial, Sans;
	text-align: right;
	
	/* IE Hack */
	margin-top: 10px\9
	
}
	#contact a, #contact a:link, #contact a:visited, #contact a:active {
		color: #000000;
		text-decoration:none;
	}
	#contact a:hover, #contact a:focus {
		text-decoration:none;
		color: #ffba56;;
	}
	
#footer {
	position:relative; 
	width:300px;
	height:15px;
	margin-top: 265px;
	margin-left: 65px;
	color:#000000;
	font: 11px/13px Arial, Sans;
}
	#footer a, #footer a:link, #footer a:visited, #footer a:active {
		color: #000000;
		text-decoration:none;
	}
	#footer a:hover, #footer a:focus {
		text-decoration:none;
		color: #ffba56;
	}
	
.csc-textpic-imagewrap {
	margin-top: 10px;
	margin-right:100px;
}


