html {
	background: #fff url(/grafiken/background_stripes1.jpg) top right;
	background-attachment: fixed;
}
body {
	text-align: center; 
	margin: 0; 
	padding: 0; 
	background: url(/grafiken/background_stripes2.jpg) repeat-x top right;
	background-attachment: fixed;
	font-family: "Verdana", "Arial", "MS Sans Serif", "DejaVu Sans", sans-serif;
	font-size: 12px;
}

#container {
  border: 2px solid #e80404; 
  border-top: 0; 
  background: #fcfcfc url(/grafiken/nav_background.png) repeat-y; 
  width: 90%; 
  min-width: 780px; 
  max-width: 888px; 
  text-align: left; 
  margin: 0 auto 0px auto; 
  position: relative; 
  -moz-border-radius-bottomleft: 8px; 
  -webkit-border-bottom-left-radius: 8px; 
  border-bottom-left-radius: 8px; 
  -moz-border-radius-bottomright: 8px; 
  -webkit-border-bottom-right-radius: 8px; 
  border-bottom-right-radius: 8px;
}

#header {
  background: url(/grafiken/header_verlauf.png) repeat-x top center; 
  line-height: 180px; 
  padding-right: 0px;
}
#header #logo {
  position: absolute; 
  top: 26px; 
  left: 0; 
  padding: 0; 
  width: 180px; 
  text-align: center;
  line-height: 100%;
}
#header #logo img {
  width: 112px;
}
#header #flexback {
  background: url(/grafiken/header_feld.png) no-repeat 512px 0px;
}
#header #flexback h1 {
  background: url(/grafiken/header_text.png) no-repeat 180px 44px; 
  margin: 0; 
  padding: 0; 
  text-indent: -1000em;
  width: 100%;
}
#header #ticker {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-family: "courier new", monospace;
  color: #fff;
  font-size: 13px;
  line-height: 100%;
  font-weight: bold;
  /*background: #e80404;
  border-bottom: 1px dashed #ddd;*/
  padding: 8px 0 7px 0;
  text-shadow: 1px 1px 0px #e80404, 1px -1px 0px #e80404, -1px -1px 0px #e80404, -1px 1px 0px #e80404;
}
#header #ticker marquee {
  margin-left: 182px;
  text-decoration: none;
}

#topnav {
	background: transparent;
	/*margin: -30px 0 0 180px;*/
	position: absolute;
	top: 155px;
	left: 180px;
	padding: 0;
	border-top: 0px solid #bfbfbf;
       /* border-bottom: 1px solid #222;*/
}
#topnav ul {
    padding: 6px 0;
    margin: 0;
    list-style: none;
    text-align: left;
    }
    #topnav ul li {
        display: inline;
		
        }
        #topnav ul li a {
            margin: 0 0;
            color: #000;
            padding: 5px 20px;
            background: #ecece2;
            font-size: 100%;
            text-decoration: none;
			font-weight: bold;
			border-top: 1px solid #fcfcfc;
            border-right: 1px solid #fcfcfc;
            /*border-left: 1px solid #070707;*/
            }
        #topnav ul li a:hover {
            color: #fcfcfc;
            background: transparent;
            }
        #topnav ul li a.active, #topnav ul li a.active:hover {
            color: #fcfcfc;
            background: transparent;
            }
		#topnav ul li a.first {
			border-left: 1px solid #fcfcfc;
			-moz-border-radius-topleft: 8px; 
			-webkit-border-top-left-radius: 8px; 
			border-top-left-radius: 8px;
		}
		#topnav ul li a.last {
			border-right: 1px solid #fcfcfc;
			-moz-border-radius-topright: 8px; 
			-webkit-border-top-right-radius: 8px; 
			border-top-right-radius: 8px;
		}	
			
			
div.nav_left {
	width: 170px;	
	float: left;
	padding: 0 0 0 10px;
	margin: 20px -180px 0 0;
	/*position: absolute;
	top: 200px;*/
	background: #ecece3;
}



