html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: url(../imgserver/back/background.gif) repeat-y center;
}

#frame {
	width: 770px;
	margin: 0 auto;
	height: 100%;
	min-height: 650px;
	background: url(../imgserver/back/verlauf_rechts.gif) repeat-y right;
}

#left {
	margin-top:-5px;
	width: 210px;
	height: 100%;
	background-color: #E9E9E9;
	float: left;
}

#right {
	margin-top:-5px;
	width: 560px;
	height: 100%;
	float: right;
}

#logo {
	height: 215px;
	background-color: #FFFFFF;
}

/*     Menu   */

#menu {
	border-top: 1px solid #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}

#menu li {
	font-weight: bold;
	line-height: 20px;
	width: 210px;
	background: url(../imgserver/back/menu_normal.gif) no-repeat;
	list-style: none;
	list-style-position: inline;
	list-style-type: none;
	display: block;
}

#menu a {
	display: block;
	background-image: url(../imgserver/menue/menu_normal.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
}

#menu a.active {
	display: block;
	background-image: url(../imgserver/menue/menu_over.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
}

#menu a:hover {
	background-image: url(../imgserver/menue/menu_over.gif);
	background-repeat: no-repeat;
}

#menu a.en {
	display: block;
	background-image: url(../imgserver/menue/menu_en_normal.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
}

#menu a.en:hover {
	background-image: url(../imgserver/menue/menu_en_over.gif);
	background-repeat: no-repeat;
}

#menu a.de {
	display: block;
	background-image: url(../imgserver/menue/menu_de_normal.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
}

#menu a.de:hover {
	background-image: url(../imgserver/menue/menu_de_over.gif);
	background-repeat: no-repeat;
}

#menu li.submenu {
	font-weight: normal;
	line-height: 19px;
	width: 210px;
	height: 20px;
	background: url(../imgserver/menue/submenu_normal.gif) no-repeat;
	list-style: none;
	list-style-position: inline;
	list-style-type: none;
	display: block;
}

#menu a.submenu {
	display:block;
	background-image: url(../imgserver/menue/submenu_normal.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 35px;
	text-decoration: none;
}

#menu a.submenu_active {
	display:block;
	background-image: url(../imgserver/menue/submenu_over.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 35px;
	text-decoration: none;
}

#menu a.submenu_active:hover {
	display:block;
	background-image: url(../imgserver/menue/submenu_over.gif);
	background-repeat: no-repeat;
	color: #000000;
	padding-left: 35px;
	text-decoration: none;
}

#menu a.submenu:hover {
	background-image: url(../imgserver/menue/submenu_over.gif);
	background-repeat: no-repeat;
}

#content_header {
	height: 215px;
	background-color: #FFFFFF;
	padding-top: 0px;
}

*html #content_header {
	padding-top: 0px;
}

#content {
	float: left;
	width: 365px;
	padding: 0px 10px 10px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#content_news_test {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align:justify;
}

#content a {
	color: #0094E4;
	text-decoration: underline;
}

#content a:hover {
	color: #0094E4;
	text-decoration: none;
}

#content .error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff3300;
}

/*    Boxen    */

#news_div {
	position:relative;
	z-index:5;
	float: right;
	margin-top:-260px;
}

#news {
	width: 330px;
	border: 1px solid #ABCDEF;
	background: url(../imgserver/back/box.gif) repeat-y #F7F7F7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#news .error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff3300;
	padding-bottom: 3px;
}

#news a {
	color: #0094E4;
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}

#login {
	float: right;
	width: 165px;
	border: 1px solid #ABCDEF;
	background: url(../imgserver/back/box.gif) repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#login .error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff3300;
	padding-bottom: 3px;
}

#login a {
	color: #0094E4;
	text-decoration: underline;
}

#login a:hover {
	color: #0094E4;
	text-decoration: none;
}

#download {
	float: right;
	margin-top: 20px;
	width: 165px;
	border: 1px solid #ABCDEF;
	background: url(../imgserver/back/box.gif) repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#download a {
	color: #0094E4;
	text-decoration: underline;
}

#download a:hover {
	color: #0094E4;
	text-decoration: none;
}

#download ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	line-height: 16px;
	list-style: disc;
	list-style-position: inline;
	list-style-type: disc;
}

#produktliste {
	float: right;
	margin-top: 20px;
	width: 165px;
	border: 1px solid #ABCDEF;
	background: url(../imgserver/back/box.gif) repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#produktliste ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	line-height: 16px;
	list-style: disc;
	list-style-position: inline;
	list-style-type: disc;
}

#produktliste a {
	color: #0094E4;
	text-decoration: underline;
}

#produktliste a:hover {
	color: #0094E4;
	text-decoration: none;
}

.box_head_abstand_blau {
	float: left;
	width: 5px;
	height: 20px;
	background-color: #ABCDEF;
	border-bottom: 1px solid #FFFFFF;
}

.box_head {
	float: left;
	width: 155px;
	height: 20px;
	background-color: #E9E9E9;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
}


.box_content {
	padding: 25px 5px 5px 10px;
}

*html .box_content {
	padding: 5px 5px 5px 10px;
}

/*     Formulare   */

.input {
	border: 1px solid #0094E4;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	height: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textarea {
	border: 1px solid #0094E4;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mutipleSelect {
	border: 1px solid #0094E4;
	background-color: #FFFFFF;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.option {
	background-color: #F6F6F6;
}

.option_dark {
	background-color: #E9E9E9;
}

.button {
	border: 1px solid #0094E4;
	background-color: #D5E6F2;
	padding: 0 0 2px 0;
	height: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*   Überschriften   */

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0094E4;
	display: inline;
	text-transform: uppercase;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: inline;
}

/*   Produktliste   */

#products th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
}

#products td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	background-color: #D5E6F2;
	vertical-align: top;
}

.small {
	font-size: 9px;
	line-height: 12px;
}

.bluebox {
	background-color: #D5E6F2;
	padding: 10px 10px 10px 10px;
	clear: both;
}

.whitebox {
	padding: 10px 10px 10px 10px;
	clear: both;
}

