@charset "UTF-8";

body 
{
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	background-color: #000099;
	color: #000;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl,
blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

html, body
{
	height: 98%;
}

/*Grunddefinitionen*/



#container
{
	position: relative;
	background-color: #00CCFF;
	/*-moz-border-radius:10px;						runde Ecken*/
	/*-khtml-border-radius:30px;					runde Ecken*/
	width: 1000px;
	left: 50%;
	margin-left: -499px;
	margin-top: 2%;
	min-height: 96%;
	height: auto !important;
	height: 96%;
	overflow: hidden;
	background-image: url(../pic/spider2.png);
	background-repeat:no-repeat;
	background-position: center;
}

/*Hauptcontainer*/

h1
{
	font-size: 2em;
	color: #330000;
}

p
{
	font-size: 1.25em;
}

#textbox
{
	position: absolute;
	margin: 20px;
	/*background-color: #00FFFF;*/
}

#textbox2
{
	position: absolute;
	text-align: right;
	height: 200px;
	width: 300px;
	bottom: 20px;
	right: 20px;
	/*background-color: #00FFFF;*/
}

#valid
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 3;
}

#formular
{
	position: relative;
	top: 20px;
	width: 520px;
}

#nav
{
	position: absolute;
	right: 20px;
	top: 45px;
}

ul
{
	list-style-position: outside;
}

a { text-decoration:none; }

#mymenu
{
	position: absolute;
	right: 20px;
	top: 45px;
}

#mymenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mymenu li 
{
	background-image:url(../pic/navbuttons/buttonkomb.png);
	float:left; 
	height:30px; 
	line-height:30px; 
	width:150px;
}

#mymenu li a 
{ 
	color:#FFFFFF; 
	display:block; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:14px; 
	font-weight:bold;
	text-align: center; 
}

#mymenu li a:hover 
{
	background-image:url(../pic/navbuttons/buttonkomb.png);
	background-position:bottom; 
}

/*#hauptnavi 
{
	margin-left:0px;
	padding-left:0px; 
	list-style:none;
}

#hauptnavi li 
{
	background-image:url(../pic/navbuttons/buttonkomb.png);
	float:left; height:30px; 
	line-height:30px; 
	margin-right:4px; 
	width:150px;
}

#hauptnavi li a 
{ 
	color:#FFFFFF; 
	display:block; 
	font-family:Arial; 
	font-size:18px; 
	font-weight:bold; 
	padding-left:22px; 
}

#hauptnavi li a:hover 
{
	background-image:url(../pic/navbuttons/buttonkomb.png);
	background-position:bottom; 
}*/

ul
{
	list-style-position: outside;
} 

#menu
{
	font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #00ffff;
	position: absolute;
	top: 100px;
	right: 120px;
	width: 150px;
	z-index: 3;
}

#menu ul 
{
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 0;
	
}

#menu a, #menu h2 {
font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font: bold 11px/16px;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
text-transform: uppercase;
background-image: url(../pic/navbuttons/buttonkomb.png)
}

#menu a {
color: #000;
background-image: url(../pic/navbuttons/buttonkomb.png)
text-decoration: none;
}

#menu a:hover {
color: #a00;
background-image:url(../pic/navbuttons/buttonkomb.png);
background-position:bottom;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*
#nav
{	
	position: relative;
	text-align: right;
	margin-top: 60px;
	margin-left: 10px;
	width: 140px;
	float: left;
	z-index: 2;
}


ul#nav {
	list-style:none;
	height:100%;
	}
	
ul#nav li {
	width: 140px;
	vertical-align: middle;
	overflow:hidden;
	height: 30px;
	padding: 0.2em 0 0em 0em; 
	border-left: 12px solid #990000; 
	border-right: 1px solid #990000; 
	background-color: #cc0000; 
	color: #FFFFFF; 
	}
ul#nav li:hover {
	overflow: visible;
	background-color: #990000; 
	color: #FFFFFF;
	}

ul#nav ul {
	list-style:none;
	margin: -69px 0 0 140px;
	width: 160px;
	}
ul#nav ul li {
	height: 30px;
	
	width: 130px;
	}
ul#nav li a {
	text-decoration:none;
	color: #FFFFFF;
	display:block;
	padding: 5px;
	height: 25px;
	}
	*/