@import "/fileadmin/designs/flex-content/common.css";

/* ---------------------------------------- */
/* Allgemeine Formatierungen */
/* ---------------------------------------- */
html {
	background: #749bc4;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ededed;
	text-align:center;
	line-height:1.5;
	background: #5e88b2 url(../images/bg_all.png) repeat-x top left;
}

h1 {
font-size:22px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h4 {
font-size:12px;
}

h1, h2, h3, h4 {
	color:#ffe43d;
	/*margin:0px;*/
}

.left_col h1 {
	margin-top:0px;
}

p {
	/*margin:17px 0;*/
	margin-top:0;
}


a {
	color:#ededed;
}

a:hover {
	color:#ffe43d;
}

hr {
	height: 1px;
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #fff;
}

fieldset {
	margin:0;
	padding:0;
	border:none;
}

legend {
	display:none;
}

/* RTE Klassen*/

.rot {
color:red;
}

.gruen {
color:green;
}

.gelb {
color:yellow;
}

.small {
font-size:10px;
}

/* ---------------------------------------- */
/* Head */
/* ---------------------------------------- */

img.clear {
	height:78px;
	width:1px;
}


#logo {
	width:800px;
	padding:0 50px;
	margin:0 auto;
	text-align:right;
	background: right bottom no-repeat;
}

#menu {
	padding:0 50px;
	width:800px;
	height:50px;
	margin: 0 auto;
	background:url(../images/menu.png) no-repeat 50px top;
}

#menu_head{
display:none;	
}

#menu_body {
	height:39px;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
}

.menu_sep {
display:none;
}

.menu_end {
display:none;
}

#spacer {
	height:22px;

}

/* ---------------------------------------- */
/* Inhalt */
/* ---------------------------------------- */

#main {

	line-height:18px;
}

#content_head {
	margin: 0 auto;
	padding:0 50px;
	height:10px;
	width:800px;
	background:url(../images/content_head.png) no-repeat 50px top;

}

#content_body, #footer1 {
	margin: 0 auto;
	width: 800px;
	padding:0 50px;
	background:url(../images/content_body.png) repeat-y 50px top;
	text-align:left;
}


#content_body {
	padding-top:12px;
	padding-bottom:48px;
	clear:left;
	min-height:300px;
}

#contentbox {
	padding:0 25px;
}

#clear,
.clear {
	clear:both;
	height:0px;
}

#content_body img.clear {
	float:left;
	height:120px;
	width:1px;
}

/* ---------------------------------------- */
/* Foot */
/* ---------------------------------------- */

#footer1 {
	text-align:center;
	font-size:10px;
	color:#fff;
	padding-bottom:0px;

}

#footer1 a {
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}

#footer1 a:hover {
	color:#ffe43d;
}

#footer2 {
	height:100px;
	width:900px;
	background:url(../images/content_foot.png) #000000 no-repeat left top;
	margin: 0 auto;
}

#footer_wrap {
	background:url(../images/bg_all2.png) repeat-x top left;
	height:120px;
}

/* ---------------------------------------- */
/* Ausklappbares Menü */
/* ---------------------------------------- */

div#menu_body div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
	padding: 0;
}

ul#Navigation a, ul#Navigation li.act a {
	text-align:center;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:16px 20px 18px;
}

ul#Navigation li.act a, ul#Navigation li a:hover {
	color:#ffe43d;
}

/* Zweite Ebene*/

ul#Navigation li ul {
  	margin: 0; 
	padding: 0 0px;
    position: absolute;
	width:183px;
	background:url(../images/dropdown_top.png) no-repeat top left;
    top: 50px; left: 20px;
    display: none;  
}

ul#Navigation li:hover ul {
    display: block;
	padding-top:4px;
}

ul#Navigation li ul li {

    clear: left;
    display: block;
	width:183px;
	font-size:12px;
	font-weight:bold;
	background: url(../images/menu_bg.png) repeat-y left top;
	
}

ul#Navigation li ul li.li_sep {
	display:none;
}	
  
ul#Navigation li ul li.li_bottom {
  	width:183px;
  	height:6px;
	background:url(../images/dropdown_bottom.png) no-repeat bottom left;
	
}	
		
ul#Navigation li ul li a, ul#Navigation li.act ul li a, ul#Navigation li ul li a:hover {
    padding:5px 0 7px 10px;
	width:173px;
	text-align:left;
	color:#fff;
}


 ul#Navigation li ul li a:hover, ul#Navigation li:hover ul li.act a {
	color:#ffe43d;
}


