	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #ffffff;
		font-family: 'Helvetica', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}	
	
	h1, h2, h3
	{
	
		margin: 0;
		padding: 0;
	}
	
	h4
	{
		align: left;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	a
	{
		color: #383838;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		text-align: center;
		margin: 0px auto;
		padding: 0px;
	}
	
	.container h4
	{
		text-align: center;
		
	}
	
	.impressum {
 				
 				padding-left:10px;
 				padding-top:10px;
 				overflow:auto;
 				border-left: 5px solid #383838;
	}
	
	.containeranfahrt
	{
		width: 1200px;
		margin: 0px auto;
		text-align: center;
	}
	
/*********************************************************************************/
/* Title Styles                                                                  */
/*********************************************************************************/

	.title
	{
		text-align: center;
	}
	
	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 600;
		color: #3f3f3f;
	}

	.title .byline
	{
		display: block;
		padding-top: 1em;
		font-weight: 300;
		font-size: 1.1em;
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		z-index: 999;
        position:fixed;
		background: #000000;
		background-repeat: repeat;
		background-position: top center;
        background-size: 100%;
		width:100%;
		
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 3em 0em;
		text-transform: uppercase;
	}

	#logo h1
	{
		margin-top: 20px;
		font-variant: bold;
		text-align: center;
		font-weight: 900;
		font-size: 4em;
	}
	
	#logo h2
	{
		text-align: center;
	
	
	}
	
	
	
	#logo h1 a
	{
	}

	#logo span
	{
		padding: 0em 0em 0em 0.5em;
	}
	
	
	#logo a 
	{
		color: #3f3f3f;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu ul
	{
		margin: 0px;
	
		list-style: none;
		line-height: normal;
		text-align: center;
		height: 50px;
	}
	
	#menu li
	{
		display: inline-block;
		
	}
	
	#menu a
	{
	
	    
		display: block;
		padding: 0.5em 1em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.4em;
		font-weight: 700;
		color: #FFF;
	}
	
	#menu .aktiv
	{
	color: grey;
	}
	
/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		overflow: hidden;
		padding: 4em 0em;
		/*border-top: 1px solid #E5E5E5;*/
	}
	
	#pageindex
	{
		overflow: hidden;
		
		/*border-top: 1px solid #E5E5E5;*/
		padding-bottom: 1em;
	}
	
	#pageindex h4
	{
		align: left;
	}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 588px;		
	}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 588px;
		
	}
	
	#content .title
	{
		padding-bottom: 2em;
		text-align: left;
	}
	
	#content h2
	{
		font-size: 1.7em;
	}
	
	#content .byline
	{
		padding-top: 0;
		font-size: 1.3em;
	}

/*********************************************************************************/
/* Footer                                                                    */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		
	}
	
	#footer p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.7em;
		color: #6F6F6F;
	}
	
	#footer a
	{
		text-decoration: none;
		color: #8C8C8C;
	}
	
	
	
