/* CSS Document */
/* CSS Document */
/*######################HTML###################*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

html, body{
    background: #dbdbdb url('../images/background.jpg') repeat-x;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: black;
}

/*######################HEADER###################*/
#header{
    height: 149px;
    width: 824px;
}

#logo{
    height: 141px;
    padding-top: 8px;
    padding-left: 5px;
    float: left;
}

#bild{
    display: none;
}

/*######################MENU OBEN###################*/

#menu_oben{
    display: none;
}

#menu_oben_links{
    background: #dbdbdb url('../images/header/menu_oben_left.jpg') repeat-x;
    height: 28px;
    width: 170px;
    float: left;
    display: none;
}

#menu_oben_rechts{
    background: #dbdbdb url('../images/header/menu_oben_right.jpg') repeat-x;
    height: 28px;
    text-align: right;
    width: 654px;
    float: right;
    display: none;
}

#toolbar {
    margin: 4px 0 0 0;
    padding-right: 4px;
    font-size: 8pt;
    display: none;
}

/*######################HAUPTMENU###################*/
#h_menu{
    background: #124a85 url('../images/menu/background_1px.jpg') repeat-x;
    width: 0px;
    float: left;
    min-height: 560px;
    height: 560px;
    display: none;
}

div[id] #h_menu {
   height:auto;
   display: none;
}

#kml_h_menu {
    position:relative; 
    margin: 31px 0 31px 0; 
    display:block; 
    width:169px;
    display: none;
}

#kml_h_menu a, #kml_h_menu a:visited {
    display:block; 
    width:139px; 
    height:20px; 
    background:url(../images/menu/buttons.gif); 
    background-position:left top; 
    background-color:transparent; 
    color:#002841; 
    line-height:20px; 
    text-decoration:none; 
    font-family:arial, sans-serif; 
    margin-top:1px; 
    padding: 0 0 0 30px;
    display: none;
}

#kml_h_menu a:hover {
    background-position:left center; 
    line-height:20px; 
    overflow:hidden; 
    color:#002841;
    display: none;
}

#kml_h_menu a#selected, #kml_h_menu a#selected:hover {
    background-position:left bottom; 
    line-height:20px; 
    cursor:default; 
    color:#002841;
    display: none;
}

/*######################CONTENT###################*/
#content{
    background: #d1dce7 url('../images/content/background_content.jpg') repeat-x;
    padding: 31px 41px 31px 41px;
    width: 780px;
    min-height: 563px;
    float: right;
    height: 563px;
}

div[id] #content {
   height:auto;
   }

ul.glossar_inhalt {
    list-style-type: disc; 
    list-style-position: inside;
}

ul.aufzaehlung {
    list-style-type: disc; 
    list-style-position: inside;
    padding: 4px 0 4px 0;
}

.anker_anfang{
    text-align: right;
}

/*######################FOOTER###################*/
#footer{
    font-size: 8pt;
    padding-top: 2px;
}

#footer_links{
    width: 224px;
    float: left;
}

#footer_rechts{
    display: none;
}

#print_footer{
    padding-top: 20px;
    display: block;
    float: right;
}

/*######################BACKGROUNDS###################*/

#top,bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

#background {
    background: #fff;
    width: 824px;
    padding: 15px 15px 5px 15px;
    margin: 0 auto;
    text-align: left;}

#content_bg {
    background: #77bce3 url('../images/content/content_bg.gif') repeat-y;
    width: 824px;
}

/*######################STYLE###################*/
.clear{
    clear: both;
}

img{
    border: none;
}

h1{
    color: #044f83;
    font-size: 16pt;
}

h2 {
    color: #044f83;
    font-size: 10pt;
}

a{
    text-decoration: none;
    color: #044f83;
}

a.hover{
    text-decoration: none;
    color: #044f83;
}

.span_header{
    padding-right: 6px;
    margin: 8px 0 0 0;
}

input{
    border: 1px solid #044f83;
}

.noborder {
	
	border: 0;
}

.box_error {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #9E0000;
	background: #F1D7D7;
}

.form_error {
	color: red;
	font-weight: bold;
}

.displaynone{
    display: none;
}

.print_img{
    display: none;
}

textarea{
    border: 1px solid #044f83;    
}

*html .inputfield{
    width: 166px; 
}

*+html .inputfield{
    width: 166px; 
}