/* CSS Document */

* {
margin: 0;
padding: 0;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 96%;
line-height: 1.5;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px double #CACACA;
color: #003399;
font-size: 130%;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color:#595959;
background-color: #EDEDED;
border-bottom: 1px double #CACACA;
border-top: 1px double #CACACA;
font-size: 115%;
}

label {
color:#003399;
font: 100% Arial, Helvetica, sans-serif;
}

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

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

a:hover {
text-decoration: none;
color:#0033FF;
}

a:active {
text-decoration: bold;
color:#003399;
}

.imageStyle {
margin-top: 6%;
position: relative;
left: 2px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 

table#logger {
margin-left: 5%;
width: auto;
border: 0;
table-layout: auto;
border-spacing: 2px;
}

tr#color1 {
    background-color: #e8e8e8;
}

tr#color0 {
    background-color: #fbfbfb;
}


#logger td {
border: 0;
border-spacing: 5px;
vertical-align: middle;
padding: 1px 5px;
}

#wrapper {
width: 80%;
position: relative;
left: 50%;
margin-left: -40%;
margin-top: 2%;
border-top: 1px solid #AEAEAE;
border-left: 1px solid #AEAEAE;
border-right: 1px solid #AEAEAE;
}

#sprachen {
margin-left: 8em;
}


#header {
background-image:url(images/bfk_balken_allgemein.png);
position: relative;
background-repeat: no-repeat;
height: 95px;
border-bottom: 1px solid #cccccc;
}


#mainbox {
float: left;
width: 100%;
background-color: #DEDEDE;
color: #333333;
}

#menuleiste {
background-color: #E8E8E8;
border-bottom: 1px solid #cccccc;
font-size: 92%;
}


#menulinks {
background-color: #CACACA;
color: #000000;
width: 27%;
float: left;
}

#content {
float: right;
width: 73%;
background-color: #FBFBFB;
}

#content p, #content h1, #content h2 {
margin: 5%;
}

#content pre {
font-family: "Courier New", Courier, monospace;
color: #003399;
background-color: #D6D6D6;
margin: 5%;
padding: 10px;
}

#content code {
font-family: Fixedsys, Courier, monospace;
color: #669900;
font-style: inherit;
font-size: 115%;
}

#content ul {
list-style-type: square;
list-style-position: inside;
margin-left: 10%;
margin-bottom: 8%;
}

#slim p {
margin: 0;
margin-left: 5%;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/ 

/* Menu Link Styles */

#menuleiste a {
display: inline;
padding: 12px;
}

#menuleiste p {
margin-left: 30%;
}

#menu {
margin-top: 40px;
font-size: 88%;
}

#menu p {
text-align: center;
}

#menu img {
width: 55%;
}

#menu ul {
list-style-type: none;
}

#menu ul li {
margin: 2px;
background-color: #999999;
color: #003399;
border-bottom: 1px solid #333333;
} 

#menu ul li a {
display: block;
padding-left: 10px;
text-decoration: none;
background-color: #AEAEAE;
color: #FFFFFF;
}

#menu ul li a:hover {
background-color: #003399;
}

#menu ul li a:active {
text-decoration: bold;
color:#003399;
}

#submenu {
margin-left: 3%;
}

#submenu ul {
list-style-type: none;
}

#submenu ul li {
margin: 2px;
background-color: #DDDDDD;
border-bottom: 1px solid #333333;
} 

#submenu ul li a {
display: block;
padding-left: 5px;
text-decoration: none;
background-color: #D8D8D8;
color: #999999;
}

#submenu ul li a:hover {
background-color: #003399;
color: #FFFFFF;
}

#submenu ul li a:active {
text-decoration: bold;
color:#003366;
}



/* Login-Formular */

form {
margin-top: 3%;
margin-left: 5%;
/* padding-bottom: 6%; */
}

fieldset {
margin: 5%;
padding: 15px;
width: 23em;
background-color: #EDEDED;
color: #000000;
border: none;
}


label {
float: left;
width: 130px;
display:inline-table;
}

input {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border: 1px solid #999999;
background-color: #fafafa;
color: #000000;
}

input.text, input.password {
padding: 2px;
width: 120px;
border: 1px solid;
border-color: #f0f0f0 #000000 #000000 #f0f0f0;
background-color: #D8D8D8;
color: #003399;
}


input.absenden {
width: 100px;
border: 1px solid;
border-color: #f0f0f0 #000000 #000000 #f0f0f0;
background-color: #D8D8D8;
color: #003399;
cursor: pointer;
}






 /* Footer */
 
#footer {
clear: both;
border-top: 1px solid #cccccc;
background-color:	#EBEBEB;
font-size: 75%;
color:	#333333;
padding: 10px;
margin: 0;
height: auto;
}

/* Results */

.resultmsg {
    margin-left: 5%;
    margin-bottom: 1em;
}

.results {
    margin-left: 5%;
    width: auto;
    border: 0;
    table-layout: auto;
    border-spacing: 2px;
    border-collapse: collapse;
    /*
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    */
    border-spacing: 0;
}
.results td {
    vertical-align: top;
    padding: 0 0.25em;
    background-color: #fbfbfb;
}

.results th {
    padding: 0 0.25em;
    text-align: left;
    background-color: #e8e8e8;
}

.results tr:hover td {
    background-color: #e8e8e8;
}

.results tr {
    border-bottom: 1px solid #CACACA;
}
