html, body {
	background-color:#e6e6e6;
	font-family:Verdana;
	font-size:11px;
}

img {
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a {
	text-decoration:none;
	color:#323299;
}

h1 {

	color:#323299;
	font-size:16px;
	margin-top:0px;
}

table {
	border:none;
}
 

#box {

	height:auto !important;
	min-height:100%;

}

#main_container {
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-476px;
	margin-top:-328px;
	width: 953px;
	height: 656px;
	background-color:#e6e6e6;
	background-image:url(bg.gif);
	background-repeat:no-repeat;

}

#header {

	height:100px;
	margin-top:73px;
	margin-left:86px;

}

#left {

	float:left;
	width:194px;
	padding-top:26px;
	padding-left:21px;
	padding-right:21px;
	background-color:#FFFFFF;
	margin-left:86px;
	height:360px;

}

*html #left {
	
		margin-left:43px;
		width:190px;
}

#logo {

	background-image:url(logo.jpg);
	width:194px;
	height:53px;
	
}

#subnav_container {

	height:200px;
}



*+html #subnav_container {

	height:222px;
}

* html #subnav_container {

	height:222px;

}

#subnav {

	text-align:right;
	margin-top:25px;
}

#subnav div { 

	margin-bottom:3px;
}

#subnav li{
	list-style-type:none;
	
}

#subnav a {

	color:#323299;
	
}

#subnav a:hover {

	color:#000000;
}

#subnav .active {

	font-weight:bold;
}

#footer {

	font-size:9px;
	color:#323299;
	
}

#lang {
	
	height:17px;
	margin-top:7px;
	
	
}

#lang_de {
	
	height:17px;
	margin-top:7px;
	
}

img.flag{
	border:solid 1px #CCC;
}

#right {

	background-color:#FFFFFF;
	height:360px;
	width:544px;
	padding-top:26px;
	margin-left:322px;
}


	

#nav {

	height:23px;
}

#nav div {

	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#323299;
	background-image:url(nav_bg.jpg);
	background-repeat:repeat-x;	
}

a:visited {

	color:#323299;
}

#nav .active {

	background-image:url(nav_bg_active.jpg);
	background-repeat:repeat-x;
}

#nav div:hover {

	background-image:url(nav_bg_active.jpg);
	background-repeat:repeat-x;
}

#bread {
	
	clear:right;
	margin-top:15px;
	color:#323299;
	width:400px;
	padding-bottom:15px;
}

#content {

	margin-right:15px;
	height:260px;
	padding-right:15px;
	overflow:auto;
}

#credits {
    color:#919191;
	padding-top:8px;
}

#credits a{
    text-decoration:none;
	color:#919191;	
}

/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:540px;                    /*  (1)  */
  position:relative; 
  font-size:11px;
  padding-bottom:20px;
  z-index:100;

}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#fff; 
  width:99px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:18px;                    /*  (2)  */
  border:1px solid #fff;          /* Border-color am besten = Hintergrundfarbe der Seite */
  background:#323299; 
  padding-left:6px; 
  line-height:17px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:95px;                    /* für 'normale' Browser */
  w\idth:95px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

.menu table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:0.8em;

}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#555; 
  background:#e6e6e6;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:18px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:90px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#e6e6e6; 
  color:#555; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 10px; 
  width:85px
}
* html .menu ul li a:hover ul li a {
  width:85x;
  w\idth:85px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
 
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#aaa; 
  color:#fff;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}

