@import url("text-basic.css");



#main{
	position: relative;
	background: transparent;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	min-height: 200px;
	width: 100%;
}



#header{
	background: transparent;
	height: 103px;
	padding: 0px;
	border-left: 1px solid #aec65e;
	border-right: 1px solid #aec65e;
	background-image: url(../images/global/panorama1.jpg);
	background-repeat: no-repeat;
	background-position: 160px 12px;
	display: none;
}

* html #header{  /* hack für IE < 6 */
	height: 103px;
}

#logo{
	background: transparent;
	height: 100%;
	width: 160px;
	margin: 18px 0px 0px 0px;
	background-image: url(../images/global/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 18px;
}

* #logo{ /* hack für IE */
	margin: 0px 0px 0px 0px;
}

#content{
	background: transparent;
	width: 100%;
	height: auto;
	min-height: 630px;
	float: left;
	border: 1px solid #aec65e;
}

* html #content{
	height: 600px;
}

#content1{
	background: red;
	width: 25%;
	height: 25%;
	float: left;
	display: none;
}

#content2{
	background: transparent;
	width: 510px;
	height: auto;
	min-height: 200px;
	float: left;
	margin: 10px 20px 0px 10px;

}

* html #content2{ /* hack für IE<7 */
	margin: 10px 20px 20px 90px;
	padding: 0px 0px 20px 0px;
}

* body #content2{ /* hack für IE<7 */
	padding: 0px 0px 20px 0px;
}

#content3{
	background:transparent;
	width: 225px;
	height: 97%;
	float: left;
	margin: 10px 0px 0px 0px;
}

#footer{
	background: transparent;
	height: 15px;
	clear: both;
	text-align: right;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	display: none;


}

#navi_L0{
	position: absolute;
	top: 0;
	right: 0;
	background: #aec65e;
	width: 955px;
	height: 16px;
	padding: 2px 5px 0px 0px;
	text-align: right;
	color: white;
	display: none;

}

#navi_L1{
	position: absolute;
	top: 103px;
	margin: 10px 0px 0px 2px;
	background: transparent;
	width: 160px;
	height: 83%;
	display: none;

}

#navi_L2{
	position: absolute;
	top: 40px;
	right: 0;
	background: orange;
	width: 50%;
	height: 20px;
	display: none;
}

#navi_L3{
	position: absolute;
	top: 60px;
	right: 0;
	background: maroon;
	width: 50%;
	height: 20px;
	display: none;
}



