/*frame muster-assekuranz*/
body 
{
	margin:0px;
	background-color:#00FF99;
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	text-align:center;
}
img {
	border: none;
}
div, p {
	margin:0px;
}
h1 {
	margin:0px;
	color:#000000;
	font-size:130%;
}
h2 {
	margin:0px;
	color:#000000;
	font-size:120%;
}
h3 {
	margin:0px;
	color:#000000;
	font-size:110%;
}


p, ul {
	margin:0em;
}

#innerbody,
#popup-innerbody {
	position:relative;
	width:760px;	/* navimain + content */
	margin:10px auto;
	background-color:#F1F1F1;
	border:1px solid #999999;
	text-align:left;
}

#popup-innerbody {
	/*width:98%;*/
	background-color:#FFFFFF;
}
#wrapper {
	position:relative;
	font-size:70%;
}
#header-container {
	position:relative;
	height:94px;
	padding:0px;
	background-color:#F1F1F1;
	border-bottom:1px solid #333399;
	z-index:10;
}
#header {
	height: 70px;
    background-image: none;
	background-position: left;
	background-repeat: no-repeat;
	z-index:1;
}
#navitop {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:22px;
	background-image :  url("/img/layout/verlauf_navitop.gif");
	background-position : right;
	background-repeat : repeat-y; 
	border-top:1px solid #333399;
	font-size:100%;
	line-height:22px;
	text-align:right;
	z-index:2;
}
#navimain {
	float:left;
	width:239px;	/* 240px - 1px border */
	border-right:1px solid #333399;
	z-index:2;
}
#content {
	float:right;
	position:relative;
	left:-1px;
	width:499px;	/* 520px - 2 x 10px padding - 1px border */
	min-height: 30em;
	padding:10px;
	background-image :  url("/img/layout/content_hg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-left:1px solid #333399;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.5em;
	z-index:3;
}
#content.popup {
	float:none;
	position:static;
	width:auto;
	margin: 0px auto;
	background-image :  none;
	border:none;
}
/* hiermit wird die Seite im IE zwar teilweise ein ganzes Stück länger, 
aber es gibt keinen häßlichen grauen Bereich unter dem content \*/
* html #content {
	padding-bottom: 20%;
}
* html #content.popup {
	padding-bottom: 0%;
}
/* */
#content-bg-stretch {
	position:absolute;
	bottom:24px;
	height:50%;
	width:520px;
	margin-left:240px;
	background:#FFFFFF;
	z-index:1;
}
#footer {
	clear:both;
	height:18px;
	padding:2px 5px;
	background-image :  url("../img/layout/verlauf_footer.gif");
	background-position : left;
	background-repeat : repeat-y; 
	background-color:#F1F1F1;
	color: #666666;
	border-top:1px solid #333399;
	font-size:100%;
	line-height:18px;
	z-index:5;
}

