body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 8pt;
	color: #5d5d5d;
	background-color: #FFFFB7;
	text-align: center;
}

#top, #jump, #path {
	display: none;
}

#container {
	position: relative;
	margin: 30px auto 30px auto;
	padding: 0;
	width: 669px;
	text-align: left;
	z-index: 0;
	background: #ffffff url(../img/container.gif) repeat-y;
}

#header {
	width: 669px;
	height: 100px;
	margin: 0;
	background: url(../img/header.gif) no-repeat top;
}

#header h1 {
	position: absolute;
	top: 30px;
	margin: 0 0 0 35px;
	padding: 0;
	background: url(../img/header_h1.gif) no-repeat;
	z-index: 6;
}

#header h1 a {
	display: block; 
	width: 396px;
	height: 65px;
	overflow: hidden;
	text-indent: -999999em;
}

#content {
	padding: 0;
	margin: 210px 20px 0 20px;
}

#col1 {
	float: right;
	width: 438px;
	margin: 0;
	padding: 10px 0 0 15px;
	border-top: 3px solid #fcebbe;
	border-left: 1px solid #fcebbe;
	overflow: hidden;
}

#col2 {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 10px 0 5px;
	border-top: 3px solid #fcebbe;
}

#col2 img {
	border: 1px solid #0a4c92;
	margin: 0 15px 0 0;
}

#col2 dd {
	margin: 5px 0 10px 0;
	text-align: left;
}

#col1 a,
#col2 a {
	color: #D65E0F;
	text-decoration: none;
}

#col1 a:hover,
#col1 a:active,
#col2 a:hover,
#col2 a:active {
	text-decoration: underline;
}

#ocls ul {
	list-style: none;
}

#ocls ul span {
	display: none;
}

#ocls ul ul {
	list-style-position: outside;
	list-style-image: url(../img/toolbox_pfeil.gif);
	margin: 2px 0 2px 0;
	padding: 0;
}

h2 {
	display: none;
}

h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	height: 18px;
	width: 320px;
	overflow: hidden;
	line-height: 10px;
	font-size: 12px;
	font-weight: bold;
	z-index: 2;
	color: #D65E0F;
}

h2 span, h3 span, h4 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

h4 {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 26px;
	font-size: 12px;
	font-style: normal;
	z-index: 2;
	color: #D65E0F;
	overflow: hidden;
	text-indent: -9999999px;
	text-align: left;
}

h5 {
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 10px;
	font-size: 11px;
	font-style: normal;
	z-index: 2;
	color: #D65E0F;
}

h6 {
	margin: 10px 0 10px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 10px;
	font-size: 10px;
	font-style: italic;
	z-index: 2;
	color: #D65E0F;
}

ul {
	list-style-position: outside;
	list-style-image: url(../img/li.gif);
	margin: 2px 0 2px 18px;
	padding: 0;
}
ul ul {
	list-style-image: url(../img/list2_bullet.gif);
}

ol {
	list-style-position: outside;
	margin: 2px 0 2px 20px;
	padding: 0;
}

li {
	margin: 0 0 1px 0;
}

table {
	background: none;
	border: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
td, th {
	padding-right: 5px;
	vertical-align: top;
}
th {
	color: #D65E0F;
	margin: 0;
	padding: 0;
}

th p,
td p {
	margin: 0 !important;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 6px 0;
}

#aside {
	position: absolute;
	top: 110px;
	left: 15px;
	margin: 0 20px 0 20px;
	float: left;
}

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

form div {
	position: relative;
	clear: both;
}

form div.odd {
	background: yellow;
}

form div.even {
	background: blue;
}

form h4 {
	margin: 18px 0 0 0;
}

form br {
	clear: both;
}

fieldset {
	padding: 7px 5px 0 5px;
	border: 1px solid #959595;
	width: 400px;
}

label {
	float: left;
	width: 150px;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}

fieldset label {
	width: 144px;
}

fieldset span.label {
	float: left;
	width: 144px;
	margin: 3px 5px 4px 0;
}

fieldset p {
	text-align: right;
	margin: -5px 0 1px 0;
	color: #999;
}

label.required,
span.required {
	background: url(../img/required.png) right center no-repeat;
}