ul.left_menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -10px;
    }
    ul.left_menu li {
	padding: 0;
	margin: 0;
        }
        ul.left_menu li a {
            display: block;
            padding: 6px 5px 7px 20px;
            color: #000;
            text-decoration: none;
            border-top: 1px solid #ecece3;
            border-bottom: 1px solid #fcfcfc;
            font-weight: bold;
            font-size: 100%;
            }
        ul.left_menu li a.active, ul.left_menu li a.active:hover {
            color: #fcfcfc;
            background: #e80404 url(/grafiken/header_verlauf.png) repeat-x bottom center;
            border-top: 1px solid #e80404;
            border-bottom: 1px solid #fcfcfc;
            
        }
        ul.left_menu li a:hover {
            color: #fcfcfc;
            background: #e80404 url(/grafiken/header_verlauf.png) repeat-x bottom center;
            border-top: 1px solid #e80404;
            border-bottom: 1px solid #fcfcfc;
        }
        ul.left_menu li ul.subleft_menu {
            margin: 0 0 0 0px;
            padding: 0 0 0 20px;
            list-style: none;
            }
			ul.left_menu li ul.subleft_menu ul.subleft_menu {
				padding: 0 0 0 16px;
				border-left: 0px solid #ccccc1;
			}
            ul.left_menu li ul.subleft_menu li {
		padding: 0;
		margin: 0;
            }
            ul.left_menu li ul.subleft_menu.visible {
		display: block;
	    }
	    ul.left_menu li ul.subleft_menu.hidden {
	       display: none;
	    }
            ul.left_menu li ul.subleft_menu li a {
              display: block;
              padding: 6px 5px 6px 10px;
              color: #000;
              text-decoration: none;
              border-top: 1px solid #ecece3;
              border-bottom: 1px solid #fcfcfc;
              font-size: 13px;
              font-weight: normal;
            }
            ul.left_menu li ul.subleft_menu li a.active, ul.left_menu li ul.subleft_menu li a.active:hover {
              color: #000;
              background: #ccccc1;
              border-top: 1px solid #ccccc1;
              border-bottom: 1px solid #fcfcfc;  
            }
            ul.left_menu li ul.subleft_menu li a:hover {
            	color: #000;
              background: #ccccc1;
              border-top: 1px solid #ccccc1;
              border-bottom: 1px solid #fcfcfc;
            }




.content {
	font-size: 100%;
	color: #000000;
	background: #fff url(/grafiken/background_verlauf1.png) repeat-x 0 -25 0px;
	/*border-right: 12px solid #dce1e5;*/
	/*border-left: 180px solid #ecece3;*/
	padding: 3px 20px 20px 20px;
	margin: 0 0 0 180px;
	min-height: 366px;
	height: auto !important;
	height: 366px;
	
}

.mceContentBody {
	font-size: 12px;
	text-align: left;
	margin: -1.5em 0 0 0;
	padding: 8px 5px 2px 19px;
	background: #fff;
}

.content p, .content td {
	margin: 12px 0;
	line-height: 175%;
	color: #000;
}
.content .highlight {
  border: 3px solid #ecece3;
  padding: 1em;
  background: #fcfccc;
}
.content td {
  padding: 0;
}
.content tr.spaced td {
  padding-top: 0.5em;
}
.content table {
  width: 100%;
  border-spacing:0px; 
  border-collapse: collapse;
  padding: 0px;
}

.content em {
	font-style: italic;
	
}
.content strong {
	font-weight: bold;
	
}
.content ul, .content ol {
	margin-top: 12px;
	margin-bottom: 12px;
}
.content li {
	line-height: 21px;
}

.content a, div#floating_dialog a, div#overlay_dialog {
    color: #blue;
    text-decoration: underline;
    /*border-bottom: 1px dashed #030e6e;*/
    font-weight: normal;
    }
.content a strong {
	color: #f90;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 0 0 4px 0;
	margin: 1.5em 0 1em 0;
	border-bottom: 1px solid #bfbfbf;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 0;
	margin: 1.5em 0 1em 0;
}
h3 {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 4px;
}



hr {
	color: #bfbfbf;
	background-color: transparent;
}
img {
	border: none;
	/*behavior: url("/grafiken/pngbehavior.htc");	*/
}
.content .border {
	border: 3px solid #ecece3;
	
}
.content td {
  vertical-align: top;
  font-size: 12px;
}

.counter {
	background: #000;
	color: #fff;
	font-family: monospace;
	padding: 2px 2px 1px 2px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin-bottom: 10px;
	display: inline;
}

#footer {
	background: #e80404 url(/grafiken/header_verlauf.png) repeat-x bottom center; 
	color: #fcfcfc; 
	padding: 4px 20px 3px 20px; 
	font-size: 90%;
	clear: both;
}
#footer .left {
  float: left;
  width: 180px;
}
#footer .right {
  float: right;
  /*color: #ffbdbd;*/
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer .right a, #footer .right a:visited {
	/*color: #ffbdbd;*/
}
#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
}

#dev {
	text-indent: -10000px;
	line-height: 1px;
}
#dev h1, #dev p {
	margin: 0;
	padding: 0;
}

.flatinput {
		border: 1px solid #bfbfbf;
		font-family: "Verdana", "Arial", "MS Sans Serif", "DejaVu Sans", sans-serif;
		font-size: 1em;
		width: 96%;
		padding: 3px 5px;
		background-color: #fff;
		color: #000;
	}
	.flattextarea {
		border: 1px solid #bfbfbf;
		font-family: "Verdana", "Arial", "MS Sans Serif", "DejaVu Sans", sans-serif;
		font-size: 1em;
		width: 99%;
		padding: 3px 5px;
		overflow: auto;
		background-color: #fff;
		color: #000;
	}
	.error {
		color: #cd0000;
	}
