body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

td{
	font-size:12px;
}

/***************************************/
/* ANFANG SEITENAUFBAU */
/***************************************/


#container{
	margin-left:auto; 
	margin-right:auto; 
	left: auto;
	right: auto;
	width:960px;
	background-image: url(../images/verlauf.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

/************************/
/* HEADER 				*/
/**********************/
#header{
	width: 960px;
	overflow: hidden;
	height: 164px;
}

#logo {
	background-image: url("/fileadmin/templates/images/header.png");
    	float: right;
    	height: 123px;
    	width: 249px;
}

#stoerer {
	float: left;
	margin-top: 9px;
	margin-left: 11px;
}

#sectiontitle{
}

/**********************/
/****  Navigation ****/
/**********************/
#navigation{
	width: 960px;
	height: 36px;
	margin: 0;
	clear: both;
	text-align: center;
}

#navigation ul{
	list-style: inside none;
	display: block;
	margin: 0 0px 0 16px;
	padding: 0;
}

#navigation li{
	float:left;
	display:block;
	overflow:hidden;
	padding: 0 3px 0 4px;
	margin: 0;
}

#navigation a{
	color:#333333;
	/*padding: 3px 2px 2px 2px;*/
	margin: 0;
	padding-top: 3px;
	padding: 0;
	display: block;
	width: 96px;
	height:	36px;
	text-decoration: none;
	background-color: #A7BBC5;	
	overflow:hidden;

}

/*#navigation a:focus, #navigation a:hover{
	color: #FFFFFF;
	background: #6F7D85!important;
}*/

a.normal_hover:hover {
	color: #FFFFFF !important;
	background-color: #5BBDC8 !important;
}

.aktuell {
	background: #FFFBC6;
	border-left: 0px solid black !important;	
	
}

a.sonder:hover {
	color: #FFFFFF !important;
	background-color: #C7D200 !important;
}

a.hausplus:hover {
	color: #FFFFFF !important;
	background-color: #B73B9D !important;
}

a.busse:hover {
	color: #FFFFFF !important;
	background: #E10079 !important;	
}

.wjt {
	background: #B8C7FF;
}

.reisen {
	background: #EDDFF4;
	width: 100px!important;	
}

.service {
	background: #FFD9C7;
}

.kontakt {
	background: #cfd8fa;
}

/** Subnavi **/
#subnavi, #subnavi_sonder, #subnavi_hausplus, #subnavi_busse {
	display: block;
	width: 207px;
	float:left;
	/*overflow: hidden;*/
    	margin: 8px 0 -2px 20px;
	background-color: #FFFFFF;
}

#subnavi ul, #subnavi_sonder ul, #subnavi_hausplus ul, #subnavi_busse ul {
	list-style: inside none;
	margin: 0 0 0 0;
	padding: 0;
}

#subnavi li, #subnavi_sonder li, #subnavi_hausplus li, #subnavi_busse li {
	padding: 0;
	margin: 0 0 5px -2px;
	float:left;
	display:block;
	overflow:hidden;
	font-weight: bold;
	width: 100%;	
}

#subnavi a{
	color:#000000;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

#subnavi_sonder li a{
	color:#000000;
	font-weight: normal;
	padding: 2px 2px 2px  5px;	
	margin: 0px;
	width: 100%;	
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;	
}

#subnavi_hausplus li a{
	color:#000000;
	font-weight: normal;
	padding: 2px 2px 2px  5px;	
	margin: 0px;
	width: 100%;	
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;	
}

#subnavi_busse li a{
	color:#000000;
	font-weight: normal;
	padding: 2px 2px 2px  5px;	
	margin: 0px;
	width: 100%;	
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;	
}

#subnavi a:hover {
	background: #5BBDC8;
	color: #FFFFFF;
}

#subnavi_sonder li a:hover{
	background: #C7D200!important;
	color: #FFFFFF;
}

#subnavi_hausplus li a:hover{
	background: #B73B9D!important;
	color: #FFFFFF;
}

