@charset "utf-8";

/* Reset */
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: Verdana, sans-serif;
    font-style: inherit;
    font-size: 11px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
	color: #1b1363;
    list-style: none;
	text-decoration: none;
	font-weight: normal;
}
/* 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 );*/
	background: url(../images/bg.jpg);
	height: 100%;
}

#schatten
{
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 980px;
	margin: 0 auto;
	background: #fff repeat-y;
	/*background: #FFF 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 25px 25px;
	position: absolute;
}

#header
{
	height: 110px;
	position: relative;
}

#logo
{
	position: absolute;
	top:30px;
	right: 0px;
}

#image
{
	position: relative;
	top: 0px;
	left: 0;
	height: 350px;
	overflow: hidden;
}

#content
{
	position: relative;
	/*border-width: 0 2px 0 2px;
	border-style: dashed;
	border-color: #cccccc;
	background: url( /images/border_content.png ) top center repeat-y;*/
	overflow: hidden;
}

#col_left
{
	width: 38px;
	position: relative;
	float: left;
}

#col_right
{
	/*border-width: 0 0 0 2px;
	border-style: dashed;
	border-color: #cccccc;*/
	background: url( /images/rahmenlinie.jpg ) left top no-repeat;
	width: 620px;
	position: relative;
	float: right;
}
	
	
	
	#col_right div div p
	{
		text-align: right;
		line-height: 1.5em;
	}
	
	#col_right div div strong
	{
		margin-top: -15px;
		position:  absolute;
	}
	#col_right div img
	{
		float:  right;
	}

#col_right_extra
{
	text-align: right;
	float: right;
	width: 	185px;
} 	
	#col_right_extra h2#right-header
	{
		display:  inline;
	}

	#col_right_extra p
	{
		text-align: right;
	}
	
	#col_right_extra img
	{
		margin: 18px 0;
	}
	
	
		#col_right_extra #download
		{
			font-weight: bold;
			background: url(../images/download.png ) left center no-repeat;
			line-height: 14px;
			height: 14px;
			padding-left: 20px;
			display: inline-block;
		}
			
			#col_right_extra #download:hover
			{
				color: #767676;
			}

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

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

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

	#metanav li a
	{
		line-height: 14px;
		font-size: 11px;
		color: #999;
	}
	
	#metanav li a:hover, #metanav li a.aktiv
	{
		color: #000;
	}
	
	
	#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;
	padding-bottom: 5px;
	font-family: Verdana;
}

#mainnav li
{
	display: inline;
}
		
	#mainnav li a
	{
		border-bottom: 3px solid #dbdbdb;
		font-size: 19px;
		color: #767676;
		padding: 0 10px 4px 10px;
	}
		#mainnav li a#navstart
		{
			padding-left: 0px;
		}
	
	#mainnav li a:hover
	{
		border-bottom: 3px solid #767676;
	}
	
	#mainnav li a.aktiv
	{
		border-bottom: 3px solid #1b1363;
	}
	
#subnav
{
	width: 226px;
	padding: 15px 40px;
}

	#subnav li
	{
		line-height: 1.5em;
	}
	
		#subnav li a
		{
			color: #0d1751;
		}
		
		#subnav li a:hover, #subnav li a.aktiv
		{
			color: #4d63a5;
		}
	
/*************************************
    3. Typographie
*************************************/

h1
{
	font-size: 19px;
	line-height: 3em;
	color: #1b1363;
	margin: 0px 0 10px 0;
	font-weight: normal;
}

h2
{
	font-size: 19px;
	line-height: 3em;
}
	h2#right-header
	{
		text-align: left;		
	}
	
p
{
	margin: 8px 0 10px 0;
	line-height: 1.7em;
}

strong, b
{
	font-weight: bold;
}
	#umwelt
	{
		float: right;
		text-align: right;
		font-weight: bold;
		padding: 0 0 10px 100px;
	}
	
	

ul li
{
	line-height: 1.8em;
}

sub
{
	line-height: 0px;
 	font-size: 80%;
}

sup
{
	line-height: 1em;
 	font-size: 80%;
 	vertical-align: top;
}


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

a 
{
	color: #0d1751;
	text-decoration: underline;
}

a:hover 
{
	color: #4d63a5;
}

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

#kontakt
{
	background: url( /images/rahmenlinie.jpg ) left top no-repeat;
	width: 226px;
	padding: 15px 40px;
	min-height: 275px;
}

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

#kontakt p strong, #kontakt p a
{
	color: #1b1363;
}

#kontakt p a:hover
{
	color: #767676;
}
.text
{
	padding: 15px 40px;
}

.content-list li
{
	margin-left: 15px;
    list-style: inside;
    list-style-type: disc;
    list-style-position: outside;
}

#umwelt-text
{
    position: absolute; 
    width:201px; 
    margin-left:-16px;
}