/* ----- GLOBALS ----- */

html {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #3D3D3F;
	background-color: #C7C8CA;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.0em;
}

p {
	margin: 1.0em 0 1.6em 0;
}

table {
	clear: both;
	margin: 0;
}

td {
	vertical-align: top;
}

input,select {
	font-size: 1.0em;
}

/* ----- IDS ----- */

/* IE6 CSS Hack: 3-pixel-jog-bug prevention */
 
* html #infoboard_wrapper_top { 
	margin-bottom: -3px; 
}

* html #infoboard_wrapper_bottom { 
	margin-left: 3px; 
}
/* Ende IE6 CSS */

#printheader {
	visibility: hidden;
	display: none;
}

#main {
	clear: both;
	margin: 6px auto 0;
	padding: 0 0 0 0;
	width: 900px;
	min-height: 400px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 400px; /* Für IE */
	background-color: #FFF;
	text-align: left;
}

#header {
	clear: both;
	float: left;
	width: 900px;
	height: 100px;
	background-color: #004993;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
}

#main_navigation {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 900px;
	height: auto !important; /* Für moderne Browser */
	min-height: 20px;
	height: 20px;
	color: #FFF;
	background-color: #004993;
	background-image: url(../images/bgtop.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
}

#center_box {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 24px 20px 0 20px;
	width: 860px;
	color: #3D3D3F;
	background-image: url(../images/bgbody.gif);
	background-repeat: no-repeat;
	height: auto !important; /* Für moderne Browser */
}

#content {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 560px;
	font-size: 0.8em;
	text-align: justify;
}

#infoboard {
	float: right;
	margin: 58px 0 0 0;
	padding: 0 0 0 0;
	width: 235px;
	min-height: 160px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 160px; /* Für IE */
	font-size: 0.7em;
}

#infoboard_wrapper_top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 15px; /* Für moderne Browser */
	color: #3D3D3F;
	background-image: url(../images/infoboard_wrapper_top.gif);
	background-repeat: no-repeat;
	border-bottom: #EEEEEE 1px solid;
}

#infoboard_content {
	margin: 0 0 0 0;
	padding: 2px 4px 8px 4px;
	color: #3D3D3F;
	background-color: #EEEEEE;
	text-align: justify;
	border-top: #EEEEEE 1px solid;
}

#infoboard_wrapper_bottom {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 15px; /* Für moderne Browser */
	color: #800000;
	background-image: url(../images/infoboard_wrapper_bottom.gif);
	background-repeat: no-repeat;
	
}

#footer {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 860px;
	min-height: 20px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	font-size: 0.7em;
	vertical-align: bottom;
	color: #3D3D3F;
}

#links {
	clear: both;
	float: left;
}

#copyright {
	clear: both;
	margin: 32px auto 0;
	padding: 0 0 0 0;
	width: 320px;
	text-align: center;
	vertical-align: bottom;
}

/* ----- CLASSES ----- */

#main_navigation .vnav {
	width: 99%;
}

#main_navigation .vnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main_navigation .vnav ul {
	width: 100%;
	padding: 0 0;
	margin: 2px;
	text-align: left;
	text-transform: uppercase;
}

#main_navigation .vnav ul li {
	display: inline;
}

#main_navigation .vnav ul li a {
	color: #FFF;
	padding: 4px 20px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

#main_navigation .vnav ul li a:hover, .vnav ul li a.selected {
	/* background: url(bg_menu.gif) center center repeat-x; */
	color: #FFF;
}

#main_navigation .dropmenudiv {
	position: absolute;
	top: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #FFF;
	width: 160px;
	visibility: hidden;
}

#main_navigation .dropmenudiv a {
	width: auto;
	display: block;
	padding: 1px 0;
	text-indent: 3px;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #6D6F72;
}

* html #main_navigation .dropmenudiv a {
	width: 100%;
}

#main_navigation .dropmenudiv a:hover {
	background-color: #F0F0F0;
}

#center_box .error {
	font-size: 1.0em;
	color: #FF0000;
}

#center_box .go {
	color: #696D5F;
}

#footer .small {
	text-align: left;
	font-size: 0.8em;
	color: #3D3D3F;
}

.lc {
	float: left;
	margin: 4px 16px 12px 0;
}

.rc {
	float: right;
	margin: 4px 0 12px 16px;
}

.cbc {
	clear: both;
	float: left;
	margin: 0 12px 6px 0;
}

.pricing {
	font-size: 1.6em;
	font-weight: bold;
	color: #339900;
}

/* ----- HEADINGS ----- */

#content h1 {
	clear: left;
	margin: 0 0 0 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #3D3D3F;
	text-align: left;
}

#content h2 {
	clear: left;
	margin: 8px 0 4px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #3D3D3F;
}

#content h3 {
	clear: left;
	margin: 8px 0 4px 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

#infoboard h1 {
	clear: left;
	margin: 0 0 0 0;
	font-size: 1.1em;
	color: #105DC2;
	text-align: center;
	text-transform: uppercase;
}

#infoboard h2 {
	clear: left;
	margin: 12px 0 4px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: justify;
	color: #3D3D3F;
}

#infoboard h3 {
	clear: left;
	margin: 8px 0 4px 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #1C3300;
}

