body {
	background-color: #f4f7f4;
	background-image: url("grafik/background-header.gif");
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #50616a;

}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #d4001f;
}
.H1 {
	font-size: 18px;
	color: #d4001f;
	display: block;
}
h2 {
	font-size: 12px;	
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #d4001f;
}
.H2 {
	font-size: 12px;	
	font-weight: bold;
	color: #d4001f;
}
h3 {
	font-size: 12px;	
	font-weight: bold;
	color: #d4001f;
}
.H3 {
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #d4001f;
}

p {
	margin: 0;
}
input, textarea {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	border-spacing: 0;
}
td {
	vertical-align: top;
	padding-right: 10px;
}
ul, ol {
	margin: 8px 0;
	padding-left: 1.4em;
}
ul {
	list-style: circle;
}
li {
	margin: 0.5em 0;
}

/* --------------------- Formular ----------------- */
form {
	margin: 0px;
	padding: 0px;
}
form fieldset {
	margin: 8px 0;
	border: 0px;
	padding: 0px;
}


#content form input, #content form textarea {
	border: 1px solid #dedede;
	width: 300px;
	padding: 1px;
	margin: 2px 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.seminar_form {
	width:180px !important; 
}

/* ---------- klassen ------------------------------>*/
.bildunterschrift {
	font-size: 11px;
	font-weight: bold;
	color: #677389;
}
.img-float-left {
	float: left;
	margin: -2px 20px 12px -4px;
}
.img-float-right {
	float: right;
	margin: -2px -6px 12px 20px;
}

/* ---------- layout ------------------------------->*/
#wrap {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 756px;
	text-align: left;
}
#content, #content-test {
	float: left;
	width: 503px;
	margin: 0;
	padding: 30px 237px 7px 30px;
	text-align: justify;
	background-color: white;
	background-image: url(grafik/backdrop-content.gif);
	background-repeat: repeat-y;
}
#float-rechts {
	float: right;
	text-align: left;
	width: 185px;
	margin: 0 -230px 0 23px;
	font-size: 11px;
	padding: 0 10px 0 15px;
	/*border-left: 1px dotted #677e89;*/
	border-left: 1px solid #a9bbc6;
}
#float-rechts-breit {
	float: right;
	text-align: left;
	width: 327px;
	margin: 0 -230px 10px 23px;
	font-size: 11px;
	padding: 0 10px 0 15px;
	/*border-left: 1px dotted #677e89;*/
}
#float-rechts img, #float-rechts-breit img {
	margin: -3px -10px 5px -7px;
}
#footer {
	width: 770px;
	height: 16px;
	clear: both;
	background: url("grafik/background-footer.gif") no-repeat;
}

/*--------------- navigation ---------------*/
#navigation {
	margin: 0;
	padding: 0;
	width: 770px;
	font-size: 11px;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	text-align: center;
	line-height: 1.2;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	background: url("grafik/tab-off.gif") no-repeat;
	width: 108px;
	height: 31px;
	float: left;
	padding: 9px 0px 2px 0px;
	color: #d4001f;
	text-decoration: none;
}
#navigation ul li a.einzeilig {
	background: url("grafik/tab-off.gif") no-repeat;
	width: 108px;
	height: 24px;
	float: left;
	padding: 16px 0px 2px 0px;
	color: #d4001f;
	text-decoration: none;
}
#navigation ul li a span {
	/*padding: 5px 1em;*/
}
#navigation ul li a:hover span {
	color: #d4001f;
	font-weight: bold;
	text-decoration: none;
}
div#navigation ul li a.active {
	background: url("grafik/tab-on.gif") no-repeat;
	color: #d4001f;
	font-weight: bold;
	text-decoration: none;
}
div#navigation ul li a.active-last {
	background: url("grafik/tab-on-last.gif") no-repeat;
	color: #d4001f;
	font-weight: bold;
	text-decoration: none;
}
div#navigation ul li a.active-einzeilig {
	background: url("grafik/tab-on.gif") no-repeat;
	width: 108px;
	height: 24px;
	float: left;
	padding: 16px 0px 2px 0px;
	color: #d4001f;
	font-weight: bold;
	text-decoration: none;
}
div#navigation ul li a.active-home {
	background: url("grafik/tab-on.gif") no-repeat;
	width: 85px;
	height: 24px;
	float: left;
	padding: 16px 0px 2px 23px;
	color: #d4001f;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/*--------------- unternavigation ---------------*/
#subnavi {
	float: left;
	width: 733px;
	margin: 0;
	padding: 10px 7px 7px 30px;
	text-align: left;
	background-color: white;
	background-image: url(grafik/backdrop-content.gif);
	background-repeat: repeat-y;
	font-size: 11px;
}
#subnavi ul, #subnavi ul li {
	list-style: none;
	margin: 0 2em 0 0;
	padding: 0;
}
#subnavi ul li {
	display: inline;
}
#subnavi ul li a {
	text-decoration: none;
	/*border-bottom: 1px dotted #677e89;*/
	border-bottom: 1px solid #a9bbc6;
}
#subnavi ul li a:hover {
	text-decoration: none;
	font-weight: bold;
}
#subnavi ul li a.active {
	text-decoration: none;
	font-weight: bold;
}

/* --------------- unternavigation spalte --------------*/


ul.subnavi-spalte, ul.subnavi-spalte li {
	list-style: none;
	/*margin: 0 2em 0 0;*/
	padding:  0 0 6px 0;
}

/* ------------------ links -------------------- */
a:link {  color: #d4001f; text-decoration: underline}
a:visited {  color: #d4001f; text-decoration: underline}
a:hover {  color: #d4001f; text-decoration: none}
a:active {  color: #d4001f; text-decoration: none}