body {
  background-color      : #FFC600;
  margin-top            : 0px;
  margin-left           : 0px;
}



#navigation {
	position              : absolute;
	top                   : 0px;
	left                  : 0px;
	width                 : 185px;
	
	border-color          : #000000;
	border-left           : 1px solid;
	border-right          : 1px dotted;
	border-bottom         : 1px solid;
	
	background-color      : #3399FF;
}


#navigation_right {
	position              : absolute;
	top                   : 0px;
	left                  : 800px;
	width                 : 185px;
	border-color          : #000000;
	border-right          : 1px solid;
	border-left           : 1px dotted;
	border-bottom         : 1px solid;
	
	background-color      : #3399FF;
}


#navigation_spacer {
  width                 : 100%;
  height                : 120px;
  background-image      : url(image/main/chris_head.jpg);
  background-repeat     : no-repeat;
  background-position   : 10px 5px;

}

.nav_point {
  width                 : 100%;
  height                : 20px;
  margin-top            : 5px;
  border-color          : #000000;
  border-top            : 1px solid;
  border-bottom         : 1px solid;
  background-color      : #0066FF;
  
  font-family           : sans-serif, arial, Tahoma;
  font-size             : 12pt;
  color                 : #000000;
  
  text-indent           : 30px;
  
  background-image      : url(image/main/bullet_1.png);
  background-position   : 10px 4px;
  background-repeat     : no-repeat;
}

#navigation ul, #navigation_right ul {
	list-style-image      : url(image/main/bullet_2.png);
}



/* Links in Menues (link) */
#navigation ul li a:link, #navigation_right ul li a:link {
	font-family           : sans-serif, arial, Tahoma;
  font-size             : 9pt;
  text-decoration       : none;
  color                 : #000000;
}


/* Links in Menues (active) */
#navigation ul li a:active, #navigation_right ul li a:active {
	font-family           : sans-serif, arial, Tahoma;
  font-size             : 9pt;
  text-decoration       : none;
  font-weight           : bold;
  color                 : #000000;
}



/* Links in Menues (visited) */
#navigation ul li a:visited, #navigation_right ul li a:visited {
	font-family           : sans-serif, arial, Tahoma;
  font-size             : 9pt;
  text-decoration       : none;
  color                 : #000000;
}



/* Links in Menues (hover) */
#navigation ul li a:hover, #navigation_right ul li a:hover {
	font-family           : sans-serif, arial, Tahoma;
  font-size             : 9pt;
  text-decoration       : underline;
  color                 : #000000;
}


#header {
	position              : absolute;
	top                   : 0px;
	left                  : 0px;
	width                 : 920px;
	height                : 120px;
	border-color          : #000000;
	border-top            : 1px solid;
	border-bottom         : 1px solid;
	
	background-color      : #a1d1f0;
}


#berlin_banner {
		position            : absolute;
		left                : 192px;
		top                 : 9px;
		float               : right;
		border-color        : #000000;
		border              : 1px dashed;
}




#content {
	position:absolute;
	width:580px;
	left:200px;
	top:130px;
	
  font-family           : sans-serif, arial, Tahoma;
  font-size             : 12pt;
  color                 : #000000;	
}


h1 {
	font-size:15pt;
	font-weight:bold;
}


.tabelle1 {
	width:550px;
}


.tableheadline {
	border:2px solid;
	border-color:#FFFFFF;
	background-color:#0066FF;
	font-weight:bold;
}




.tabletext {
	font-size:10pt;
	vertical-align:top;
	background-color:#FFC600;
}

.tableimage {
	width:120px;
	border:2px solid;
	border-color:#FFFFFF;
	background-color:#0066FF;
}