label.error,
b.error {
	background: url(../img/error.png) right center no-repeat;
}

label.label_short {
	float: none;
	width: auto;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}
 
input {
	margin: 0 0 1px 0;
	float: left;
	width: 244px;
	height: 18px;
	border: 1px solid #d1d2d4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #eeeeee;
}
.gmnoprint input {
    height:auto;
    width:auto;
    margin: 0px 1px 0px 1px;
}
input.required,
select.required,
textarea.required {
	border: 1px solid #666666;
	background: #FFFFFF;
}

input.checkbox {
	float: none;
	width: 15px;
	margin: 0 0 3px 135px;
	padding: 0;
	border: none;
	vertical-align: top;
}

fieldset input.checkbox {
	margin: 0 0 3px 130px;
}

fieldset input.haslabel {
	margin: 0 0 3px 0;
}

fieldset input.multi {
	margin: 0 0 3px 15px;
}

label.checkbox {
	position: relative;
	display: inline;
	margin: -20px 0 0 150px;
	width: auto;
}

select {
	width: 244px;
	height: 20px;
	border: 1px solid #d1d2d4;
	background: #eeeeee;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

optgroup {
	background-color: #245f9b;
	color: #ffffff;
	font-style: normal;
}
option {
	padding: 3px 0 0 0;
	background-color: #ffffff;
	color: #000000;
}

textarea { 
	width: 244px;
	height: 85px;
	border: 1px solid #d1d2d4;
	background: #eeeeee;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

input.quarter  {
	width: 58px;
	margin-right: 2px;
}
input.half {
	width: 118px;
	margin-right: 2px;
}
input.threequarter {
	width: 182px;
	margin-right: 2px;
}

select.quarter {
	width: 58px;
	margin-right: 2px;
}
select.half {
	width: 118px;
	margin-right: 2px;
}
select.threequarter {
	width: 182px;
	margin-right: 2px;
}

input.error,
select.error {
	border: 1px solid #962020;
}

input.submit {
	height: 16px;
	width: 120px;
	margin: 2px 2px 0 155px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #666666 url(../img/required.png) 141px 50% no-repeat;
	cursor: pointer;
	border: 1px solid #999999;
	color: #ffffff;
}

input.submitmulti {
	margin: 2px 2px 0 15px;
}

#mferror {
	margin: 8px 0 8px 0;
	padding: 7px 5px 0 5px;
	width: 400px;
	color: #962020;
	border: 1px solid #962020;
	border-left: 1px dotted #d1d2d4;
	border-right: 1px dotted #d1d2d4;
}

#mferror h4 {
	color: #962020;
}

#mferror_hidden {
	display: none;
}
span.input_error {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 6px 150px;
	color: #962020;
	text-align: left;
}

#menu {
	width: 172px;
	height: 27px;
	margin: 0;
	padding: 0;
	z-index: 8;
}
		
#menu ul{
	list-style: none;
	width: 172px; 
	height: 27px;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
		
#menu ul li{
	display: block;
	margin: 0;
	padding: 0;	
}
		
#menu ul li span {
	display: none;
}
		
#menu ul ul {
	display: block;
	width: 172px; 
	position: absolute;
	padding: 0;
	list-style-image: none;
}
		
#menu ul ul li {
	position: relative;
	display: block;
	float: left;
	width: 172px;
	height: 27px;
	background: none;
}

#menu ul ul li span {
	display: none;
}

#menu ul ul li a {
	display: block;
	height: 27px;
	text-align: left;
	overflow: hidden;
	text-indent: -9999999px;
}
#menu ul ul li a:hover {
	background-position: 0 -100%;
}
#menu ul ul li.active a, 
#menu ul ul li a:active, 
#menu ul ul li a.active, 
#menu ul ul li a:focus{
	 background-position: 0 -200%;
}

#menu ul ul li.active {
	display: block;
}

#menu ul ul ul {
	display: none;
	position: absolute;
	padding: 0;
	width: 172px;
	list-style-image: none;
}

#menu ul ul ul li {
	width: 172px;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	height: 27px;
	text-align: right;
	float: none;
	display: block;
}

#menu ul ul ul a {
	display: inline;
	color: #0a4c92;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding: 0;
	white-space: nowrap;
	font-size: 10px;
	height: 27px;
	line-height: 27px;
	overflow: visible;
	text-indent: 0;
}