#subnavi_busse li a:hover{
	background: #E10079!important;
	color: #FFFFFF;
}

.subNavL2{
	font-size: 10px!important;
	font-weight: normal!important;
}

.actNav{
	background: #6F7D85!important;
	color: #FFFFFF!important;
}

a.actNav:hover{
	background: #6F7D85!important;
	color: #FFFFFF!important;
}

/***************************************/
/* END NAVIGATION */
/***************************************/

/***************************************/
/* CONTENT */
/***************************************/
#content{
	width: 920px;
	margin: 20px 20px 0 20px;
}

#white_background {
	background-color:#FFFFFF!important;
	margin-top: 50px;
}

#innercontent{
	float:right;
	width: 655px;
	margin-top: -17px;
	margin-right: 20px;
}

#startseite_content{
	width: 920px;
	margin: 0 0 5px -20px;
	padding: 5px 20px;
}

#startseite_content a{
	color: #5BBDC8;
	text-decoration: underline;
}

#pagefooter{
	font-size: 11px;
	clear: both;
	width: 960px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
}

#right{
  font-size: 10px;
  margin: 0;
  padding: 3px;
}

#right a{
  color: silver;
}

#right p{
  margin: 0;
}

/***************************************/
/* ENDE SEITENAUFBAU */
/***************************************/

#objektTexte h1, #buchungsDaten h1{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	border: 0px;
}

#objektBilder{
	float: right;
	width: 190px;
	margin: 10px;
}

#objektBilder img{
	clear:both;
}

.small{
	font-size:9px;
}

/*****************************************/
/* diverse Contentelemente*/
/*****************************************/

h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	margin: 0 5px 5px 0px;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding: 3px;
	margin: 5px 5px 5px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #8590B9;
	margin: 5px 5px 5px 0px;
}

.hausInvers {
	font-size: 16px;
	font-weight: bold;
	color: #F5FEEF;
}

.hausInversKlein {
	font-weight: bold;
	color: #F5FEEF;
}

.PBlockC {
	font-size: 9px;
	color: #666666;
}

.kontakt{
	color: #cfd8fa;
}

.service{
	color: #FFD9C7;
}

.egreisen{
	color: #EDDFF4;
}

.wjt{
	color: #B8C7FF;
}

.ija{
	color: #F8ECCD;
}

.hausplus{
	color: #F5FEEF;
}

.sonder{
	color: #CFD8FA;
}

.aktuelles{
	color: #FFFBC6;
}

/******************/
/* Typo3 Elemente */
/******************/
.contenttable{
	font-size: 11px;
}

.contenttable td{
	padding: 2px;
}

.contenttable p{
	margin: 0;
	padding: 0;
}

.csc-frame-rulerAfter{
	border-bottom: 1px solid black;
	clear:both;
}

.csc-frame-frame1{
	background-color: #E2E5E7;
	margin: 0 0 10px -20px;
	padding: 10px 20px;
	width: 100%;
}

.csc-uploads-icon{
	/* border: 1px solid black; */
}

/*********************/
/* Startseite-Extras */
/*********************/
#startseite_flash{
	width: 450px;
	height: 430px;
	margin-bottom: 40px;
	float:left;
	padding: 0
}

#startseite_banner{
	width: 450px;
	height: 430px;	
	float:right;
	padding:0;
}

#startseite_banner a{
	text-decoration: none !important;
}

#Sonderangebote {
	width: 450px;
	height: 130px;
	background-image: url(/fileadmin/user_upload/startseite/banner_sonder.png);
	margin-bottom: 17px;
	padding-top: 2px;
	cursor: pointer;
	text-decoration: none;
}

#Sonderangebote p {
	margin-top: 71px !important;
}

#Hausplus {
	width: 450px;
	height: 130px;
	background-image: url(/fileadmin/user_upload/startseite/banner_hp.png);
	margin-bottom: 17px;
	padding-top: 2px;
	cursor: pointer;
	text-decoration: none;
}

