/* standard */

html, body, p {
margin:0;
}



body {
position:relative;
text-align:center;
font-size: 12px;
font-family : verdana, arial, hevetica, sans-serif;
text-align: center;
color: #000000;
background-color:#B1B1B1;
background-image:url(../images/body_background.gif);
background-repeat:repeat-x;
}

a,
a:link,
a:visited
{
	color: #C59775;
	text-decoration: none;
}
a:hover,
a:active {
	color: #C59775;
	text-decoration: underline;
	
}

a img { border: none}	

.csc-sitemap > ul > li {
	padding: 10px;
	margin: 5px;
	border: 1px solid black;
}

.csc-sitemap ul {
	list-style-type: none;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #636363;
}
h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #C59775;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}	
h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}	
h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666666;
}

p{
	padding-bottom:15px;
}	

#container{
width:810px;
background-image:url(../images/bg.jpg);
background-repeat : repeat-y;
margin:0 auto; 
text-align:left;
}

#container_full{
width:810px;
margin:0 auto; 
text-align:left;
background-color:#FFFFFF;
}


#header_top{
background-color:#FFFFFF;
height:85px;
}

#header{
float:left;
width:600px;
background-color:#99FF00;
height:200px;
}

#header_bg{
background-image:url(../images/header_bg.gif);
background-repeat:repeat-x;
height:14px;
margin:0;
padding:0;
}

#header_right{
float:left;
width:210px;
/*background-color:#D7BFCC;*/
height:203px;
background-image:url(../images/rechts_oben.gif);
background-repeat:repeat-x;
}


#navigation{
background-color: #5f5259;
height:23px;
padding:0;
margin:0;
text-decoration:none;
}

#banner{
height:180px;
background-color:#ffffff;
}

#content{
  clear:both;
  width:810px;
  min-height:360px;
}

#content_full {
width:755px;
padding-left:30px;
padding-right:25px;
padding-bottom:20px;
padding-top:220px;
}

#links{
float:left;
background-color:#FFFFFF;
width:545px;
padding-left:30px;
padding-right:25px;
padding-top:10px;
padding-bottom:20px;
}

#rechts{
float:left;
width:190px;
background-color:#EAEAEA;
padding-left:10px;
padding-right:10px;
padding-top:30px;
font-size:11px;
}



#footer{
clear:both;
height:25px;
background-color: #796A72;
color:#FFFFFF;
font-size:0.9em;
}

#footer a{
color:#FFFFFF;
}

ul.menu, ul.bsp_menu ul {
    list-style-type: none;
    margin:0px;
    padding:0px;
    padding-left:20px;
    text-decoration:none;
}

ul.menu a,
ul.menu a:link,
ul.menu a:visited{
    display: block;
    padding: 4px 10px 3px 10px;
    font-weight: normal;
    color:#FFFFFF;
    text-decoration:none;
}

ul.menu a:hover,
ul.menu a:active{
    text-decoration:none;
}


ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-image: none;
    height: 20px;
    text-decoration:none;
}



/* F�r Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    background-color: transparent;
    text-decoration:none;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe �ndern */
ul.menu ul li.hover, ul.bsp_menu ul li:hover {
    background-color: white;
    text-decoration:none;
}

/* Zweite Ebene */
ul.menu ul {
		margin:0;
		padding: 0;
		position: absolute;
		background-color: #D1BDC8;
		border: 1px solid #FFF9E4;
		display: none;
		width: 180px;
		color:#5F5259;
		text-align:left;
		text-decoration: none;
}

ul.menu ul a,
ul.menu ul a:link,
ul.menu ul a:visited {
  color:black;
  font-size:0.9em;
}

ul.menu ul a:hover,
ul.menu ul a:active {
  background-color:white;
}



/* Zweite Ebene anzeigen */
ul.menu li.hover ul, ul.bsp_menu li:hover ul  {
		display: block;
		text-decoration:none;
}

/* Dritte Ebene */
ul.menu li.hover ul ul, ul.bsp_menu li:hover ul ul {
		display: none;
		margin-left: 160px; /* Breite eines Listenelements - �berlagerung */
		margin-top: -20px; /* H�he eines Listenelements */
		text-decoration:none;
}

/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul, ul.bsp_menu li:hover ul li:hover ul {
		display: block;
		text-decoration:none;
}


/* Vierte Ebene */
ul.menu li.hover ul li.hover ul ul, ul.bsp_menu li:hover ul li:hover ul ul {
		display: none;
		text-decoration:none;
}

