﻿@charset "utf-8";

body {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #006AB3;
}
h3 {
	font-size: 12px;
	color: #666666;
}
p {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td, form, input, textarea {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
}
ol {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
	margin-left: 13px;
	margin-bottom: 1px;
	padding-left: 13px;
}
ul {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 1px;
	padding-left: 10px;
	list-style-type: square;
}
li {
	font-family: Verdana, Vermana2000, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #207CBB;
}
a:visited {
	text-decoration: none;
	color: #428BC7;
}
a:active {
	text-decoration: none;
	color: #428BC7;
}
a:hover {
	text-decoration: none;
	color: #428BC7;
}

#main {
	width: 980px;
}
#header {
	text-align: right;
	background-image: url('images/header_bg.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
}
#inner_header {
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 10px;
	padding-top: 15px;
}
#menu {
	background-image: url('images/menu_bg.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	padding-top: 2px;
}
#inner_menu {
	margin-left: 180px;
}
#sidebar {
	vertical-align: top;
	width: 180px;
	/* float: left; */
}
#inner_sidebar {
	width: 160px;
	margin: 10px;
}
#content {
	vertical-align: top;
	width: 598px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/* float: left; */
}
#inner_content{
	width: 578px;
	margin: 10px;
}
#infobar {
	vertical-align: top;
	width: 200px;
	/* float: right; */
}
#inner_infobar{
	width: 180px;
	margin: 10px;
}
#footer {
	width: 598px;
	margin-top: 10px;
	margin-left: 181px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

.sidemenu {
	color: #666666;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.sidemenu_last {
	color: #666666;
	font-size: 12px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.newstitle {
	font-weight: bold;
	color: #006AB3;
}
.newstext {
	margin-bottom: 10px;
}
.newsdate {
	font-size: 10px;
	color: #666666
}
.link1 {
	color: #CCCCCC;
}
.link2 {
	color: #333333;
}
.foottext {
	font-size: 10px;
}
.cell {
	vertical-align:top;
}
.cell_label {
	padding-top: 3px;
	padding-right: 7px;
}
.cell_sample {
	width: 275px;
}
.cell_start1 {
	width: 50%;
	padding-right: 3px;
}
.cell_start2 {
	width: 50%;
	padding-left: 3px;
}
.sampleimage {
	margin-left: 10px;
}
.sampletext {
	color: #666666;
	font-size: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
.referenz {
	text-align: center;
	width: 33%;
	height: 65px;
}
.mail_field {
	font-family: Verdana, Vermana2000, sans-serif;
	width: 400px;
	margin-bottom: 7px;
}
.mail_area {
	font-family: Verdana, Vermana2000, sans-serif;
	width: 400px;
	height: 200px;
	margin-bottom: 7px;
}
