@import "base.css";

body
{
font-family:Arial,Helvetica, Verdana, Tahoma,sans-serif;
font-weight:normal;
/* BRINGT IE AUF GLEICHE STANDARDFONTSIZE WIE FIREFOX , FONTSIZEDEFINITION DANN IN MAIN */
font-size:100.01%;
padding:0em;
margin:0em;
color:#676767;
min-height:100%;
max-height:100%;
height:100%;
background-image:url(images/hg_hellblau.gif);
background-repeat:repeat-y;
background-position: top center;
}


div#halbeseite
{
	position:absolute;
	width:50%;
	top:0px;
	left:0px;
	height:100%;
	z-index:-999;
	background-image:url(images/hg_balken_blau_startscreen.gif);
        background-repeat:repeat-x;
	background-color:#ffffff;
}



div#hintergrund_banner
{
width:74em;
margin:0em auto;
padding:0em;
/*height:26.7em;*/
height:70em;
background-color:#ecf5fe;
}

div#main_banner
{
width:74em;
padding:0em;
}

/* KOPFZEILEN */

div#kopfbanner
{
width:69.15em;
margin:0em;
padding:0em;
border:0px;
height:20em;
}

div#kopf1_02 img
{
border:none;
}

/* WENN LOGO ÜBER DEM BANNER STEHEN SOLL */
div#bannerbild_breit
{
width:69.15em;
margin:0em;
padding:0em;
border:0px;
overflow:hidden;
float:left;
height:43.6em;
}

#bannerbild_breit img
{
/*border-width:0px;*/
/*width:100%;*/
/*height:100%;*/
}

