/*Boxes*/
#container  {visibility: visible; position: absolute; top: 50%; left: 50%; margin-top: -300px; margin-left: -450px; width: 900px; height: 600px; border-right: #010099 thin solid; border-left: #010099 thin solid;}
#head		{visibility: visible; position: absolute; margin-top: 0px; margin-left: 0px; width: 100%; height: 85px; background-color:#010099;}
#navigation	{visibility: visible; position: absolute; top: 140px; left: 700px; width: 200px; height: 430px;}
#navigation2 {visibility: visible; position: absolute; top: 530px; left: 700px; width: 200px; height: auto; z-index:1;}
#content	{visibility: visible; position: absolute; top: 90px; margin-top: 50px; margin-left: 50px; width: 610px; height: 335px;}
#foot		{visibility: visible; position: absolute; top: 515px; margin-top: 0px; margin-left: 0px; width: 100%; height: 85px; background-color:#010099; }
#footlink2 { visibility: visible; position: absolute; z-index: 5; top:50px; left: 130px; width: auto; height: 20px }
#footlink1 { visibility: visible; position: absolute; z-index: 5; top: 20px; left: 130px; width: auto; height: 20px }
#title      {visibility: visible; position: absolute; left: 50px; top: 47px; font-family: Arial, Helvetica, sans-serif; color: #6967CA; font-size:40px; text-transform:uppercase;} 
#logo      {visibility: visible; position: absolute; left: 680px; top: 27px; width: 160px; height: 90px; background-color: white;}
#film {visibility: visible; left: 0px; top: 0px; width: 300px; height: 170px; float:left; background-color:#CCFF33; margin:0 15 5 0;}
#bild1 {visibility:visible; position: absolute; left: 0px; top: 0px; width: 600px; height: 170px; }
#big1 {visibility:hidden; position: absolute; left: 0px; top: 0px; z-index:10;}
#big2 {visibility:hidden; position: absolute; left: 0px; top: 0px; z-index:10;}
#big3 {visibility:hidden; position: absolute; left: 0px; top: 0px; z-index:10;}
#big4 {visibility:hidden; position: absolute; left: 0px; top: 0px; z-index:10;}
#big5 {visibility:hidden; position: absolute; left: 0px; top: 0px; z-index:10;}
#icon1 {visibility: visible; position: absolute; left: 50px; top: -40px; width: 85px; height: 85px; }
#icon2 {visibility: visible; position: absolute; left: 155px; top: -40px; width: 85px; height: 85px; }
#icon3 {visibility: visible; position: absolute; left: 260px; top: -40px; width: 85px; height: 85px; }
#icon4 {visibility: visible; position: absolute; left: 365px; top: -40px; width: 85px; height: 85px;}
#icon5 {visibility: visible; position: absolute; left: 470px; top: -40px; width: 85px; height: 85px; }
#icon6 {visibility: visible; position: absolute; left: 575px; top: -40px; width: 85px; height: 85px; }

/*Lists*/
#navlist {
	position:absolute;
	height:35px;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:700;
	letter-spacing:0px;
	color: #010099;
}
#navlist ul {
	list-style:none;
	margin:0;
	margin-bottom: 10px;
	padding-bottom:10px;
	padding-top:00px;
	padding-left: 0px;
	border-bottom: #010099 thin solid;
}
#navlist li {
	padding-bottom:3px;
}
#navlist2 {
	position:absolute;
	height:35px;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:14px;
	font-weight:700;
	letter-spacing:0px;
	color:white;
}
#navlist2 ul {
	list-style:none;
	margin:0;
	margin-bottom: 10px;
	padding-bottom:10px;
	padding-top:00px;
	padding-left: 0px;
	border-bottom: #010099 thin solid;
}
#navlist2 li {
	padding-bottom:3px;
}

/*Text*/
.maintext { font-family:Arial, Helvetica, sans-serif; color: #010099; font-size:13px;}
/*.navigationtext { color: #010099;}*/
a.navigationtext:link  { color: #010099; text-decoration:none;}
a.navigationtext:visited { color: #010099; text-decoration:none;}
a.navigationtext:hover { color: #010099; text-decoration:underline;}
a.navigationtext:active { color: #010099; text-decoration:underline;}
.navigationtextactive { color: #010099; text-decoration:underline;}
.white {color:white;}
a.white:link  { color: white; text-decoration:none;}
a.white:visited { color: white; text-decoration:none;}
a.white:hover { color: white; text-decoration:underline;}
a.white:active { color: white; text-decoration:underline;}
.whiteactive { color: white; text-decoration:underline;}
.tickertext { font-family:"Courier New", Courier, monospace; color: #010099; font-size:14px;}
.fett {font-weight:bold;}
.small {font-size:10px};

/*Bilder und Textabschnitte*/
div.maintext > p {margin-top:0px; text-align:justify;}


/*Other*/
.withoutborder {border-bottom: #ffffff thin solid;}
.scrollable {overflow:auto;}
