body {
	background-color: #111921;
}

h1, h2 {
	color: #3b5875;
	font-weight: normal;
}

h2 {
}

h1 a {
	color: #3b5875;
}
a {
	color: #3b5875;
}
#header {
    background-color: white;
}
#basic {
    background-color: #EFEFEF;
}

#mittel {
	background-color: white;
}

#foot {
	background-color: white;
}
#lic p {
	color: gray;
}

#links li a {
    color: gray;
    text-decoration: none;
    border-left: 1px solid gray;
}

#links li a:hover {
    color: black !important;
}


#hmenu {
    border-bottom: 2px solid #6699cc;
}

#hmenu ul {
    background-color: #3b5875;
}

#hmenu ul li a {
    color: #EFEFEF;
    border-right: 1px solid white;
}

#hmenu ul li a:visited {
    color: #EFEFEF;
}

#hmenu ul li a:hover {
    color: black;
}

input, textarea {
    border: 1px solid #cccccc;
}

textarea:hover {
    border: 1px solid #999;
}

input[type = text]:hover {
    border: 1px solid #999;
}