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


body {
font-family: 'Open Sans Condensed', sans-serif;
font-weight:300;
font-size:18px;
color:#666;
margin:0; 
padding:0; 
border:none; 
background-color: #EDEDED;
overflow-x: hidden !important;
	}

a {
	font-size: 15px;
	color:#f3d407;
	text-decoration:none;
	text-transform:uppercase;
}
	
a:hover {
font-size: 15px;
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
}

::selection { background: #f8de33; color: #292929; }
::-moz-selection { background: #f8de33; color: #292929; }

/* Gelbe Headline */
	
h2{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#f3d407;
	font-size:35px;
	font-weight:300;
	margin-top:-10px;
	
	} 
	
/* Weisse Headline */	
	h3{
	font-family: 'Open Sans Condensed', sans-serif !important;
	color:#FFF !important;
	font-size:55px !important;
	font-weight:700 !important;
	font-stretch:extra-condensed !important;
	text-transform:uppercase !important;
	} 

/* Weisse Headline */	
	h3{
	font-family: 'Open Sans Condensed', sans-serif !important;
	color:#FFF !important;
	font-size:55px !important;
	font-weight:700 !important;
	font-stretch:extra-condensed !important;
	text-transform:uppercase !important;
	} 
	
	/* Startseite Weisse Headline */			
	h5{
	font-family: 'Open Sans Condensed', sans-serif !important;
	color:#f3d407 !important;
	font-size:20px !important;
	font-weight:700; !important;
	} 
	
	
#navigation{
background:url(../images/navibar2.jpg) repeat-x center;
height:86px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index:10000;
}

#menue{
margin:0 auto;
height:86px;
top: 0;
left: 0;
width:1024px;
border:0;
	}
	
	
#header {
background:url(../images/background-startseite.jpg) repeat-x center;
width:100%;
height:844px;
margin-right:auto;
margin-left:auto;
margin-top:85px;
	}

#header_small {
background:url(../images/background-small.jpg) repeat-x center top;
width:100%;
height:395px;
margin-right:auto;
margin-left:auto;
margin-top:85px;
	}

#header2 {
background:url(../images/background.jpg) repeat-x center;
width:100%;
height:624px;
margin-right:auto;
margin-left:auto;
margin-top:85px;
	}
	
	

#slider{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin-top:-10px;
	height:450px;
	}
	
#opening{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:370px;
	}

#opening_small{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:250px;
	padding-top:80px;
	}
		
	
#content_start{
width:850px;
height:auto;
margin-right:auto;
margin-left:auto;
}

#footer {
	width: 100%;
	height:386px;
	margin-left: auto;
	margin-right:auto;
	margin-top:50px;
	bottom:0;
	background-image:url(../images_neu/footer_back2.jpg);
	background-repeat:repeat;
	background-position:center;
}

#footer_alt{
width:100%;
height:auto;	
margin-top:100px;
background-color:#292929;
padding:40px;
	
	}
	

Inhalte stammen von: http://www.web-toolbox.net/webtoolbox/css/css-format-hr.htm#ixzz2sAZbU6O7
www.clickstart.de

.linie {
border: 1px solid #999;

}