
/*

(c) Sascha Bregenhorn | netzrocker.com

*/

@import url(reset.css);



body {
	font-size: 62.5%;
	text-align: center;
	background-color: #5B504C;
}
#container {
	margin: auto;
	width: 960px;
	background: url(../images/bg.jpg) 0 490px no-repeat;
	overflow: auto;
	text-align: left;
}



/*** content ***/

#content_left {
	float: left;
	width: 540px;
	border-right: 1px solid #7C6A52;
}
#content_right {
	float: right;
	width: 400px;
}
#content_left_inside {
	margin: 20px 20px 20px 0; 
}
#content_right_inside {
	margin: 20px 0; 
}



/*** typo ***/

p {
	font: normal 1.4em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	padding-bottom: 1.2em;
}
h1 {
	font: normal 2.3em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c60;
	padding-bottom: 0.3em;
}
strong {
	color: #c60;
}
a:link, a:visited, a:active {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
.separator {
	color: #999;
	padding: 0px 10px;
}



/*** slider ***/

#slider_container {
	width: 960px;
	position: relative;
}
.graphic, #prevBtn, #nextBtn {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider li { 
	width: 960px;
	height: 300px;
	overflow: hidden; 
}	
#prevBtn, #nextBtn { 
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 135px;
}	
#nextBtn { 
	left: 930px;
}														
#prevBtn a {  
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
}	
#nextBtn a {  
	display: block;
	width: 30px;
	height: 30px;
	background:url(../images/btn_next.png) no-repeat 0 0;
}	
#prevBtn a:hover {  
	background: url(../images/btn_prev_ro.png) no-repeat 0 0;
}	
#nextBtn a:hover {  
	background:url(../images/btn_next_ro.png) no-repeat 0 0;
}



