body {
	position: absolute;
	color: #412BFF;
	background-color: #CCFFFF;
	/*    background-image:url(./bg4.jpg);*/
	background-position: center 120px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-face-color: #CCFFFF;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #CCFFFF;
	scrollbar-arrow-color: black;
	/*    overflow:hidden;
    padding:0;
    margin:0;
    border:0;
    margin-top:0;
    margin-left:0;*/
}

html,body {
	top: 0px;
	left: 0px;
	right: 0px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body,p,ul,ol,li,div,td,th,a,address,blockquote,nobr,b,i {
	font-family: 'Tahoma';
	font-size: 14px;
}

img {
	border: 0px solid black;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

h4 {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

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

A:link {
	text-decoration: underline;
	color: #412BFF;
}

A:visited {
	text-decoration: underline;
	color: #412BFF;
}

A:active {
	text-decoration: underline;
	color: #412BFF;
}

A:hover {
	text-decoration: underline;
	color: #412BFF;
	font-weight: 700;
}

#header_container {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	height: 100px;
	z-index: 3;
	background: #CCFFFF;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	z-index: 1;
	margin: 0px;
}

#menu {
	position: fixed;
	top: 100px;
	left: 3px;
	width: 120px;
	z-index: 3;
}

#content {
	margin: 0px;
	padding-top: 120px;
	padding-left: 150px;
	z-index: 2;
}

#menu A,#menu A:link,#menu A:visited,#menu A:active {
	text-decoration: none;
	color: #CCFFFF;
}

#menu A:hover {
	text-decoration: underline;
	color: #CCFFFF;
}

#menu td {
	color: #CCFFFF;
	vertical-align: middle;
	text-align: right;
	padding-right: 15px;
}

#menu A.level1active,#menu A.level1active:link,#menu A.level1active:visited,#menu A.level1active:active,A.level1active:hover {
	font-weight: 900;
	color: orange;
	text-decoration: underline;
}

#menu A.level2active,#menu A.level2active:link,#menu A.level2active:visited,#menu A.level2active:active,A.level2active:hover {
	font-weight: 500;
	padding-right: 12px;
	font-size: 11px;
	color: orange;
	text-decoration: underline;
}

#menu A.level3active,#menu A.level3active:link,#menu A.level3active:visited,#menu A.level3active:active,A.level3active:hover {
	font-weight: 300;
	color: orange;
	text-decoration: underline;
}

#menu A.level1 {
	font-weight: 900;
}

#menu A.level2 {
	font-weight: 500;
	padding-right: 12px;
	font-size: 11px;
}

#menu A.level3 {
	font-weight: 300;
}

#submenu {
	vertical-align: middle;
	z-index: 1;
	font-size: 10px;
}

#submenu A,#submenu A:link,#submenu A:visited,#submenu A:active {
	font-size: 10px;
	text-decoration: none;
	color: #412BFF;
}

#submenu A:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #412BFF;
}

#videotable th {
	height: 35px;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

#videotable {
	width: 900px;
	margin-top: 40px;
}

#videotable tr {
	vertical-align: top;
}

#videotable tr td {
	text-align: center;
	width: 170px;
}

/*IE-Settings*/
* html,* html body {
	overflow: hidden;
	bottom: 0px;
	height: 100%;
}

* html #header_container {
	position: absolute;
	width: 100%;
	padding-right: 16px;
}

* html #menu {
	position: absolute;
}

* html #header {
	height: 100%;
	position: static;
}

* html #content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0px;
}

* html #menu {
	margin: 0px;
	width: 120px; /* Der IE soll das Element breiter darstellen, da margin und padding hier von
                        der Breite abgezogen wird! */
}