﻿body {
	margin: 20px;
	padding: 0;
	background: #111111;
	font: 0.8em/160% Verdana, Helvetica, Arial, sans-serif;
	color: #6F4503;
	overflow:auto;
  overflow: -moz-scrollbars-vertical; 
}

h2, h3, h4, h5, h6  
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;

	color: #9E6813;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}


#body .story h1 
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;

	color: #9E6813;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}


blockquote {
	margin-top: 0;
}

ol {
	margin-top: 0;
}

ul {
	margin-top: 0;
}

p {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover 
{
  background-color:#6F4503;
  color: white;
}


img {
	border: none;
}

/* Header */

#logo {
	width: 980px;
	height: 143px;
	margin: 0 auto;
	padding:0 0 0 0;
	/*background: #FFEE8F url(../images/bigbg.gif) repeat-x;*/
	background: #CC3300;
	border: 5px solid #FFFFFF;
	border-bottom: none;
	text-align:center;
}

#logo a
{
	display: block;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 143px;
	text-align:center;
	text-decoration: none;
	color: #9E6813;
}

/* Hack for <= IE6  transparent background image */
* html #logo a 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bglogo.jpg');	
}


/* all other (modern) browsers */
body>div#logo a
{
	background: url('/images/bglogo.jpg') no-repeat center;
}


#logo a:hover 
{
	background-color:transparent;
}

/* Menu */
#menuarea
{
	width: 980px;
	/*height: 72px;*/
	margin: 0 auto;
	padding: 0;
	background: #000000;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu {
	width: 980px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #4E4E4E;
	
	background-image:url(/images/navbar.gif);
}

ul.hassubmenu
{
	height: 36px;
	border-bottom: 1px #666666 solid;
}

#submenu1 {
	height: 25px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: #333333;
	text-align:center;
	clear: left;
}

#menu h2, #submenu1 h2
{
	display: none;
}

#menu div.subtitle, #submenu1 div.subtitle
{
	display: inline;
	color: #CCCCCC;
	float: left;
}

#menu ul, #submenu1 ul 
{
	width: 936px;
	padding:0;
	margin: 0 auto;
	list-style: none;
	display: block;
}

#submenu1 ul
{
	height: 25px;
}

#menu li, #submenu1 li
{
	display: inline;
}

#menu a, #submenu1 a
{
	display: block;
	float: left;
	/*width: 120px; */
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-left: 1px solid #555555;
	border-right: 1px solid #000000;
	background-image:url(/images/navbar.gif);
}

#submenu1 li a, #submenu1 li.active a
{
	/*width: 148px;*/
	padding-left: 10px;
	padding-right: 10px;
	height: 23px;
	padding-top: 2px;
	background-image: url(/images/navselected.gif);
}


#menu .active a, #submenu1 .active a
{
	background: #000000;
	color: #FFFFFF;
	/*background-image: url(../images/navselected.gif);*/
	background-image: url(/images/navbarOrange.png);
}

#menu ul.hassubmenu li.active a
{
	background: #333333;
	color: #FFFFFF;
	background-image: url(/images/navbarOrange.png);
	/*background-image: url(../images/navselected.gif);*/
}

#submenu1 li.active a
{
	background: #000000
	color: #FFFFFF;
    background-image: url(/images/navbarSubmenuSelected.png);
}


#menu a:hover
{
	background: #000000;
	color: #FFFFFF;
	background-image: url(/images/navhov.gif);
}

#submenu1
{
	background-color:#E17100;	
	background-image: url(/images/navbarSubmenu.png);	
}

#submenu1 a:hover 
{
	background: #000000;
	color: #FFFFFF;
	background-image: url(/images/navbarSubmenuHover.png);
}

/* Menü-Separator */
li#menu_sep_left, li#menu_sep_right
{
	width: 1px;
}

li#menu_sep_left a
{
	padding-left: 0px;
	padding-right: 0px;
	border-right: 1px solid black; 
	border-left: none; 
	width:1px;
}
    
li#menu_sep_right a
{
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #555555; 
	border-right: none; 
	width:1px;
}    
    

/* Content */

#body {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#body .title {
	padding: 10px 20px;
	background: #FFEE8E url(/images/smallbg.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .story {
	padding: 20px;
/*border: 2px solid #FFEE8E;*/	border: 2px #9E6813 solid;
}

#tabAktuell
{
	border-collapse:collapse;
	margin: 1em 0 1em 0;
	border: 3px solid #9E6813;
}
#tabAktuell tr th
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-bottom: 1px solid #9E6813;
	border-right: 1px dotted #9E6813;
}