#Jugendreisen {
	width: 450px;
	height: 130px;
	background-image: url(/fileadmin/user_upload/startseite/banner_ija.png);
	padding-top: 2px;
	cursor: pointer;
	text-decoration: none;
}

#startseite_banner h1 {
	width: 150px;
	margin-top: 0;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#startseite_banner p {
	color: #000000;
	/*width: 300px;*/
	margin-left: 10px;
	margin-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#startseite_banner span {
	font-weight: bold;
}

.csc-form-labelrow{
	width: 100px;
	float:left;
}

.csc-form-labelrow input{
	font-size:10px;
	width: 80px;
}

.csc-mailform{
	vertical-align:bottom;
	margin: 10px;
	display:block;
}

.csc-mailform p{
	margin: 0;
	padding:0;
}

.csc-frame-frame2{
	clear:both;
}

.csc-header-date
{
	font-weight:bold;
	text-align:left;
}

.gray_table td{
	background-color: silver;
}

/***********************************/
/* Hausplus 						*/
/***********************************/
/* CSS Document */

.hausplus_zusatzinfos, .hausplus_pb{
	max-width:550px;
	width: 550px;
	overflow:auto;
}

.hausplus_pb table, .hausplus_zusatzinfos table{
	empty-cells:show;
	width: 400px;
	overflow:auto;	
}

.hausplus_pb td, .hausplus_pb th, .hausplus_zusatzinfos td, .hausplus_zusatzinfos th{
	background: #CCCCCC;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.pb_versicherung, .pb_zusatzkosten{
}

#SelectCountry{
}

#SelectObject h1{
	font-size:16px;
	text-align: right;
}

#haus {
  /*background: #F5FEEF;
	border:1px solid #000000;
	padding: 5px;
  */
}

#haus p{
	text-align:justify;
}

#hausLeftCol{
	width: 340px;
	float: left;
}

#haus h1{
	font-size:16px;
	background: #666666;
	color:#FFFFFF;
}

#hausdetails {
	width: 235px;
	float:right;
	vertical-align: top;
	padding: 5px;
}

#hausdetails dt{
	font-weight:600;
}

#hausdetails dd{
	margin-bottom: 5px;
}


#hausVignetten {

}

#hausBilder {

}

tr.pb_versicherung{
	display:none;
}

#mailform {
	/*background-color: #E2E5E7;*/
	margin: -13px 0 0 -20px;
	padding: 10px 20px;
	width: 100%;
}

.csc-textpic-caption {
	text-align: right;
}

.csc-textpic-image {
	margin-right: 20px;
}

#sonderang {
	float: right;
	font-size: 10px;
	text-align: right;
	color: #000000;
	/*margin-top: -70px;*/
	margin-right: 46px;
}

#sonderang a, a:hover, a:visited{
	color: #000000;
}

:focus {
	outline: solid 0;
}

a { color: #5BBDC8;}

#spenden {
	/*margin-top: 70px;*/
}

#spendenlink {
    background-image: url("/fileadmin/templates/images/spendenbutton.png");
    background-position: 152px 0;
    background-repeat: no-repeat;
    float: right;
    padding-right: 20px;
    padding-top: 60px;
    text-align: right;
    width: 200px;
}

#homelink {
	width: 240px;
	height: 70px;
}

#spenden a, #spenden a:hover, #spenden a:visited {
	color: #000;
	font-size: 10px;
}


.tx-powermail-pi1 fieldset { padding: 1em; font:80%/1 sans-serif; border: 1px normal #999; border: 1px solid #000000;}
.tx-powermail-pi1 label { font-family:verdana,arial; width: 200px; font-size: 12px; padding: 0px 10px 0px 10px; float: left; text-align: right; margin-right: 0.5em display: block }
.tx-powermail-pi1 input { margin-bottom: 10px; }
.tx-powermail-pi1 textarea { margin-bottom: 10px; }
.tx-powermail-pi1 legend { font-family:verdana,arial; font-size: 12px; padding: 0px 10px 0px 10px; }

img.tx-srfreecap-pi2-image {
    vertical-align: top;
    margin-left: 220px;
}

.tx-srfreecap-pi2-cant-read {
    font-size: 0.9em;
    margin-left: 220px;
}

#uid4_msgCnt, #uid4_cb {
	display: none;
}

