BODY {
    font-size: 100%; 
    color: #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-color: #FFFFFF;
	/*margin: 2px 0 0 0;*/
    margin: 0 auto;
	text-align: left;
}

#container {
	width: 99%; min-width: 850px;
	margin: 6px 6px 6px 6px;
	/*margin: 0 auto;*/
}

#frame {
	z-index: 1;	
	color: inherit;
	background: white;
	padding: 1px 1px 1px 1px;
	border: 1px solid #B6B6B6;
}

#main {
    background:url(../images/hintergrund_farbe5.gif) repeat-y;
}

* html #frame {
	width: 100%;
}

#header {
	background: #FE0000;
	border:none;
}

#upper_navigation {
}

#left_navigation {
	float: left; width: 11em;
	background-color: #EEEEEE;
}

#content {
	margin: 0px 0px 0px 210px;
}

#footer {
    clear:both;
	text-align: center;
}

#ie6msg{border:3px solid #090; margin:8px 0; background:#cfc; color:#000;}
#ie6msg h4{margin:8px; padding:0;}
#ie6msg p{margin:8px; padding:0;}
#ie6msg p a.getie7{font-weight:bold; color:#006;}
#ie6msg p a.ie6expl{font-weight:normal; color:#006;}

h3,h4,h5,h6 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 122%;
}

h2 {
  font-size: 112%;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h3 {
  font-size: 108%;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

td{
 font-size: 94%; 
    color: #000000; 
}

ul, li {
    color: #000000; 
}

TD.bereichsfarbe {
background-color: #FE0000;
}

TD.footer {
background-color: #FFFFFF; 
}


a.sub_menu {
    font-size: 76%; 
        padding-top: 0px;
        margin-top: 0px;
        color:#000000;
        font-family:Verdana, Arial, Helvetica,sans-serif;
        text-decoration:none;
       }
a.sub_menu:hover {
    font-size: 76%; 
        padding-top: 0px;
        margin-top: 0px;
        color:#666666;
        font-family:Verdana, Arial, Helvetica,sans-serif;
        text-decoration:none;
       }

p.sub_menu {
text-indent: -15px;
margin-left: 15px;
font-family:Verdana, Arial, Helvetica,sans-serif;
margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 0px;
}
a.menu,a.menu_active, a.menu_active:active
{
        display:block;
        color:#000000;
        background:#FFFF99;
        margin:0px;
        padding: 5px;
        margin-bottom: 0px;
        font-family:Verdana, Arial, Helvetica,sans-serif;
        text-decoration:none;
        border-bottom: solid 1px #99CCCC;
        border-right: solid 1px #99CCCC;
        border-left: solid 1px #99CCCC;
        border-top: solid 1px #99CCCC ;
}


a.menu:hover
{
        color:#000000;
        background:#FFCC66;
        border-bottom: solid 1px #3399CC;
        border-right: solid 1px #3399CC;
        border-left: solid 1px #3399CC;
        border-top: solid 1px #3399CC;
}
a.menu_active:hover
{
        color:#000000;
        background:#FFCC66;
}

a:link {
     color:#333399;
     text-decoration:none;
}

a:visited {
     color:#006699;
     text-decoration:none;
}

a:hover {
     color:#333399;
     text-decoration:underline;
}

		/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


