﻿/* =================================*/
/* Allgemeine Definitionen         	*/
/* =================================*/
body {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	overflow:auto;
	background-color:#DFE2E9;
}

form {
	margin:0px;
	padding:0px;
	border:0px;
}
	
div {
	overflow:hidden;
}

h1, h2 {
	padding:0px;margin:0px;
	margin-bottom:19px;
	font-size:16px;
	font-weight:bold;	
	color:#E2001A;
}

h2 {
	font-size:14px;
	margin-bottom:5px;
}

h2 a.heading2 {
	text-decoration:none;
	font-weight:bold;
	color:#E2001A;
}

.cleaner {
	clear:both;
	overflow:hidden;
	height:0px;
}

body.hg_splash, body.hg_home, body.hg_content {
	background-color:#ffffff;
}

.hg_splash {
	background-position:center;
	background-image:url("../images/splash/hg_splash.gif");
}

.hg_content {
	background-position:top center;
	background-image:url(../images/content/hg_content_gross4.jpg);
}

.header {
	height:278px
}

/* =================================*/
/* Meta Navigation		         	*/
/* =================================*/
.metanavigation_container {
	margin-top:19px;
	margin-left:235px;
	width:700px;
}

.metanavigation_container div {
	float:left;
	margin-left:49px;
}

.metanavigation_container div.metanavigation_item1 {
	margin-left:0px;
}

.metanavigation_container a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.metanavigation_container a:hover {
	color:#E2001A;
}

/* =================================*/
/* Main Navigation		         	*/
/* =================================*/
.mainnavigation_container {
	float:left;
	width:161px;
	padding-left:34px;
	margin-top:44px;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a.active {
	color:#E2001A;
}

/* =================================*/
/* Main Content			         	*/
/* =================================*/
.maincontent_container {
	width:1020px;
	text-align:left;
}

.content_container {
	width:759px;
	float:left;
	margin-top:44px;
	margin-left:40px;
	line-height:17px;
}

.content_container a {
	font-weight:normal;
	text-decoration:underline;
}

.content_col {
	width:600px;
}

.content_col1 {
	float:left;
	width:350px;
}

.content_col2 {
	float:right;
	width:373px;
}

div.anmeldung_left {
	width:540px;
	float:left;
	bordxer:1px solid;
}

div.anmeldung_right {
	float:right;
	width:210px;
	padding:3px;
	background-color:#eeeeee;
	border:1px outset;
}

div.anmeldung_right .num {
	float:left;
	margin-right:5px;
}

div.anmeldung_right .step {
	float:left;
	width:190px;
}

div.anmeldung_right .active {
	background-color:#7FA6FF;
	color:#ffffff;
	font-weight:bold;
	padding:2px;
	border:1px inset;
	height:auto;
}

.col1 {
	float:left;
	width:90px;
}

.col1b {
	float:left;
	width:80px;
	text-align:right;
	padding-right:10px;
}

.col1reg {
	float:left;
	width:530px;
}

.col2 {
	float:left;
	width:470px;
}

.col2reg {
	float:left;
	width:250px;
}

.col23 {
	float:left;
	width:370px;
}

.col23reg {
	float:left;
	width:470px;
}

.col2 input.text, .col2 input.textsmall, .col2reg input.text, .col2reg input.textsmall {
	border:1px solid #484549;
	width:200px;
	font-size:11px;
}

.col2 input.textsmall, .col2reg input.textsmall  {
	width:80px;
}

.col2 input.button, .col1 input.button, input.button, input.buttonsmall, .col2reg input.button {
	border:0px;
	width:120px;
	font-size:11px;
	border:1px outset;
}

input.buttonsmall {
	width:80px;
}

.col2 select.text, .col23 select.dropdownlarge, .col2reg select.text, .col23reg select.dropdownlarge {
	border:1px solid #484549;
	width:200px;
	font-size:11px;
}

.col23 select.dropdownlarge, .col23reg select.dropdownlarge  {
	width:370px;
}

.col3 {
	float:left;
	width:150px;
}

/* =================================*/
/* Contact				         	*/
/* =================================*/
input.kontakt, textarea.kontakt, input.kontaktbreit, textarea.kontaktbreit, select.kontakt {
	border:1px;
	border-color:#808080;
	border-style:solid;
	font-size:11px;
	width:200px;
}

input.kontaktbutton {
	border:1px;
	border-color:#808080;
	border-style:solid;
	font-size:11px;
}

/* =================================*/
/* Tabellen				         	*/
/* =================================*/
.content_col table {
	border-collapse:collapse;
}

.content_col table td {
	border:1px solid;
	vertical-align:top;
	padding:5px;
}

table.noborder {
	width:inherit;
}

table.noborder td {
	border:0px;
}

table.agende {
	width:inherit;
}

table.agenda td {
	border:0px;
	padding:0px;
}

/* =================================*/
/* Popup				         	*/
/* =================================*/
.popup, .popupbild  {
	width:500px;
	height:400px;
	border:2px #96BBE7 solid;
	background-color:#FAFAFA;
	padding:10px;
	visibility:hidden;
}

.popup .col1 {
	float:left;
	width:200px;
}

.popup .col2 {
	float:left;
	width:300px;
}

.popupbild {
	width:570px;
	height:440px;
}

.popup hr {
	height:1px;
	color:#96BBE7;
}	