/* Farben
dunkles hellt�rkis: #a1c6cf
helles hellt�rkis: #cbe0e4
helles hellgr�n: #dde9c3
dunkelt�rkis: #005564
gelb: #ffcc00
grau: #3c3c3c
*/
html, body {
	height:98%;
	margin:0px;
	padding:5px;
	color:#3c3c3c;
	font-family:Arial,sans-serif;
	font-size:12px;
}
body {
	background-color:white;
}
a {
	color:#005564;
}
a:hover {

}

img {
	border:0px;
}

img.gwv-rahmen,
div.csc-textpic img.gwv-rahmen {
	border:1px solid #005564;
}

h1, h2, h3, h4 {
	padding:0px;
	margin:0px 0px 8px 0px;
	color:#005564;
	line-height:20px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	font-weight:normal;
}

#content_normal h2 {
	font-weight:bold;
}

h3 {
	font-size:14px;
}

th {
	font-size:12px;
	text-align:left;
}

td {
	font-size:12px;
	color:#3c3c3c;
	vertical-align:top;
}

p {
	padding:0px;
	margin:0px 0px 5px 0px;
}

ul {
	list-style-type:square;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

ol {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

li {
}

fieldset {
	border:0px solid;
	padding:0px;
	margin:0px;
}

legend {
	font-size:14px;
}

input, select, textarea {
	border: 1px solid #005564;
	margin: 0px 0px 4px 0px;
	padding:2px;
	font-size:12px;
	font-family:Arial,sans-serif;
	width:200px;
}

textarea {
	width:430px;
	height:100px;
}

hr {
	border:0px solid black;
	border-top:1px solid #005564;
}

.clear {
	clear:both;
}

p.bodytext {
	margin:0px;
	padding:0px 0px 10px 0px;
}

.center {
	margin:0px auto;
	width:984px;
}

.yellow {
	color:#ffcc00;
}

.klein {
	font-size:10px;
}

.gwvgruen {
	color:#005564;
}

.nach_oben a {
	display:block;
	height:15px;
	width:25px;
	float:right;
	background-image:url(img/arrow_up.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}


.backlink a {
	display:block;
	width:70px;
	background-color:#005564;
	background-image:url(img/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:6px 5px;
	padding:3px 0px 3px 20px;
	margin:20px 0px 0px 0px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

p.gwvsprungpunkt {
	background-image:url(img/search_submit.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:2px 0px 2px 15px;
}

.error {
	color:red;
}

.header {
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height:181px;
}

/*.lang_en .header {
	background-image:url(img/header_english.jpg);
}/**/

.header #header-navi {
	padding: 25px 0 0 0;
	float:right;
}

.header #header-navi span {
    display:block;
    width:168px;
    float:left;
	text-align:center;
}

.header #header-navi span a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.header .home {
	display:block;
	float:left;
	height:80px;
	width:700px;
}

.header #search {
	float:right;
	color:#ffcc00;
	margin:75px 0px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	clear:right;
}

.header #search input {
	width:149px;
}

.header #search .tx-macinasearchbox-pi1 input {
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
}


.header #search a {
	color:#ffcc00;
}

/*
.contents .content_main {
	background-color:yellow;
	min-width:50%;
}

.contents #content_normal {
}

.contents #content_script {
}

.contents #content_right {
	background-color:lightgreen;
}

.contents #content_border {
	background-color:lightblue;
	width:200px;
}
*/

.contents {
	position:relative;
}

.contents .left {
	float:left;
	width:166px;
	background-color:#cbe0e4;
	overflow:hidden;
}

#targetgroup .frame {
	margin:30px 0px 0px 0px;
	padding:1px 0px;
	border-top:1px solid #005564;
	border-bottom:1px solid #005564;
}

#targetgroup h1 {
	margin:0px;
	padding:6px 10px;
	background-color:#005564;
	color:white;
	text-transform:uppercase;
	font-size:16px;
	font-family:Arial Narrow,Arial,sans-serif;
	font-weight:bold;
}

#targetgroup #targetgroup_selection {
	padding:10px 0px 8px 10px;
	border-bottom:1px solid #005564;
}

#targetgroup #targetgroup_selection form {
	padding:0px;
	margin:0px;
}

#targetgroup #targetgroup_selection select {
	padding:0px;
	width:130px;
}

#targetgroup #targetgroup_selection select option {
	
}

#targetgroup #targetgroup_selection img {
	padding:0px 0px 0px 5px;
}

.contents #content_left {
	background-color:gray;
}

.contents .middle {
	position: relative;
	width:620px;
	margin:0;
	padding:0;
	padding-left:10px;
	min-height:300px;
	float:left;
}

