@CHARSET "ISO-8859-1";

BODY, TABLE, INPUT, H1, H2, H3, H4, H5, H6, BUTTON, TEXTAREA {
    font-family: Verdana, Tahoma, Arial, Sans-Serif;	
}

INPUT, TEXTAREA {
    font-size: 12px;
    padding: 2px;	
}

BODY {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #5C5C5C;
}

H1 {
    color: #910000;
    font-size: 16px;
}

H3 {
    color: #5C5C5C;
    font-size: 13px;	
}

A, A:visited {
    color: #910000;	
}

BUTTON {
    border: solid 1px #910000;
    background-color: #FFFFFF;
    color: #5C5C5C;
}

DIV#header {
	margin: 0 auto;
    height: 150px;
    width: 900px;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
}

DIV#content {
    margin: 0 auto;
    width: 900px;
}

DIV#menu {
	margin: 0;
    width: 200px;
    height: 250px;
    float: left;
    background-image: url("../images/menu_bg.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}

DIV#menu UL {
    list-style-type: none;
    margin-top: 50px;
   
}

DIV#menu LI {
    margin: 8px 0px;
}

DIV#menu A, DIV#menu A:visited {
    color: #5C5C5C;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

DIV#menu A:hover {
    color: #910000;	
}

DIV#menu A.active {
    color: #910000; 
}

DIV#main_content {
	margin: 0;
	width: 700px;
    float: right;
    font-size: 11px;
}

DIV#main_content input {
    border: solid 1px #910000;
}

.textinput {
    width: 300px;	
}

DIV#main_content textarea {
    border: solid 1px #910000;
}

.textarea {
	width: 300px;
	height: 150px;
}

DIV#footer {
	margin: 0 auto;
	width: 890px;
    font-size: 10px;
    padding: 5px;
    clear: both;
}

DIV#zitat {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #910000;
    margin-bottom: 20px;
}

DIV#zitat span {
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
}

SPAN.red {
    color: #910000;
}

P.error {
    color: #910000;
    font-weight: bold;
}
