@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-size: 16px;
font-family: Verdana, Tahoma, sans-serif;
color: #000000;
background: #97a5b0;
}
div {
text-align: left;
}
html, body {
height: 100%;
}

/* DIV-Boxen */

div#wrapper {
position:relative;
margin: 0 auto;
width: 950px;
min-height: 100%;
height: auto !important;
height: 100%;
background: #fff;
}

div#header {
height: 60px;
padding: 5px 10px;
}
div#footer {
clear: both;
position: absolute;
bottom: 0;
width: 100%;
height: 25px;
border-top: 1px solid #97a5b0;
font-size: 12px;
color: #97a5b0;
text-align: center;
}
div#keyBoard {
float: right;
height: 40px;
position: relative;
top: 1px;
width: 70px;
background: #fff url(keyboard.gif) no-repeat right top;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul, ol {
margin: 5px;
}
li {
margin-left: 10px;
padding: 5px 0;
}
li ul {
margin: 0;
}
li ul li {
margin-left: 20px;
padding: 0;
}

img {
border: 0 none;
}
input, textarea, select {
font-size: 1em;
font-family: Verdana, Tahoma, sans-serif;
color: #386386;
}

.padding_5 {
padding: 5px;
}
.margin_5 {
margin: 5px;
}

.align_right {
text-align: right;
}
.align_left {
text-align: left;
}
.align_center {
text-align: center;
}

.float_left {
float: left;
}
.float_right {
float: right;
}
.clear {
clear: both;
}

/* Fonts */
a {
color: #000000;
}
a:hover, a:active, a:focus {
color: #27537a;
}

h1, h2, h3 {
padding: 3px 0;
letter-spacing: 0.03em;
color: #27537a;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}

.bold {
font-weight: 700;
}

p {
line-height: 1.35em;
padding-bottom: 10px;
}