/* ----- PARAGRAPHS ----- */

/* ----- QUOTES ----- */

/* ----- CODE ----- */

/* ----- LISTS ----- */

#header ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#center_box ul {
	clear: left;
	list-style-image: none;
}

#center_box li {
	margin: 0 0 0.1em 0;
}

#infoboard ul {
	margin: -18px 0 0 4px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: url(../images/none.gif);
}

/* ----- IMAGES ----- */

img {
	border: none;
}

/* ----- BREAK ----- */

/* ----- TEXT FORMATTING ----- */

/* ----- LINKS ----- */

#header a {
	margin: 0;
	padding: 7px 0 7px 8px;
	color: #FF6600;
	text-transform: uppercase;
	text-decoration: none;
}

#header a:hover {
	color: #3D3D3F;
}

#header a:active {
	color: #3D3D3F;
}

#header a:selected {
	color: #3D3D3F;
}

#top a {
	display: inline;
	margin: 0 0 0 0;
	padding: 0 12px 0 12px;
	color: #CCFF66;
	font-weight: bold;
	text-decoration: none;
}

#center_box a {
	color: #105DC2;
	font-weight: bold;
	text-decoration: underline;
}

#center_box a:hover {
	color: #3D3D3F;
}

#center_box a:active {
	color: #FFAA00;
}

#infoboard a {
	color: #105DC2;
	font-weight: bold;
	text-decoration: underline;
}

#infoboard a:hover {
	color: #3D3D3F;
}

#infoboard a:active {
	color: #FF0000;
}

#footer a {
	color: #105DC2;
	text-decoration: none;
}

#footer a:hover {
	color: #3D3D3F;
}

#footer a:active {
	color: #FF0000;
}

/* ----- TABLES ----- */

#center_box table {
	clear: left;
	color: #3D3D3F;
	background-color: #FFF;
	border: 1px solid #F47827;
}

#center_box table.clear {
	clear: left;
	background-color: transparent;
	border: 1px solid #F47827;
}

#center_box th {
	color: #3D3D3F;
	background-color: #DCDCDC;
	text-align: left;
}

#center_box td {
	padding: 0.4em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #F7F2E5;
}

#center_box td.right {
	text-align: right;
}

#footer table {
	clear: left;
}

#footer th {
	color: #FFF;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

#footer td {
	color: #6D6F72;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
}

/* ----- FORMS ----- */

#center_box form {
	margin: 0 0 0 0;
}

#center_box fieldset {
	margin: 0 0 0 0;
	padding: 8px;
	border: 1px solid #3D3D3F;
}

#center_box legend {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #3D3D3F;
}

#center_box input.f1 {
	width: 24.0em;
}

#center_box input.f2 {
	width: 22.0em;
}

#center_box input.f1_e1 {
	width: 24.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f2_e1 {
	width: 22.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f2_e2 {
	width: 22.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f1_e4 {
	width: 24.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f3_e4 {
	width: 6.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f4_e4 {
	width: 6.0em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f4_e5 {
	width: 23.2em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f2_e5 {
	width: 10.6em;
	color: #3D3D3F;
	font-weight: bold;
	background-color: #FF0000;
}

#center_box input.f9_e9 {
	float: left; 
	width: auto; 
	clear: both; 
	margin-left: 17.0em; 
	margin-right: 1.0em;
	background-color: #FF0000;
	border: 4px #FF0000 solid;
}

#center_box input.f3 {
	width: 6.0em;
}

#center_box input.f4 {
	width: 17.5em;
}

#center_box input.f5 {
	width: 18.0em;
}

input.f9 { 
	float: left; 
	width: auto; 
	clear: both; 
	margin-left: 17.0em; 
	margin-right: 1.0em; 
}

#center_box select.f1 {
	width: 6.0em;
}

#center_box select.f2 {
	width: 8.0em;
}

#center_box select.f3 {
	width: 16.0em;
}

#center_box textarea.f2 {
	width: 23.0em;
	height: 8.0em;
}

#center_box textarea.f2_e3 {
	width: 22.6em;
	height: 8.0em;
	border: 2px #FF0000 solid;
}

#infoboard form {
	margin: 0 0 0 0;
}

#infoboard fieldset {
	margin: 4px;
	padding: 4px;
	border: 1px solid #696D5F;
}

#infoboard legend {
	margin: 1.0em 0 0 0;
	padding: 0 0 0.4em 0.4em;
}

#infoboard input.f5 {
	width: 9.0em;
	border: 1px solid #3D3D3F;
}

#infoboard input.signup {
	width: 4.0em;
	border: 1px solid #3D3D3F;
}

label.left { 
	float: left;
	margin: 0 1.0em 0 0;
	width: 16.0em;
	color: #3D3D3F;
	text-align: right; 
}

input[type=text], select { 
	float: left;
}

input.right { 
	float: left; 
	width: auto; 
	clear: both; 
	margin-left: 17.0em; 
	margin-right: 1.0em; 
}

input.rightsmall { 
	float: left; 
	width: 2.4em;
	clear: both; 
	margin-left: 17.0em; 
	margin-right: 1.0em; 
}

input[type=checkbox].right, input[type=radio].right, input[type=submit].right { 
	margin-left: 7.0em; 
}

form br { 
	clear: both; 
} 
