/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
	font-family:kwom, Arial;
	font-size:12px;
	margin:0;
	background:#151515;
	height: 100%;
}
html {
	height: 100%;
}
@font-face {
	font-family: 'kwom';
	src: url('type/kwom.eot');
	src: url('type/kwom.eot?#iefix') format('embedded-opentype'),  url('type/kwom.woff') format('woff'),  url('type/kwom.ttf') format('truetype'),  url('type/kwom.svg#webfont') format('svg');
}
/* HEADER WITH LOGO */
#header {
	padding-left:10px;
	padding-top:0px;
	height:130px;
}
/* LOGO SHADDOW */
#k_shaddow {
	position:absolute;
	width:200px;
	height:100px;
	z-index:3;
	left: 226px;
	top: 130px
}
/* SLIDER */
#slider {
	margin-left:11px;
	padding-top:0px;
	height:157px;
}
/* LINE */
#line {
	padding-left:10px;
	padding-top:0px;
	height:4px;
}
/* MENÜ TOP */
#menue {
	padding-top:7px;
	height:35px;
	color:#969696;
	text-align:center;
	font-family:Futura-CondensedLight, kwom, Verdana, Geneva, sans-serif;
	font-size:22px;
	letter-spacing:4px
}
/* MENÜ FOOTER */
#menue_footer {
	padding-top:7px;
	height:35px;
	color:#969696;
	text-align:center;
	font-family:Futura-CondensedLight, kwom, Verdana, Geneva, sans-serif;
	font-size:14px;
	letter-spacing:4px
}
/* CONTENT */
#content {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#969696;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	letter-spacing:0.5px
}
#shaddow {
	margin: 0 auto;
	width:995px;
	z-index:2;
	background: url(image/site/mainback.png) repeat-y 0 0;
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}
* html #shaddow {
	margin: 0 auto;
	width:995px;
	background: none;
	height: 100%;
}
#text_klein {
	font-size:12px;
	padding-left:100px;
	padding-right:100px;
}


/* Standartlinks */

a:link
{
	color:#969696;
	text-decoration: underline;
}
a:visited
{
	color:#969696;
	text-decoration: underline;

}

a:hover
{

	background-color: #161616;
	color:#7f7f7f;
}

a:active {

	background-color: #161616;
	color:#dcdcdc;
}

/*EASYSLIDER*/
	#slider{}	
	#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:973px;
		height:157px;

		}	

