* {
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    list-style: none;
	text-decoration: none;
	font-family: "Trebuchet MS", helvetica, sans-serif;
}
img {display:block;}


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

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


/*************************************
    1. Seitenaufbau
*************************************/

body
{
	background: #bee4f6 url( ../images/bg.png ) center top repeat;
	font-size: 12px;
	color: #003388;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
}

	#header
	{
		position: relative;
		width: 980px;
		height: 180px;
		z-index: 2;
	}
	
		#header #logo
		{
			position: absolute;
			top: 80px;
			left: 330px;
		}
		
		#header #logo_humana
		{
			position: absolute;
			top: 0;
			left: 20px;
		}
		
		#header #flower_left
		{
			position: absolute;
			bottom: -10px;
			left: 100px;
		}
		
		#header #flower_right
		{
			position: absolute;
			bottom: -10px;
			right: 40px;
		}
		
		#header #button_fotos_ansehen
		{
			position: absolute;
			bottom: -70px;
			right: 10px;
			z-index: 999;
		}
		
		
#content
{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

	#einsendezeitraum_beendet
	{
		position: absolute;
		top: 115px;
		left: 50%;
		margin-left: -500px;
		z-index: 99;
	}
	
	#content .oben
	{
		overflow: hidden;
		background: url( ../images/content_bg_top.png ) top left no-repeat;
		height: 19px;
	}
	#content .middle
	{
		overflow: hidden;
		padding: 0 20px;
		background: url( ../images/content_bg_middle.png ) top left repeat-y;
	}
	#content .unten
	{
		overflow: hidden;
		background: url( ../images/content_bg_bottom.png ) bottom left no-repeat;
		height: 67px;
		position: relative;
		margin: 0 0 20px 0;
	}
	
#facebook
{
	position: absolute;
	top: 25px;
	right: 290px;
}

#twitter
{
	position: absolute;
	top: 25px;
	right: 260px;
}

#facebook_like
{
	position: absolute;
	top: 22px;
	right: 50px;
	/*border-left: 1px solid #fff;*/
	padding: 2px 0 2px 5px;
}
/*************************************
    2. Navigation
*************************************/		
#mainNav
{
	position: absolute;
	top: 0;
	left: 317px;
}

	#mainNav li
	{
		display: block;
		float: left;
		padding: 10px 15px;
		border-left: 1px solid #2fbde8;
	}
	
	#mainNav li.last
	{
		border-right: 1px solid #2fbde8;
	}
	
		#mainNav li a
		{
			font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
			font-size: 21px;
			color: #2fbde8;
		}
		
		#mainNav li a.aktiv, #mainNav li a:hover
		{
			color: #003388;
		}
		
#metaNav
{
	position: absolute;
	top: 25px;
	left: 332px;
}

	#metaNav li
	{
		display: block;
		float: left;
		margin-right: 10px;
	}
	
		#metaNav li a
		{
			font-size: 12px;
			color: #FFF;
		}
		
		#metaNav li a.aktiv, #metaNav li a:hover
		{
			color: #ccc;
		}
		
/*************************************
    3. Typographie
*************************************/

h1
{
	margin: 7px 0 7px 0;
	font-size: 24px;
	font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
	font-weight: normal;
}

h2
{
	margin: 7px 0 7px 0;
	font-size: 21px;
	font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
	font-weight: normal;
}

h2.preis
{
	font-size: 26px;
	color: #82a206;
}

h3
{
	margin: 7px 0 7px 0;
	font-size: 18px;
	font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
	font-weight: normal;
}

p
{
	margin: 7px 0 7px 0;
	line-height: 1.6em;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

#zwei_spaltig ul li
{
	list-style: disc;
	margin-left: 20px;
}

#zwei_spaltig .ohne_bullets li
{
	list-style: none;
	margin-left: 0;
}
/*************************************
    4. Links
*************************************/
a
{
	color: #82a206;
}

a:hover
{
	color: #000;
}

a.green_button
{
	color: #82a206;
	font-size: 21px;
	font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
	padding: 15px 0 0px 40px;
	display: block;
	height: 32px;
	line-height: 21px;
	background: url( ../images/button_link_green.png ) left center no-repeat;
}

a.green_button_small
{
	color: #82a206;
	font-size: 17px;
	font-family: "VAG Rounded W01 Light", "Trebuchet MS", helvetica, sans-serif;
	padding: 10px 0 10px 25px;
	display: block;
	height: 19px;
	line-height: 21px;
	background: url( ../images/button_link_green_small.png ) left center no-repeat;
}