.contents #content_normal {
}

.contents #content_script {

}

.contents #content_right {
	background-color:lightgreen;
}

.contents .right {
	margin:0;
	padding:0;
	float:right;
	width:177px;
	overflow:hidden;
}

.contents #content_border {
}

.contents #content_border h1 {
	margin:0px 0px 3px 0px;
}

.contents #content_border .csc-header {
	background-color:#005564;
	font-size:13px;
	font-weight:bold;
	padding:6px 5px 2px 7px;
	border-bottom:1px solid white;
}

.contents #content_border .csc-header h1,
.contents #content_border .csc-header h1 a {
	color:white;
	font-size:13px;
	text-decoration:none;
}
	
.contents #content_border .csc-textpic-image img {
	border-bottom:1px solid #005564;
}

.contents #content_border a {
	color:#005564;
}

.contents #content_border div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0px;
}

.contents #content_border .csc-textpic-text {
	padding:4px 0px 10px 0px;
}

.contents #content_border .csc-textpic-text a {
	background-image:url(img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 0px 10px;
}

.contents #content_border div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  padding-bottom: 0px;
}

.footer {
	clear:both;
	padding:20px 0px 0px 0px;
}

.footer p {
	padding:5px 0px 0px 0px;
	border-top:1px solid #005564;
	text-align:right;
}

.footer p #footer-navi span {
	padding:0px 4px;
}

/* CSS Styled Content */

.csc-textpic-caption {
	font-size:90%;
	font-weight:bold;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #005564;
}


/* Untertitel aus Seiteneigenschaften */
#subtitle {
	margin:0px;
	padding:0px;
}

#subtitle h1 {
	font-size:130%;
	padding:0px;
	margin:0px;
}

/* �berschrift der Inhaltselemente auf einer Seite */
/* �berschrift des ersten Inhaltselementes auf einer Seite */

.csc-header h1,
h1.csc-firstHeader {
	clear:both;
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #005564;
	margin:10px 0px 10px 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0px !important;
	padding-bottom:10px;
}

/* Text (umflie�end) / Bild (links) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 0px !important; /* Abstand Text / Bild bzw. Bilder untereinander */
}


/* Text (umflie�end) / Bild (rechts) */
/*DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 20px !important; /* Abstand Text / Bild bzw. Bilder untereinander */
}*/

div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:20px !important;
	margin-bottom:0px !important;
}

/* Abstand Text / Bild
--> Einstellen in TS: tt_content.image.20.textMargin = 20 */


/***** KONTAKT *****/

/* Submit-Button */
#page_kontakt #content_script .field_submit input,
.csc-mailform #field_formtype_mail input,
.tx-thmailformplus-pi1 .field_submit input,
.submit,
.csc-mailform-submit,
.pollsubmit {
	background-color: #cbe0e4;
	border: 1px solid #005564;
}

/* super extended contact ;) */

#page_kontakt #content_normal {
	clear:both;
}

#page_kontakt #contactform {
	margin:10px 0px 0px 0px;
}

#page_kontakt #content_script {
}

#page_kontakt #content_script div {
	float:left;
	padding:0px 5px 0px 0px;
}

#page_kontakt #content_script div.error {
	float:none;
	color:red;
	padding:4px 0px;
}

#page_kontakt #content_script div.subfield {
	padding:0px 0px 0px 0px;
}

#page_kontakt #content_script div label {
	display:block;
}

#page_kontakt #content_script div select {
}

#page_kontakt #content_script div input {
	width:207px;
}

#page_kontakt #content_script div textarea {
	width:510px;
}

#page_kontakt #content_script div.checkbox label {
	display:inline;
	padding:0px 0px 0px 5px;
}

#page_kontakt #content_script div.checkbox input {
	width:16px;
}

#page_kontakt #content_script .field_salutation {
	clear:both;
}

#page_kontakt #content_script .field_salutation select {
	width:60px;
}

#page_kontakt #content_script .field_contact input,
#page_kontakt #content_script .field_name input {
	width:220px;
}

#page_kontakt #content_script .field_message {
	clear:both;
}

#page_kontakt #content_script .field_no input {
	width:30px;
}

#page_kontakt #content_script .field_zip input {
	width:50px;
}

#page_kontakt #content_script .field_phone {
	clear:both;
}

#page_kontakt #content_script .field_submit {
	clear:both;
}

#page_kontakt #content_script .field_beratung {
	clear:both;
	width:100%;
	padding:0px 0px 6px 0px;
}