/* Dritte Ebene*/

ul#Navigation li:hover ul li{
list-style: none;
   	 float: left;
    	position: relative;
	padding: 0;
}

ul#Navigation li:hover ul li ul {
	border-top:1px solid #e5e5e5;
    	top: 10px; left: 182px;
   	display: none;  
}

ul#Navigation li:hover ul li:hover ul {
    	display: block;
	padding-top:4px;
}

/* ############################### */
/* Text mit Bild links oder rechts */
/* ############################### */

.bildimtext_rechts .bild {
	padding: 3px 0 10px 20px;
	float:right;
}

.bildimtext_links .bild {
	padding: 3px 20px 10px 0;
	float:left;
}

.bildimtext_links, .bildimtext_rechts {
	margin-bottom:21px
}

.zwei_spalten_links .text p {
	margin-right: 4px;
}

.zwei_spalten_rechts .text p {
	margin-left: 4px;
}

.zwei_spalten_links .bildimtext_links, .zwei_spalten_links  .bildimtext_rechts {
	margin-right:5px;
}

.zwei_spalten_rechts .bildimtext_links, .zwei_spalten_rechts  .bildimtext_rechts {
	margin-left:5px;
}


/* ############################### */
/* Tabellen */
/* ############################### */

table.contenttable {
	border-collapse:collapse;
	font-size:12px;
	/*margin-left:25px;*/
	clear:both;
}

.left_col table.contenttable,
.right_col table.contenttable,
.drei_spalten table.contenttable {
	clear:none;
	margin-left:0px;
}

.drei_spalten table.contenttable {
	margin-left:0px;
}

table.contenttable-0 td {
	padding:5px 10px;
	border-bottom:1px solid #9f9f9f;
}

table.contenttable-0 th {
	text-align:left;
	font-weight:normal;
	border-bottom:2px solid #9f9f9f;
	padding:5px 10px;
}

table.contenttable-1 td,
table.contenttable td {
	padding:5px 10px;
	border-bottom:1px solid #fff;
}

table.contenttable-1 th,
table.contenttable thead td {
	background:url(../images/th-c.png) #013763 repeat-x left top;
	padding:0px 10px;
	height:25px;
	border-bottom:1px solid #fff;
}

table.contenttable-1 th.td-0{
	border-left:1px solid #fff;
}

table.contenttable-1 th.td-last{
	border-right:1px solid #fff;
}

table.contenttable p {
	margin:0;
	padding:0;
}

/* ############################### */
/* RTE TABLE */
/* ############################### */

.text table {
	width:100%;
	background-color:transparent;
	border-collapse:collapse;
	border-bottom:1px solid #023763;
	margin-bottom:10px;
	}
	
.text thead {
	background: #023763;
	}
		
.text thead td {
	font-weight:bold;
	padding:4px;
	}
	
.text td {
	padding:4px;
	}	
	

/* ############################### */
/* News */
/* ############################### */

.news-list-item,
.news-single-item {
	margin:15px 0;
}


.news-single-timedata {
	float:right;
}

.left_col .news-list-item,
.right_col .news-list-item,
.drei_spalten .news-list-item, 
.left_col .news-single-item,
.right_col .news-single-item,
.drei_spalten .news-single-item{
	margin:0;
}

.news-list-item a, 
.news-single-item a,
div.news-catmenu a {
	color: #fff;
}

.news-list-item a:hover, 
.news-single-item a:hover,
div.news-catmenu a:hover  {
	color: #ffe43d;
	text-decoration:none;
}

div.news-catmenu {
	margin-left:25px;
}

.news-single-item hr.clearer {
	display:none;
}

.news-single-item h2,
.news-list-item h2,
.news-list-item  h3 {
	/*margin:0;*/
	color:#fedc00;
}

.news-single-item .body h3 {
	/*font-size: 12px;*/
}

p.news-catmenu-header {
	margin-bottom:3px;
}

div.news-catmenu {
	margin-bottom:18px
}



/* ############################### */
/* Formular */
/* ############################### */

/*
.tx-advmailform-pi1 {
	margin:0;
	padding:0;
}

.tx-advmailform-pi1 form {
	margin-top:10px;
	padding:0;
}


.tx-advmailform-pi1 input, .tx-advmailform-pi1 textarea  {
	border: 1px solid #023763;
	background-color:#FFF;
}

.tx-advmailform-pi1 input[type="hidden"] {
	height:0;
	margin:0;
	padding:0;
	width:0;
	}
	
.tx-advmailform-pi1 .amf_item {
	clear:none;
	}
	
.tx-advmailform-pi1 .amf_input {
	margin:0;
	
	}	*/
	