.powermail_submit_uid10 {
	margin-left: 220px;
	margin-top: 20px;
}

.powermail_mandatory_js {
	margin-left: 220px;
	margin-bottom: 15px;
	color: #f00;
}

/******************/
/* HAUSPLUS RATIO */
/******************/

div.hp_hausteaser {
	display: block;
	width: 100%;
	border: 1px solid black;
	background-color: white;
	font-size: 10px;
	margin: 5px 5px 10px;
}

.hp_teaserbild {
	margin-bottom: 10px;
	margin-top: 8px;
}

div.hp_hheadline {
	background-color: #EDDCE9;
	height: 25px;
	margin-bottom: 5px;
}

div.hp_hheadline h1 {
	color: #776655;
	font-size: 13px;
	font-weight: normal;
}

div.hp_hheadline p {
	margin: 2px 0 0;
	float: left;
}

div.hp_nummer {
	float: left;
	display: block;
	background-color: black;
	color: white;
	font-size: 10px;
	padding: 3px 0;
	text-align: center;
	width: 20px;
	margin: 2px 10px 0 2px;
}

div.hp_land {
	float: left;
	font-size: 13px;
	margin-right: 7px;
	margin-top: 4px;
}

div.hp_teasertext {
	margin: 0 10px 30px;
	max-height: 146px;
    	overflow: hidden;
    	width: 477px;
    	float: left;
}

div.hp_hheadline h1 {
	font-style:italic;
	padding-top: 2px;
}

div.hp_steckbrieflink {
	float: right;
	background-color: #B73B9D;
	padding: 2px 6px;
}

div.hp_steckbrieflink a, div.hp_steckbrieflink a:visited, div.hp_steckbrieflink a:hover {
	color: #fff;
}

div.hp_navigation a, div.hp_navigation a:visited, div.hp_navigation a:hover {
	color: #000;
}

div.hp_teasertext {
	font-size: 10px;
	color: #776655;
}

div.hp_teasertext font {
	font-size: 10px !important;
	color: #776655;
}

div.hp_hausdetail {
	font-size: 13px;
	color: #333333;
	border: 1px solid #B73B9D;
	padding: 10px 20px;
}

div.hp_hausdetail ul {
	list-style-image:url("/fileadmin/templates/images/hp_bullet.png");
	padding-left: 30px;
}

div.hp_hausdetail a:hover {
	font-weight: bold;
}

div.hp_hausdetail font {
	font-size: 14px !important;
	color: #333333;
}

div.hp_hausdetail h2 {
	color: #B73B9D;
	font-size: 14px !important;
	text-decoration: underline;
}

div.hp_hausdetail p {
	margin-top: 0;
}

.hp_hausdetail a, .hp_hausdetail a:visited, .hp_hausdetail a:hover {
	text-decoration: underline;
	color: #B73B9D;
	line-height:20px;
}

div#hp_header {
	border-top: 1px solid #B73B9D; 
	border-left: 1px solid #B73B9D;
	border-right: 1px solid #B73B9D;
	padding: 10px 10px 5px;
	background-color: #EDDCE9;
}

div#hp_header br {
	display: none;
}

div#hp_header h1 {
	font-size: 16px;
	color: #333333;
	padding-left: 0;
	text-decoration: none;
}

div#hp_header p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333333;
	display: inline;
}

div#hp_header font {
	font-size: 16px;
	color: #333333;
}

div.hp_hausdetail p {
	padding: 0 5px;
}

#preistabelle img {
	width: 100%;	
}
