@import url(knorr.css);
BODY {
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: white;
 	line-height:130%;
	background: url("../pics/bg_left.gif");
	background-repeat: repeat-y;
}

div.left_menu {
	background: url("../pics/bg_navi.gif");
	background-repeat: no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:163px;
        vertical-align:top;
	background-color: #E8EBF1;
	}


div.left_menu_text {
	position:absolute;
	left:0px;
	top:150px;
	width:170px;
        vertical-align:top;
	margin-left:20px;
	margin-right:10px;
}

.left_menu_text a:link {
	color:#000033;
	text-decoration:none;
        font-weight: bold;
	font-size: 13px;
}
.left_menu_text a:visited {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
.left_menu_text a:active {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
.left_menu_text a:hover {
	color:#000099;
	text-decoration:underline;
	font-weight: bold;
	font-size: 13px;
}

div.logo_title {
	position:absolute;
	left:170px;
	top:0px;
        width:100%;
	height:104px;
	background-color: #ffffff;
}

div.contact {
	background: url("../pics/hg_kontakt.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	position:absolute;
	left:170px;
	top:104px;
        vertical-align:top;
        width:632px;
	background-color: #ffffff;
}


div.left_column {
	position:absolute;
	left:0px;
	top:100%;
	width:163px;
        vertical-align:top;
	background-color: #E8EBF1;
	}

div.content {

	background-repeat: repeat-y;
	background-position: 0px 0px; 
	position:absolute;
	left:170px;
	top:104px;
        vertical-align:top;
        width:854px;
	background-color: #ffffff;
}

div.content_text {
	margin-left:11px;
	margin-right:11px;
}


.indent1 {
	position:relative;
	left:25px;

}

.indent2 {
	position:relative;
	left:50px;
}



H1 {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      14pt;
        font-style:     normal;
        font-weight:    bold;
}
H2 {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      12pt;
        font-style:     normal;
        font-weight:    bold;
}
H3 {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      10pt;
        font-style:     normal;
        font-weight:    bold;
}
LI {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      10pt;
        font-style:     normal;
        font-weight:    normal;
}
SPAN.inline-last-update {
			font-style : Arial, Helvetica, Verdana, sans-serif;
			font-weight : normal;
			text-decoration : none;
			font-size : 10px;
			float : right;
}
TD {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      10pt;
        font-style:     normal;
        font-weight:    normal;
}
TH {
        font-family:    Arial, Helvetica, Verdana, sans-serif;
        font-size:      10pt;
        font-style:     normal;
        font-weight:    bold;
	text-align:	left;
	background-color: rgb(222, 222, 222);
}

select {
	width: auto;
}
.howoft {
	width: 82px;
}
textarea {
	width: 265px;
}
.tawide {
	width: 409px;
}

.cinfo {
	width: 351px;
        background-color: white;
}
.note {
	font-size : 11px;
}
.tque {
	padding-top: 15px;
}
.fque {
        font-size:      12pt;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	color: rgb(0, 69, 126);
	border-bottom: solid 3px rgb(220, 147, 26);
}
.error {
	color: rgb(119, 22, 26);
        font-weight:    bold;
        font-size:      12pt;
	padding-top: 42px;
	padding-bottom: 10px;
	border-bottom: solid 3px rgb(220, 147, 26);
}
.thankyou {
	color: rgb(0, 69, 126);
        font-weight:    bold;
        font-size:      12pt;
	padding-top: 42px;
	padding-bottom: 10px;
	border-bottom: solid 3px rgb(220, 147, 26);
}