#menu ul ul li.active ul,
#menu ul ul ul li.active,
#menu ul ul ul li a:active {
	display: block;
	text-align: right;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active, #menu a:active {
	text-decoration: underline;
}

/* --- Media Bildwechsler --- */
#mediacontent {
	position: absolute;
	right: 20px;
	top: 105px;
	text-align: right;
}

#media {
	position: relative;
	left: 0;
	top: 0;
	width: 438px;
	height: 201px;
	overflow: hidden;
}

#media img {
	border: 0;
}

/* --- Sprachauswahl --- */
#lang {
	position: absolute;
	left: 450px;
	top: 60px;
	overflow: hidden;
}

#lang ul {
	display: block;
	height: 12px;
	width: 200px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5000;
}

#lang ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#lang ul li span,
#lang ul li ul li.na {
	display: none;
}

#lang ul li ul {
	margin: 0;
	padding: 0;
}

#lang ul li ul li {
	list-style: none;
	float: left;
	padding: 0 6px 0 5px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 6pt;
	letter-spacing: 1pt;
	color: #D65E0F;
	border-left: 1px solid #D65E0F;
	margin-left: -1px;
}

#lang ul li ul li a {
	float: left;
	overflow: hidden;
	color: #D65E0F;
	text-decoration: none;
}

#lang ul li ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#lang ul li ul li.active {
	display: none;
}

#footer {
	float: none;
	clear: both;
	height: 60px;
	background: url(../img/footer.gif) no-repeat bottom;
	padding: 0 20px 20px 20px;
}

address {
	width: 625px;
	position: relative; 
	color: #959595;
	padding: 30px 0 10px 0;
	font-size: 7pt;
	font-style: normal;
	letter-spacing: 1pt;
	text-align: center;
}

address a {
	position: relative;
	color: #D65E0F;
	text-decoration: none;
}

address a:hover,
address a:active {
	text-decoration: underline;
}

#agentur_net {
	clear: both;
	padding: 0;
	display: inline;
	margin: 20px 0 25px 0; 
	float:left;
	font-size: 17px;
	overflow: hidden;
	position: absolute;
	bottom: 0px; 
	right: -12px; 
	width: 18px;
	height: 105px;
}

#agentur_net span {
	display: none;
}

#agentur_net a strong { 
	display: block;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#agentur_net a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/agentur_net_logo.png) no-repeat;
	text-indent: -9999999px;
}

#col2 .csc-textpic-imagecolumn {
	float: right !important;
	margin-left: 10px;
}

.csc-uploads-fileSize {
	white-space: nowrap;
}

#col1 div.box,
#col1 div.tx-thmailformplus-pi1 {
	display: block;
	width: 418px;
	left: 0;
	margin: -10px 0 5px 0;
	padding: 0 10px 10px 10px;
	background: #fae2a6 url(../img/box438b.gif) bottom no-repeat;
}

#col1 div.tx-thmailformplus-pi1 {
	padding: 0;
}

#col1 form h4,
#col1 #mferror h4 {
	text-indent: 0;
	line-height: 18px;
}

#col1 h6 {
	height: 40px;
	background: #fae2a6 url(../img/box438t.gif) top no-repeat;
	margin: 0 0 -46px 0;
	padding: 0;
}

#col1 div.box_head {
	height: 10px;
	background: #fae2a6 url(../img/box438t.gif) top no-repeat;
	margin: 0;
	padding: 0;
}

#col1 div.box {
	padding-top: 0 !important;
}

#col1 div.csc-textpic-intext-left-nowrap {
	display: block;
	width: 438px;
	height: 190px;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fae2a6 url(../img/box190.gif) right no-repeat;
}

#col1 div.csc-textpic-text {
	padding-right: 10px;
}

#col1 div.csc-textpic-text h4 span {
	left: 0 !important;
}

#col2 h6 {
	height: 10px;
	background: #fae2a6 url(../img/box_col2t.gif) top no-repeat;
	margin: 16px 0 0 0;
	padding: 0;
}

#col2 p {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: #fae2a6 url(../img/box_col2b.gif) bottom no-repeat;
}
