/*globale Einstellungen*/

*
{
    padding: 0px;
    margin: 0px;
}

body, html
{
    height: 100%;
}

body
{
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #2B4392;
}

img
{
    border: 0px;
    display: block;
}

/*Überschriften*/
/*----------------------------------------------------------------------------*/

h1
{
    margin: 0px;
}

h2
{
    margin: 0px;
}

h3
{
    margin: 0px;
}

/*Links*/
/*----------------------------------------------------------------------------*/

a:focus, a:hover, a:active
{
    outline: none;
}

/*Elemente*/
/*----------------------------------------------------------------------------*/

#logo
{
	position: absolute;
	top: 31px;
	right: 56px;
	width: 245px;
	height: 100px;
}

#background
{
	position: absolute;
	bottom: 6px;
	left: 1px;
	width: 281px;
	height: 254px;
}

#content
{
	position: absolute;
	bottom: 23px;
	left: 195px;
	width: 486px;
	height: 387px;
}

/*Textformatierung*/
/*----------------------------------------------------------------------------*/

/*Eingabefelder*/
/*----------------------------------------------------------------------------*/