@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
background-repeat:repeat;
margin:0 0 0 0;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}





#page {
background-image:url(../images/main2.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center;
background-position:top;
position: absolute;
width: 1300px;
height: 1020px;
top: 50%;
left: 50%;
margin-left: -550px;
margin-top: -283px;
z-index:1;
background-color:#00385d;
}



#header {
	position: absolute;
	width: 630px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 50px;
	z-index:3;
}


#content {
	position: absolute;
	width: 613px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 85px;
	z-index:2;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	color: #333333;
	padding:8px;
}



#links {
position:relative;
top:355px;
left:115px;
background-color:#fff;
width:200px;
padding:0px;
margin:0px;
color:#000000;
border-left:1px #000000 solid;
border-right:1px #000000 solid;

}


#linkoben {
position:relative;
top:-28px;
left:0px;
background-image:url(../images/links_o.jpg);
background-repeat:no-repeat;
width:200px;
height:35px;
padding:0px;
margin:0px;

}


#linkunten {
position:relative;
top:330px;
left:116px;
background-image:url(../images/links_u.jpg);
background-repeat:no-repeat;
width:200px;
height:40px;
padding:0px;
margin:0px;
}

#url {
position:relative;
top:345px;
left:115px;
width:200px;
height:80px;
padding:0px;
margin:0px;
background-color:#CCCCCC;
border:dotted 1px #000066;
}


linktext {
color:#660000;
}






#footer {

	position: absolute;
	width: 629px;
	height: 25px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: 600px;
	z-index:2;
	background-color: #035484;
}



 
a:link {color: #666666; text-decoration:none; font-size:15px;  }
a:visited { color: #666666;  text-decoration:none; font-size:15px;}
a:actived  { color: #666666;    text-decoration:none;font-size:15px; }
a:hover {color: #993333; text-decoration:none; font-size:17px;  }


#loading {
	position:absolute;
	width:500px;
	height:500px;
	z-index:10;
	left: 65px;
	top: 5px;

}

#span {
font-size:12px;
color: #333333;}




#menu { width: 100%;  float: left; }

    #menu ul { list-style: none; margin: 0; padding: 0; width: 126px; float: left;
    } 

    #menu a, #menu h2
      {
      display: block; border-width: 1px; border-style: solid;
      border-color: #ccc #888 #555 #bbb;
      margin: 0; padding: 2px 3px; font-size:16px; } 

    #menu h2 { color: #006699; 
    } 

    #menu a { color: #000; text-decoration: none; background-color:#FFFFFF;}

    #menu a:hover { color: #CC3333; background: #fff; font-size:21px; }

    #menu li {position: relative;} 

    #menu ul ul { position: absolute; z-index: 500;}

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

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

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