
BODY {
	font-family:Verdana, Arial, Helvetica, Sans-Serif; 
	margin: 0px; 
	padding: 0px;
	background-color: #ddd;
	text-align:center;
}
input {
	font-size: 11px;
}
#container {
	width: 840px;
	text-align:left;
	border: 1px solid #fff;
	padding-bottom: 10px;
	background-image:url(pics/bg_body_tuerkis.jpg);
	background-repeat:repeat-x;
	background-color: #69c9e4;
	height: 565px;
}
h2, h1 { 
	font-size: 14px;
	color: #69c9e4;
}
#seknav ul.seknav {
	list-style-type: none;
}

#seknav ul.seknav li,
#seknav ul.seknav li a{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #69c9e4;
	font-weight:bold;
	cursor: pointer;
	text-decoration: none;
}

#seknav ul.seknav li.active {
	list-style-image:url(pics/bullet_69c9e4.gif);
}

#Kopfzeile {
	color: #3671b8; 
	width: 100%; 
	border-bottom: #FFF 1px solid;
}

#breadcrumb A {
   color: #69c9e4;
}

#content li {
    list-style-type: none;
    /*padding: 0 0 0 13px;
    background: url(pics/bullet_69c9e4.gif) 0 9px no-repeat;*/
    list-style-image: url(pics/bullet_69c9e4.gif);
}	


/*Kopfzeile*/

TD.navi {background-image:url(../pics/bg_body_tuerkis.jpg); background-repeat: repeat-x;}
TD.subline {background-color:#69c9e4; height: 10px;}

		#navlist
		{
			padding: 105px 0px 3px 160px;
			margin: 0 0 0 0;
			border-bottom: 1px solid #fff;
			font: bold 12px Arial, sans-serif;
			
		}
		
		#navlist li
		{
			list-style: none;
			margin: 0;
			display: inline;
			margin-right: 2px;
			color: #FFFFFF;
			cursor:pointer;
			padding: 10px 20px 3px 20px;
			margin: 0 0 0 2px;
			border: 1px solid #fff;
			border-bottom: none;
			background: #69c9e4;
			text-decoration: none;
			background-image:url(pics/bg_navi_active_tuerkis.jpg);

		}
		
		#navlist li#active
		{
			padding-top: 7px;
			border-bottom: 1px solid #69c9e4;
		}
		#navlist li a 
		{
			color: #FFF;
			text-decoration: none;
		}	

.cm_shadow {
  border: 1px solid #00206a;
  padding: 2px;
  font: 10pt arial;
  position: relative;
  display: inline-table;
  background: white;
  background-repeat:repeat-x;
  z-index: 100;
}
.cm_shadow2 {
  overflow: hidden;
  position: absolute;
  filter: alpha(Opacity=10); /* modify to change the shade solidity/opacity, same as below */
  opacity: 0.1; /* firefox 1.5 opacity */
  -moz-opacity: 0.2; /* mozilla opacity */
  -khtml-opacity: 0.1; /* opacity */
  z-index: 10
}


.contenttable {
	border: 0px;
	background-color: #69c9e4;
	color: #333;
	font-weight: bold;
	text-align: center;
}

