/*************************************
    Inhalt:
    
	0. Reset / Settings
    1. Seitenaufbau
    2. Navigation
    3. Typographie
    4. Content
    5. Links
    6. Formulare
*************************************/


/*************************************
    0. Reset / Settings
*************************************/
*
{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    list-style: none;
	text-decoration: none;
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix
{
	height: 1%;
}

textarea
{
	overflow: auto;
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	color: #000;
	font-family: Verdana, arial, sans-serif;
	
}

#social a
{
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: .3;
	-moz-opacity: .3;
}

#social a:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#social .facebook
{
	float: right;
	margin:10px 0 0 0;
}

#social .twitter
{
	float: right;
	margin:10px 0 0 10px;
}

/*************************************
    1. Seitenaufbau
*************************************/
#wrapper
{
	width: 805px;
	margin: 0 auto;
	padding-bottom: 15px;
	overflow: auto;
}

#wrapper #header
{
	width: 100%;
	height: 140px;
	
}

#wrapper #content
{
	width: 100%;
	clear: both;
}

	#wrapper #header #header_main
	{
		width: 100%;
		clear: both;
		padding-top: 45px;
	}

/*************************************
    2. Navigation
*************************************/
#meta_navi
{
	margin-top: 10px;
	float: right;
}

	#meta_navi li
	{
		float: left;
		margin-left: 15px;
	}
	
		#meta_navi li a
		{
			font-size: 11px;
			color: #e9ab00;
		}
		
		#meta_navi li a:hover
		{
			font-size: 11px;
			color: #9b7200;
		}
	
#main_navi
{
	margin-top: 36px;
	float: right;
}

	#main_navi li
	{
		float: left;
		margin-left: 15px;
	}
	
		#main_navi li a
		{
			font-size: 12px;
			color: #FFF;
		}
		
		#main_navi li a:hover
		{
			font-size: 12px;
			color: #e9ab00;
		}
		
		#main_navi li a.aktiv
		{
			font-size: 12px;
			color: #e9ab00;
		}
		
/*************************************
    3. Typographie
*************************************/

h1
{
	font-size:2em;
	line-height: 2.3em;
}

h2
{
	font-size:1.1em;
	line-height:1.1em;
	font-weight: bold;
	margin-top:5px;
}

h3
{
	font-size:1.2em;
	line-height:1.3em;
}

p
{
	font-size:1em;
	line-height:1.2em;
	margin: 2px 0 10px 0;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}
/*************************************
    5. Links
*************************************/
a
{
	color: #e9ab00;
}
		
a:hover
{
	color: #9b7200;
}
