@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
{
	height: 100%;
}

#schatten
{
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 1026px;
	margin: 0 auto;
	background: #fff repeat-y;
}

#wrapper
{
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #FFF;
	width: 1026px;
	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;
	overflow: hidden;
}