#tabAktuell tr td
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-bottom: 1px solid #9E6813;
	border-right: 1px dotted #9E6813;
}

#tabAktuell tr td.value
{
	text-align:right;
}

/* FAQ */
ol.faq li
{
	padding-top: 1.6em;
}
ul.list li
{
	padding-top: 1.6em;
}

ul.small
{
	margin-top: 0;
	padding-top: 0;
}
ul.small li
{
	padding-top: 0;
}

.antwort
{
	display: block;
	margin-bottom: 0;
	padding-top: 0.5em;
	font-weight: bold;
	text-transform:capitalize;
}

.frage
{
	font-weight: bold;
	display: block;
	margin-bottom: 0;
	padding: 0;
}

/* Tabelle */
table tr th p
{
	text-align: left;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
/* bot*/

#bot {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
	padding-left: 5px;
}

#bot a, #bot a:hover {
	color: #CCCCCC;
	background-color: transparent;
}



:visited:focus 
{ 
	-moz-outline: 0px dotted; 
}

:link:focus 
{ 
	-moz-outline: 0px dotted; 
}

ol.list1
{
	margin-top: 1em;
}

ol.list1 li
{
	margin-top: 1em;
}

ol.list1 li ul, ol.list1 li ol, ol.list1 ul
{
	margin-top: 0;
	padding-top: 0;
}
ol.list1 li ul li, ol.list1 li ol li, ol.list1 ul li
{
	margin-top: 0px;
}


.lst_abc 
{
	list-style-type: lower-alpha;
}
.lst_square
{
	list-style-type: square;
}

/* Kontakte*/
table#contact
{
	border-collapse: collapse;
	border: 3px solid #9E6813;
}

table#contact tr th, table#contact tr td, table#contact tr.divider td
{
	padding: 3px 3px 3px 5px;
	border-right: 1px dotted #9E6813;	
}

table#contact tr.divider td
{
	height:2px;
}

table#contact tr th
{
	font-weight:bold;
	border-bottom: 3px solid #9E6813;
}

table#contact tr.helpcat td
{
	font-weight: bold;
	padding-top: 5px;
	border-top: 1px solid #9E6813;
	background-color: #F9E6CA;
}

table#contact tr td
{
	vertical-align: top;
}

/* Query form */

table#qryform tr th
{
	text-align: left;
}

table#qryform tr td input#btn
{
	font: Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
}

table#qryres
{
	border-collapse:collapse;
	border: 3px solid #9E6813;
}

table#qryres tr th, table#qryres tr td
{
	border: 1px solid #9E6813;
	padding: 3px 3px 3px 5px;
}

body div#illegal
{
	width: 100%;
	height: 200px;
	align: middle;
	text-align: center;
	background-color: red;
}

body div#illegal h1
{
	color: white;
	padding-top: 90px;
}

span#wzurl
{
	display: block; 
	padding: 1em 0 1em 0;
	text-align:center;
}

p.proj
{
	padding:0;
	margin:0;
	margin-top:2em;
}

h3.proj
{
	padding:0;
	margin:0;
	margin-bottom: 0.1em;
}

/* Buttons für show less/more */
button.details_on, button.details_off
{
	border: none;
	outline: none;
	-moz-outline: 0px dotted; 
	-moz-outline-style: none;
	margin:0;
	padding: 0;
	padding-left: 16px;
}

button::-moz-focus-inner
{
	border: none;
	outline: none;
	-moz-outline: 0px dotted; 
	-moz-outline-style: none;
}

button.details_on
{
	background: url(/images/btn_showless.gif) no-repeat left;
}
button.details_off
{
	background: url(/images/btn_showmore.gif) no-repeat left;
}

div.details_on
{
	display: block;
	background-color: #F4F4F4;
	border: 1px black dotted;
	margin-bottom: 1em;
	padding: 1em;
}
div.details_off
{
	display: none;
}

img.filetype
{
	margin-bottom: -3px;
	padding-right: 6px;
}

div#resultnavpane
{
	margin-bottom: 1em;
}

tr.z1 td
{
	background-color: white;
}
tr.z2 td
{
	background-color: #EEEEFF;
}
td.r
{
	text-align: right;
}

a.search
{
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/*background: url('/images/search.png') no-repeat bottom;*/
	padding-bottom: 3px;
}

/* Hack for <= IE6  transparent background image */
* html * a.search
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/search.png');	
}


/* all other (modern) browsers */
body> * a.search
{
	background: url('/images/search.png') no-repeat bottom;
}



a.search:hover
{
	background-color:transparent;
}


p.warning
{
	border: 2px solid #C04040;
	background-color: #EEEEEE;
	padding: 1em;
	margin: 2em 0 2em 0;
}