@charset "utf-8";


/* Reset */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: arial, sans-serif;
    font-style: inherit;
    font-size: 12px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
	color: #444444;
    list-style: none;
	text-decoration: none;
}
/* Remove px below img in IE */
img
{
	display:block;
}


/*************************************
    Inhalt:

    1. Seitenaufbau
    2. Navigation
    3. Typographie
    4. Links
    5. Content
    6. Formulare
*************************************/


/*************************************
    1. Seitenaufbau
*************************************/
html
{
	height: 100%;
}

body
{
	background: #FFF url( /images/hintergrund.png ) top center;
	height: 100%;
}
/*
#schatten
{
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 1000px;
	margin: 0 auto;
	background: transparent url( /images/schatten.png ) top center repeat-y;
}
*/
#wrapper
{
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #FFF;
	width: 930px;
	margin: 0 auto;
	padding: 0px 25px 0 25px;
	position: relative;
}

#header
{
	height: 100px;
	position: relative;
	top: 0;
	left: 0;
}

#logo
{
	position: absolute;
	top:30px;
	left: 40px;
}

#image
{
	position: relative;
	top: 0px;
	left: 0;
	height: 355px;
}

#content
{
	position: relative;
	overflow: hidden;
}


#footer
{
	padding: 30px 0 30px 0;
}

/*************************************
    2. Navigation
*************************************/

#metanav
{
	position: absolute;
	top: 10px;
	right: 0;
}

#metanav li
{
	margin-right: 5px;
	display: inline;
}

	#metanav li a
	{
		font-size: 11px;
		color: #444444;
	}
	
	#metanav li a:hover, #metanav li a.aktiv
	{
		color: #e95d0f;
	}
	
	#metanav li .slash
	{
		color: #e95d0f;
		margin-left: 5px;
	}
	
	#metanav li a.de
	{
		font-size: 11px;
		color: #999;
		display: inline-block;
		text-indent: -10000px;
		overflow: hidden;
		width: 16px;
		height: 11px;
		background: url( /images/flaggen/de.png ) center 0px no-repeat;
	}
	
	#metanav li a.de.aktiv
	{
		background: url( /images/flaggen/de_aktiv.png ) top center no-repeat;
	}
	
	#metanav li a.en
	{
		font-size: 11px;
		color: #999;
		display: inline-block;
		text-indent: -10000px;
		overflow: hidden;
		width: 16px;
		height: 11px;
		background: url( /images/flaggen/en.png ) top center no-repeat;
	}
	
	#metanav li a.en.aktiv
	{
		background: url( /images/flaggen/en_aktiv.png ) top center no-repeat;
	}
	
	#metanav li a.fr
	{
		font-size: 11px;
		color: #999;
		display: inline-block;
		text-indent: -10000px;
		overflow: hidden;
		width: 16px;
		height: 11px;
		background: url( /images/flaggen/fr.png ) top center no-repeat;
	}
	
	#metanav li a.fr.aktiv
	{
		background: url( /images/flaggen/fr_aktiv.png ) top center no-repeat;
	}

#mainnav
{
	position: absolute;
	top: 50px;
 	right: 0;
}

#mainnav li
{
	margin: 0 0 0 40px;
	display: inline;
}
	
	#mainnav li a
	{
		font-size: 20px;
		color: #444;
	}
	
	#mainnav li a:hover, #mainnav li a.aktiv
	{
		color: #e95d0f;
	}
	
	
#subnav
{
	width: 226px;
	padding: 15px 40px;
}

	#subnav li
	{
		line-height: 1.5em;
	}
	
		#subnav li a
		{
			color: #444444;
		}
		
		#subnav li a:hover, #subnav li a.aktiv
		{
			color: #e95d0f;
		}
	
/*************************************
    3. Typographie
*************************************/

h1
{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.1em;
	color: #444;
	margin: 8px 0 0 0;
}

h1.image
{
	margin: 0 30px 20px 30px;
	
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1em;
	color: #FFF;
}

h2.image
{
	
	font-size: 16px;
	line-height: 1.2em;
	color: #FFF;
}

p
{
	margin: 8px 0 13px 0;
	line-height: 1.7em;
}

strong, b
{
	font-weight: bold;
}

ul li
{
	line-height: 1.8em;
}

.orange
{
	color: #e95d0f;
}


/*************************************
    4. Links
*************************************/

a 
{
	color: #444444;
}

a:hover 
{
	color: #e95d0f;
}

/*************************************
    5. Content
*************************************/

#kontakt
{
	width: 226px;
	padding: 15px 40px;
}

#kontakt p
{
	margin:  10px 0 0 0;
	color: #444444;
	line-height: 1.5em;
}

#kontakt p strong, #kontakt p a
{
	color: #444444;
}

#kontakt p a:hover
{
	color: #e95d0f;
}

.home_komplettausstattungen
{
	margin: 20px 0 0 0;
}

.home_komplettausstattungen li
{
	color: #444444;
	line-height: 1.5em;
}

.text
{
	padding: 0px 20px 0 0;
	width: 600px;
	float: right;
}

.kontakt
{
	padding: 0 0 0 15px;
	width: 250px;
	float: left;
}


.home p
{
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	width:  24%;
	text-align:center;
	float: left;
}

.home p img
{
	display: inline;
	margin: 0 0 5px 0;
}

#image div
{
	text-align: center;
	position: absolute;
	top: 80px;
	right: 60px;
	width: 400px;	
}