.tx-advmailform-pi1 {
	margin:0;
	padding:0;
}

.tx-advmailform-pi1 form {
	margin-top:0px;
	padding:0;
}
	
.tx-advmailform-pi1 .amf_item {
	clear:none;
	}
	
.tx-advmailform-pi1 .amf_input {
	margin:0;
	
	}		


.amf_input input,
.amf_input textarea {width:160px;
border: 1px solid #023763;
}
input#city {width:103px}
input#zip {width:50px; margin-right:5px;}


.amf_value input {
width:13px;
border:none;
}

input#action_back {
border: 1px solid #023763;
background-color: #023763;
color:#fff;
width:80px;
}

input#action_next,
input#action_submit {
border: 1px solid #023763;
background-color: #023763;
color:#fff;
margin-left:232px;
width:80px;
}

input#action_next:hover,
input#action_submit:hover,
input#action_back:hover {
background-color: #fff;
color:#023763;
}

#amf_captcha {
margin-bottom:10px
}

.amf_item {
min-height:18px
}


/* ############################### */
/* Bilder */
/* ############################### */

.csc-header h1 {
	/*margin:18px 0;*/
}

.left_col .csc-header h1,
.right_col .csc-header h1
.drei_spalten .csc-header h1 {
	margin-left:0px;
}

div.csc-textpic {
	margin:0 25px;
}

dd.csc-textpic-caption {
	padding-top: 5px;
}

/* ############################### */
/* Gästebuch */
/* ############################### */

.tx-veguestbook-pi1,
h1.csc-firstHeader {

}

.left_col .tx-veguestbook-pi1,
.right_col .tx-veguestbook-pi1,
.drei_spalten .tx-veguestbook-pi1 {
	margin:0;
}

.tx-veguestbook-pi1 form fieldset {
padding:0;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
width: 10em;
}


.tx-veguestbook-pi1 h2.tx-guestbook-header {

clear: both;
background-color: transparent;
border-bottom: 1px solid #003662;
color: #fedc00;
font-size: 12px;
font-weight: bold;
padding:0;
width: 37em;
}

tx-guestbook-clear {
display:none;
}

.tx-veguestbook-pi1 .tx-guestbook-left,
.tx-veguestbook-pi1 .tx-guestbook-right {
background-color:transparent;
padding:0;
}

.tx-veguestbook-pi1 .tx-guestbook-left p,
.tx-veguestbook-pi1 .tx-guestbook-right p,
.tx-veguestbook-pi1 .tx-guestbook-left p a,
.tx-veguestbook-pi1 .tx-guestbook-right p a {
color:#ededed;
margin:0;
text-decoration:none;
}

.tx-veguestbook-pi1 .tx-guestbook-left a:hover {
	color:#ffe43d;
}

h1.csc-firstHeader {
margin-bottom:5px;
}

.left_col .tx-veguestbook-pi1 h2.tx-guestbook-header,
.right_col .tx-veguestbook-pi1 h2.tx-guestbook-header,
.drei_spalten .tx-veguestbook-pi1 h2.tx-guestbook-header, 
.left_col .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea,
.right_col .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea,
.drei_spalten .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea,
.drei_spalten .tx-veguestbook-pi1 .tx-guestbook-right {
width:98%
}

.left_col .tx-veguestbook-pi1 .tx-guestbook-clear,
.left_col .tx-veguestbook-pi1 h2.tx-guestbook-header,
.right_col .tx-veguestbook-pi1 .tx-guestbook-clear,
.right_col .tx-veguestbook-pi1 h2.tx-guestbook-header,
.drei_spalten .tx-veguestbook-pi1 .tx-guestbook-clear,
.drei_spalten .tx-veguestbook-pi1 h2.tx-guestbook-header {
clear:none
}

.left_col .tx-veguestbook-pi1 .tx-guestbook-left,
.left_col .tx-veguestbook-pi1 .tx-guestbook-right,
.right_col .tx-veguestbook-pi1 .tx-guestbook-left,
.right_col .tx-veguestbook-pi1 .tx-guestbook-right,
.drei_spalten .tx-veguestbook-pi1 .tx-guestbook-left,
.drei_spalten .tx-veguestbook-pi1 .tx-guestbook-right {
float:none
}

/* ############################### */
/* Forum */
/* ############################### */

