/************************************************************************/
/*********      G E N E R E L L E   D E F I N I T I O N E N      ********/
/************************************************************************/
html, body, div, p, h1, h2, h3, span, a, table, td, form
{
	margin: 0;
	padding: 0;
}

html,body 
{
	height:101%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666666;
	text-align:center;
}

p /*fuer IE 5.5*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#666666;
}

body /* background nicht HTML zuweisen */
{
	background:#f9deb6;
}

a
{
	color:#2f53a7;
	text-decoration:none;
	font-weight:normal;
}

a:hover
{
	text-decoration:underline;
}

.textklein
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	margin:0;
	padding:0;
	font-weight:normal;
}




#header 
{
	width:1000px;
	height:130px;
	margin:0px;
	padding:0px;
	background:white ;
}




#logo 
{
	position:absolute;
	
	
	width:222px;
	height:125px;
/*	background:white 0px 0px url(../img/rahmen_logo.gif) no-repeat; */
}

#headerbild
{
	position:absolute;
	margin-left:264px;

	width:736px;
	height:125px;
/*	background:white 0px 0px url(../img/rahmen_header.gif) no-repeat; */
}

#cockpit
{
	position:absolute;
	width:255px;
	height:16px;
	margin-left:740px;
	margin-top:100px;
}



