/* 
    Document   : styles.css
    Created on : 08.03.2017, 17:48:14
    Author     : Manuel Weitzel
    Description:
        Purpose of the stylesheet follows.
*/

body{
    background: #FAFAFA;
}

.headcontent {
	background: #6fa2d5;
	border-bottom: 3px solid #336699;
}

.leftcontent {
	background: #6fa2d5;
	border-right: 3px solid #336699;
}

.headcontent h1 {
	color: #000000;
}

.headcontent h2 {
	color: #000000;
}

.lbt select {
	border: 0;
}

.lbt input {
	border: 0;
}

.lbt input[type="submit"] {
	border: 0;
}

.lbt textarea {
	border: 0;
}