.login-page {
    width: 350px;
    padding: 4% 0 0;
    margin: auto;
    text-align: center;
}
.form {
    max-width: 250px;
    margin: auto;
    padding: 20px;
}
input[type=text] {
    font-family: "Verdana", sans-serif; 
    width: 100%;
    margin: 0 0 15px;
    padding: 5px;
    font-size: 12px;
    color: darkslategrey;
}

select {
    font-family: "Verdana", sans-serif; 
    margin: 0 0 15px;
    padding: 5px;
    color: darkslategrey;
}

#Beschreibung {
    width: 100%;
    height: 150px;
    font-family: "Verdana", sans-serif;    
    font-size: 12px;
    color: darkslategrey;
}

#Emailtexte {
    width: 100%;
    height: 500px;
    font-family: "Verdana", sans-serif;    
    font-size: 12px;
    color: darkslategrey;
}


input[type=password] {
    font-family: "Verdana", sans-serif; 
    width: 100%;
    margin: 0 0 15px;
    padding: 5px;
    font-size: 12px;
    color: darkslategrey;
}

input[type=button]{    
    font-family: "Verdana", sans-serif; 
    font-size: 12px; 
    padding: 5px;
    color: darkslategrey;
}

input[type=submit]{    
    font-family: "Verdana", sans-serif; 
    font-size: 12px; 
    padding: 5px;
    color: darkslategrey;
}


.message {
    margin: 0 0 15px;
    color: darkslategrey;
    font-size: 12px;
}

.error {
    margin: auto;
    color: darkred;
    font-size: 12px;
}


body {
    font-family: "Verdana", sans-serif;      
    font-size: 12px;
    color: darkslategrey;
}

a {
    color: #4CAF50;
    text-decoration: none;
}

#logo{
    padding: 0 150px 0 0;
}

body .sus{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
}

#framecontent{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100px; /*Height of frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-color: #b4b4b4;
    color: darkslategrey;
}


#maincontent{
    position: fixed; 
    top: 100px; /*Set top value to HeightOfFrameDiv*/
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; 
    background: #fff;
}

.innertube{
    margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body .sus{ /*IE6 hack*/
    padding: 130px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html .sus #maincontent{ /*IE6 hack*/
    height: 100%; 
    width: 100%; 
}

#nav {
    margin:0;
    padding:0;
    background:#808259;
    float:left;
    border:1px solid #42432d;
    border-width:1px 0;
}
#nav li {
    display:inline;
    padding:0;
    margin:0;
}
#nav a:link,
#nav a:visited {
    color:darkslategrey;
    background:#9999ff;
    padding:5px 5px 5px 5px;
    float:left;
    width:auto;
    border-right:1px solid #42432d;
    text-decoration:none;


}
#nav a:hover {
    background:#ccccff;
}
#nav li:first-child a {
    border-left:1px solid #42432d;
}


#nav a:active {
    background:#ccccff;
    color:#fff;
}


#nav #nav_abmelden a {    
    background: #ccccff;
    color:#4CAF50;

}

h1{

    font-size: 22px;
}

#logo_kl{    
    position: fixed;
    top: 13px; /*Set top value to HeightOfFrameDiv*/
    left: 280px;
    right: 0;
    bottom: 0;
    overflow: auto;
}

table {
    background-color: #fff;
    border-collapse: collapse;
    border: none;   
}
thead {
    background-color: #ccccff;
}

td, th {
    text-align: left;    
    padding: 0.4em 0.6em;
    vertical-align: top;
}