#teaser{
width:210px;

}
#teaser_image{
height:100px;
}
#teaser_header{
background-color:#70636A;
height:25px;
line-height:25px;
color:#FFFFFF;
padding-left:5px;
background-image:url(../images/teaser.jpg);
background-repeat:repeat-x;
}

#teaser_content{
padding-left:5px;
}

#more{
padding-left:5px;
}

#mailform {
float:left;
width:544px;
text-align:left;
margin-top:16px;
border:none;
}

.csc-mailform{
float:left;
width:544px;
text-align:left;
margin:0px;
padding:0px;
border:none;
}

.csc-mailform label {
float:left;
height:22px;
width:100px;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight:normal;
border:none;
}

.csc-mailform-field{
float:left;
min-height:25px;
width:544px;
text-align:left;
border:none;
}

#mailformVorname{
float:left;
width:420px;
height:16px;
background-color:#FFFFFF;
border:none;
}

#mailformName{
float:left;
width:150px;
height:16px;
background-color:#FFFFFF;
border:none;
}

#mailformEMail{
float:left;
width:150px;
height:16px;
background-color:#FFFFFF;
border:none;
}

#mailformBetreff{
float:left;
width:420px;
height:16px;
background-color:#FFFFFF;
border:none;
}

#mailformNachricht{
float:left;
width:420px;
height:96px;
background-color:#FFFFFF;
border:none;
}



#mailformaddress{
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-weight:normal;
width:300px;
}

.csc-mailform-submit{
float:left;
margin:8px 0px 0px 101px;
background-color:#FFFFFF;
margin-bottom: 30px;
border: 1px solid #A5ACB2;
}

/* Powermail */
span.powermail_mandatory {
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #D2BAC7;
}
div.powermail_mandatory_js {
	color: ##D2BAC7;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #A5ACB2;
	background-image: url(../img/handy.jpg);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 120px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 200px;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}
input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.table_reisedaten
{
font-size: 11px;
font-family : verdana, arial, hevetica, sans-serif;
border-top:#999999 1px solid;
border-left:#999999 1px solid;

width:100%
}
.th_reisedaten
{
border-bottom:#999999 1px solid;
border-right:#999999 1px solid;
line-height:25px;
background-color:#FFDBA3;
padding-left:5px;
padding-right:5px;
font-weight:bold;
}

tr.elem1 .td_reisedaten {
  background-color:#e3e2e2;
}

.td_reisedaten
{
line-height:25px;
background-color:#FFFFFF;
padding-left:5px;
padding-right:5px;
border-bottom:#999999 1px solid;
border-right:#999999 1px solid;
}

.table_reisedaten_single
{
border-top:#999999 1px solid;
border-left:#999999 1px solid;
width:500px;
}

.td_reisedaten_single
{
border-right:#999999 1px solid;
border-bottom:#999999 1px solid;
padding-left:6px;
padding-right:6px;
padding-top:6px;
padding-bottom:6px;
height:25px;
}

.td_reisedaten_single_titlel
{
border-right:#999999 1px solid;
border-bottom:#999999 1px solid;
padding-left:6px;
padding-right:6px;
background-color:#FFDBA3;
font-weight:bold;
width:140px;
}

.td_reisedaten_single_titlel_daten
{
border-right:#999999 1px solid;
border-bottom:#999999 1px solid;
padding-left:6px;
padding-right:6px;
background-color:#FFDBA3;
width:170px;
font-weight:bold;
font-size:11px;
}


#partner img{
	border: 1px solid #CCC;
}

#partner .down_a, #partner .down_b, #partner .down_c {
	padding-top:10px;	
	padding-bottom:10px;		
	border-bottom:#CCCCCC 1px solid;
}



#partner .down_b {
	border-bottom:#CCCCCC 1px solid;
	width:30px;	

}

#partner .down_a {
	border-bottom:#CCCCCC 1px solid;
	width:200px;	

}

#logo {
float:left;
margin-left:30px;
margin-top:30px;
}

#search {
float:right;
margin-right:10px;
margin-top:30px;
}

#search input {
border:1px solid #ccc;
margin-right:10px;
}

#search input.searchbox-button {
border:none;
}

span.tx-indexedsearch-title {
font-size:12px;
}

.tx-indexedsearch-percent {
font-size:12px;
}

.tx-indexedsearch-sw {
margin-bottom:10px;
margin-top:10px;
}

input#tx-indexedsearch-searchbox-sword {
border:1px solid #CCC;
}

dl.glossary .type {
display:none;
}
