<!--

body {
	font-family: Verdana,Helvetica;
	font-size: 8pt;
	color: rgb(120,120,120);
}

table {
	font-family: Verdana,Helvetica;
	font-size: 8pt;
	color: rgb(120,120,120);
	border: 0;
	padding: 0px;
	border-spacing: 0;
}

a:link {
	text-decoration: underline;
	color: gray;
}

a:visited {
	text-decoration: underline;
	color: black;
}

a:active {
	text-decoration: none
}

a:hover {
	text-decoration: underline; color: #ccccff;
}

.Fliesstext {
	font-size: 10pt;
	color: rgb(120,120,120);
}

.Fliesstextbold {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(120,120,120)
}

.Fliesstextrot {
	font-size: 10pt;
	color: #ff3300;
}

.bildtext {
	font-size: 8pt;
	color: rgb(120,120,120);
}

figcaption {
	display: block;
	font-size: 8pt;
	color: rgb(120,120,120);
	padding-top: 10px;
}

.Imp {
}

.H1 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	color: rgb(120,120,120)
}

.H2 {
	font-weight: bold;
	font-size: 11pt;
	color: rgb(120,120,120)
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 50px;
	background: url(Bilder/navgrund_top1.png) repeat-x;
}

#topleft_bg {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100px;
	height: 100px;
	background: url(Bilder/navgrund_top.png);
}

#menu {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 900px;
	height: 10px;
	background-color: #333366;
	color: #FFFFFF;
}

#content {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 1000px;
	min-height: 80%;
	background: url(Bilder/navgrund.gif) repeat-y;
 	color: #000000;
}

#footer {
   position:absolute;
   bottom:0px;
   width:100px;
   height:20px;   /* Height of the footer */
   background:#ffffff;
   font-size: 8pt;
   color: rgb(120,120,120);
}

#heading{
    position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#video{
    position: absolute;
	top: 130px;
	left: 166px;
	width: 1100;
	height: 600;
}

#image1 {
	position: absolute;
	top: 30px;
	left: 600px;
	width: 170px;
	height: 150px;
}

#image1_alt {
	position: absolute;
	top: 0px;
	left: 620px;
	width: 150px;
	height: 210px;
}
 	
#image1_far_right {
	position: absolute;
	top: 200px;
	left: 850px;
	width: 150px;
	height: 210px;
}
 	
#image2 {
	position: absolute;
	top: 230px;
	left: 600px;
	width: 170px;
	height: 150px;
}

#image2_alt {
	position: absolute;
	top: 260px;
	left: 600px;
	width: 170px;
	height: 150px;
}
 
#image3 {
	position: absolute;
	top: 430px;
	left: 600px;
	width: 170px;
	height: 150px;
}
 	 	
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 900px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.1em;
	background: url(Bilder/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	color: #ccccff;
	border-right: 1px solid #000000;
	/*--border-right: 1px solid #555; Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #000000;
	/* color: #f0f0f0; */
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(Bilder/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:34px;
	display: none; /*--Hide by default--*/
	width: 900px;
	background: #ccccff;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

table#centered {
	margin-left:auto;
	margin-right:auto;
}

td#centered {
	vertical-align: middle;
	text-align: center;	
}

td#topcentered {
	vertical-align: top;
	text-align: center;	
}

td#bottomcentered {
	vertical-align: bottom;
	text-align: center;
}

td#middleleft {
	vertical-align: middle;
	text-align: left;
}

img {
	border-style: none;
}

.none {
}

-->