#tx_chcforum-pi1 {
margin: 0 25px;
}

#tx_chcforum-pi1 .header_small {
border: 1px solid #e5e5e5;
border-top:none
}

#tx_chcforum-pi1 .header_text {
background: #013763 url(../images/th-c.png) repeat-x;
font-size:14px;
color:#fedc00;
}


.tx-chcforum-pi1-preTableWrap {
background:transparent;
border:none;

} 

.tx_chcforum-pi1-toolBar {
background:transparent;
border:none;
border-bottom: 1px solid #e5e5e5;
} 


.tx-chcforum-pi1-navPath {
background:transparent;
border:none;
color:#ffe43d;
} 


#tx_chcforum-pi1 a {
color:#ededed;
text-decoration:none;
}

#tx_chcforum-pi1 a:hover {
color:#fee43d;
}

.tx-chcforum-pi1-Table {
border: none;
border-collapse:collapse;
}

.tx-chcforum-pi1-Table thead tr th {
background: #013763  url(../images/th-c.png) repeat-x left top;
border:none;
border-bottom:1px solid #e5e5e5;
font-size:12px;
}

.tx-chcforum-pi1-Table tbody tr th {
background-color: transparent;
border-bottom:1px solid #e5e5e5;
font-size: 12px
}

table.tx-chcforum-pi1-Table tbody tr td,
table.tx-chcforum-pi1-Table,
.tx-chcforum-pi1-pageLinksTop, 
.tx-chcforum-pi1-pageLinksBtm, 
.tx-chcforum-pi1-postTableWrap,
.tx-chcforum-pi1-linkUp  {
background-color: transparent;
border:none;
color:#ededed;
}

.tx-chcforum-pi1-postForm {
background:transparent;
border:1px solid #ededed;
}

.tx-chcforum-pi1-postForm #formWhere {
background: transparent;
border:none;
font-size:12px;
}

.tx-chcforum-pi1-postForm fieldset#formTop legend,
.tx-chcforum-pi1-postForm fieldset#formTop,
.tx-chcforum-pi1-postForm fieldset#formBottom legend,
.tx-chcforum-pi1-postForm fieldset#formBottom,
.tx-chcforum-pi1-postForm fieldset,
.tx-chcforum-pi1-singlePost div.author,
.tx-chcforum-pi1-singlePost div.text,
.tx-chcforum-pi1-singlePost div.scroller,
.tx-chcforum-pi1-singlePost div.edit,
.tx_chcforum-pi1-profileHdrBig,
.tx_chcforum-pi1-profile_hdr,
.tx-chcforum-pi1-profileBorder {
background-color: transparent;
border:none
}

.tx-chcforum-pi1-singlePost div.author {
height:53px;
}

.tx-chcforum-pi1-singlePost {
border:1px solid #ededed;
}

.tx-chcforum-pi1-singlePost div.author,
.tx-chcforum-pi1-singlePost div.text {
border-bottom:1px solid #ededed;
}

.tx-chcforum-pi1-postForm {
padding:0
}

.tx-newloginbox-pi1 {
margin:5px 25px
}

form#ulist, form#search {border-top:none}

.tx-chcforum-pi1-FooterBox {
background-color:transparent;
border:none;
}

.tx-chcforum-pi1-Table tbody tr td {
padding: 2px 5px;
}

#numberDisplay {
color:#000;
}

/* ############################### */
/* Sprachauswahl */
/* ############################### */

.language {
	width:300px;
	float:left;
	padding-top:10px;
}

.tx-srlanguagemenu-pi1 {
width:802px;
margin:0px auto;
padding-top:5px;
}

.tx-srlanguagemenu-pi1 .CUR a,
.tx-srlanguagemenu-pi1 .NO a,
.tx-srlanguagemenu-pi1 .SPC {
	color: #fff;
	text-decoration:none;
}

.tx-srlanguagemenu-pi1 .NO a {
font-weight:normal
}

.tx-srlanguagemenu-pi1 .CUR a:hover,
.tx-srlanguagemenu-pi1 .NO a:hover   {
	color: #FFE43D;

}

.tx-srlanguagemenu-pi1 .CUR img {
display:none;
}

.tx-srlanguagemenu-pi1 div {float:right}

.tx-srlanguagemenu-pi1 .clear-left {
clear:left;
}

/* ############################### */
/* Lightbox */
/* ############################### */

#lightbox #caption {color:black;}

dd.csc-textpic-caption {text-align:center; display:block;}

#overlay {display:none;}