#page_kontakt #content_script .field_beratung input {
	border:0px solid black;
	padding:0px;
	margin:0px;
}

#page_kontakt #content_script .field_captcha {
	clear:both;
	margin:10px 0px;
	width:100%;
}

#page_kontakt #content_script #fields_for_beratung {
	clear:both;
	margin:0px 0px 6px 0px;
}

#page_kontakt #content_script #fields_for_per_phone {
	clear:both;
}

#page_kontakt #content_script .field_per_email input {
	border:0px solid black;
}

#page_kontakt #content_script .field_per_phone input {
	border:0px solid black;
}

#page_kontakt #content_script div .field_when input {
	width:510px;
}

#page_kontakt #content_script div .field_when label {
	width:510px;
}

#page_kontakt #content_script div.back {
	clear:both;
}

/***** KONTAKT *****/

.csc-mailform div {
}

.csc-mailform label {
  clear: both;
  float: left;
  width: 180px;
}

.csc-mailform input, textarea {
  float: left;
  width: 200px;
  margin: 2px 0 2px 0;
}

.csc-mailform input.csc-mailform-checkbox,
.csc-mailform input.csc-mailform-radio {
  width: auto;
  border: none;
}

.csc-mailform select {
  float: left;
  width: 200px;
}

.csc-mailform .csc-mailform-submit {
  margin: 10px 0 0 180px;
  clear: both;
}

/***** Kontaktformular Mailformplus *****/

.tx-thmailformplus-pi1 fieldset div {
	float:left;
	padding:0px 5px 10px 0px;
}

.tx-thmailformplus-pi1 label {
	display:block;
}

.tx-thmailformplus-pi1 fieldset div div.error {
	float:none;
	padding:0px;
}

.tx-thmailformplus-pi1 input,
.tx-thmailformplus-pi1 textarea,
.tx-thmailformplus-pi1 checkbox,
.tx-thmailformplus-pi1 radio {

}

.tx-thmailformplus-pi1 .field_message,
.tx-thmailformplus-pi1 .field_contact_me,
.tx-thmailformplus-pi1 .field_upload,
.tx-thmailformplus-pi1 .field_captcha,
.tx-thmailformplus-pi1 .field_submit {
	clear:both;
}

.tx-thmailformplus-pi1 .field_captcha img {
	clear:both;
	float:left;
}

/***** Frontend User Register *****/

/* Ueberschreibe CSS-Styles */
.tx-srfeuserregister-pi1 a {
	background-image:url();
	padding:0px;
	text-decoration:underline;
}

.tx-srfeuserregister-pi1 p {
	margin:0px;
	padding:0px;
}

.tx-srfeuserregister-pi1 h4 {
	margin: 0px;
	padding: 0px;
}

/***** News *****/
#page_news_js .news-list-container .news-list-item {
	background-color:lightgreen;
	padding:3px 3px 1px 3px;
	margin:0px 0px 10px 0px;
}

#page_news_js .news-list-container .news-list-item h3 {
	cursor:pointer;
}

#tipafriend {
}

#tipafriend td {
	padding-bottom:5px;
}

/***** Suche *****/
#page_suche .tx-indexedsearch-redMarkup {
	color:#005564;
}

/***** Werbeformen *****/
#page_werbeformen_online img.gwv-rahmen,
#page_werbeformen_buecher img.gwv-rahmen,
#page_werbeformen_zeitschriften img.gwv-rahmen {
	margin:0px 5px 20px 0px;	
}

#page_werbeformen_online h2 a {
	font-size:16px;	
	font-weight:bold;
}

/***** PAGE WIR FUER SIE *****/

#page_wirfuersie #content_normal .csc-header h1,
#page_wirfuersie #content_normal h1.csc-firstHeader {
	margin:0px 0px 10px 0px;
}


/***** OTHER *****/

.tx-onetrandomcontent-pi1 .element {
	display: none;
}

* html body .tx-onetrandomcontent-pi1 .element {
	display: block;
}

.tx-onetrandomcontent-pi1 .element:first-child {
	display: block;
}

/***** SLIDESHOW *****/

#gwv_flow_details {
	margin: 1em 0 0 0;
}

#gwv_flow_details img {
	float: right;
}

/***** FLASHLAYER *****/

#flashlayer {
	position: absolute;
	top: 0px;
	left: 10px;
	-left: 10px;
	-top: 0px;
	z-index: 500;
	display: none;
}

#flashlayer embed {
   z-index: 999;
}

/***** UMFRAGE *****/

.tx-jkpoll-pi1 input.pollanswer {
	width: auto !important;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.tx-jkpoll-pi1 label {
}
