body {
	background: #CAD2DC;
	color: black;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10pt;
	text-align: center;
}

div#seite {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 910px;
  padding: 0.5em;
}

div#navigation
{
	width: 200px;
	float: left;
}

div#main
{
	margin-left: 200px;

}

div#logo{
}

div#logo img{
	margin:0;
}

div#menu
{
	margin-top:20px;
	clear: both;
	margin-bottom:-12px;
	padding: 2px;

}

div#header{
	margin-top: 0px;
}

div#headline{
	text-align: center;
	margin-left: 0px;
	width: 700px;
	height: 75px;
}

div#content{
	margin-top: 12px;
}

div#innercontent
{
	background: white;
	width: 660px;
	padding: 20px;
	margin-top: -3px;
	margin-bottom: -9px;
}


/*
p {
	font-family: Tahoma;
	background: #FFFFFF;
	font-size: 10pt;
	margin: 0.5em 0em;
}

.error
{
	font-size: 20pt
	font-weight: bold;
}

RTE.classes.error {
     name = LLL:fileadmin/labels/rte.xml:error
     value = background: #FF0000; color: #FFFFFF;
}

.left {
	width:180px;
	padding: 10px;
	float:left;
	height: 1000px;
}

.middle {
	width: 700px;
	padding: 10px;
	margin-left:180px;
}

.logo{
	width: 150px;
	height: 140px;
	text-align: center;
}


.content{
	padding: 0px;
	margin-top: 37px;
	vertical-align: top;
	width: 700px;
	min-height: 600px;
}


.align-center {
	text-align: center;	
}

.titel {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	font-family: arial;
	margin-bottom: 1em;
}

.subtitel {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	font-color: blue;
	font-family: arial;
	margin-bottom: 1em;
}
*/

/**************** menu coding *****************/

#menu {
width: 145Px;
height: 508px;
font: 9pt tahoma, sans-serif;
background: repeat-x url(menu-rund.gif);
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 146px;
}

#menu li {
	margin-bottom: 6px;
}


#menu a, #menu h2 {
display: block;
padding: 2px 3px;

}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #fff none repeat scroll 50%
text-decoration: none;
font-weight: none;
}

#menu a:hover {
color: #FFF;
background: repeat-x url(hover.jpg);
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
left: 95%;
top: 5px;
margin: 0;
padding: 3px 3px;
background: repeat-x url(vertikal-short.jpg) red;
filter:Alpha(opacity=80);
-moz-opacity:0.8;
}

#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;}
