@charset "UTF-8";
/***********************************************/
/* 
/* Setting base elements after reset
/* 
/***********************************************/
body {
	background-attachment: fixed;
	/*background-color: #b6c878;*/
	background-color: #f2f2f2;
	background-position: center bottom;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	/*color: #000000;*/
}
/***********************************************/
/* 
/* Setting base elements after reset
/* 
/***********************************************/
a, a:link, a:active, a:visited {
	color: #004c72;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #99BF0F;
	line-height: 20px;
}
h2 {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #4c6f6f;	
	padding-bottom:5px;
	/*border-bottom: 1px solid #5e8c8c;*/	
}
h3 {
  font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 5px;
	color: #4c6f6f;	
	padding-bottom: 5px;
	border-bottom: 1px solid #5e8c8c;	
}
h4 {
  font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #4c6f6f;	
	padding-bottom: 5px;
}



p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
strong {
	font-weight: bold;
	color: #004c72;
}
ol {
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: upper-roman;
}
ul {
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 10px;
}
.italic 
{
  font-style: italic ;
}
/***********************************************/
/* 
/* Setting form elements after reset
/* 
/***********************************************/
label:hover {
	background-color: #CCCCCC;
}
input, textarea {
	padding: 5px;
	border: 1px solid #004c72;
	background-color:#dff1ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit {
	border: 0px;
	background-color:#cfebff;
	color: #ffffff;
	font-size:14px;
	}
/***********************************************/
/* 
/* Setting wrapper elements
/* 
/***********************************************/
#outerwrapper {
}
#innerwrapper {
 margin-left: auto;
 margin-right: auto;
 width: 90%;
	/*width: 950px;*/
}
  #contentwrapper {
	/*width: 950px;*/
	margin-left:auto;
	margin-right:auto;
  
}
/***********************************************/
/* 
/* Setting elements inside contentWrapper
/* 
/***********************************************/
#headerwrapper {
	margin: 0px;
	padding: 0px;
  width: 100%;
  height: 118px;
	background-image: url(/images/fond_degrade.png) ;	
  background-repeat: repeat-x;
  text-align: center;
}
#headerwrapper h1
{
  font-size : 40px;
  padding-top: 0.5em;
  padding-bottom: 5px;
 font-weight: bold;
}

#headerwrapper h2
{
  font-size : 16px;
  font-style: italic;
}
.blue
{
  /*color: #91d9d9;*/
  color: #89cdcd;
}
.darkblue
{
  color: #5e8c8c;
}
/*
    </div>
.header {
  background: url(/images/background_particuliers.jpg) no-repeat center ; 
  margin: 0px;
	padding: 0px;
  width: 100%;
  height: 118px;
}*/
#mainnav {
	background: #c6d984;
	width: 100%;
}
#subnav {
}
#content {
	background-color:#FFFFFF;
	height: 1%;
}
#footer,#footer a, #footer a:link, #footer a:active, #footer a:visited {
	padding: 5px;
	background: #C6D984;
	color: #666;
	font-size: 1em;
}
/***********************************************/
/* 
/* Cols definition inside content div
/* 
/***********************************************/
#firstcol {	
	float: left;
}
#secondcol {
	float: left;
}
.contenthalf {
	width: 50%;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
}
.contentthird {
	width: 31%;
	float: right;
	margin-right:15px;
	padding-top: 20px;
	padding-left: 20px;
  padding-bottom: 3px;
}
.contenttwothird {
	width: 60%;
	float:left;
  margin: auto;
	padding-top: 20px;
	padding-left: 20px;
  padding-bottom: 20px;
  min-height: 350px;

}
.contentfull {
	padding: 20px;
  min-height: 350px;
}


/***********************************************/
/* 
/* Items inside content div
/* 
/***********************************************/
#content a, #content a:link, #content a:active, #content a:visited {
	color: #004c72;
	text-decoration: underline;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}
.importantheadline {
	color: #FFFFFF;
	background-color: #004c72;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	margin: 0px;
	background-image: url(/images/bg_headlines.gif);
	background-repeat: repeat-x;
}

/***********************************************/
/* 
/* Items inside header
/* 
/***********************************************/
#header a {
}

/***********************************************/
/* 
/* Items im Content
/* 
/***********************************************/
div.photolist {
  float: left;
}

div.photolist p {
  text-align: center;
}
div.containerphoto {
    border: 1px solid #287CB1;
}
div.spacer
{
  clear: both;
}

/***********************************************/
/* 
/* Items inside footer
/* 
/***********************************************/
#footer a {
	color: black;
}

/***********************************************/
/* 
/* Fehlermeldung Forms
/* 
/***********************************************/

/* BEGINN: Hinzugefügt von Gerhard */
.form-error
{
  border: 3px solid #c6d984;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f2f2f2;
}
.form-error h1
{
  font-size: 17px ;
	margin-bottom: 5px;
	color: #5E8C8C;
	line-height: 14px;
  font-weight: bold;

}
.form-error label
{
font-weight : bold;
}
.form-success
{
  border: 1px solid #009900;
  background-color: #CBFF97;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #009900;
}
/* ENDE: Hinzugefügt von Gerhard */

.form-errors {
	xcolor: #FFFFFF;
	padding: 0px;
	border: 1px solid #FF0000;
	font-size: 14px;
	margin-top:10px;
  background-color: #fff;;
  margin-bottom: 10px;
	}

.form-errors h2{
  margin:0px;
  padding:5px;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	background: #f33;
	}
 .form-errors ul {
  padding: 3px;
  margin:0px;
  list-style-type: none;
}
 .form-errors li {
  padding: 2px 20px;
  margin:0px;
  color: #000;
  background: url(/sf/sf_admin/images/error.png) no-repeat 0 2px;
}	
/***********************************************/
/* 
/* Objektansicht
/* 
/***********************************************/
#objektPartner{
  float:left;
  width: 270px;
}
#objektPartner ul{
  padding-left: 0px;
}
#objektPartner li{
  margin-left: 1px;
}
#objektAnfrage{
  float:left;
  width: 270px; 
  margin-right: 15px;
}
/***********************************************/
/* 
/* Sonderelemente
/* 
/***********************************************/
#objektIndicator, .indicator, #suchindicator {
	position: absolute;
	background-color: #FFFFFF;
	padding: 2px;
	border: 2px solid #EEEEEE;
	font-size: 11px;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
div.notice {
	padding:20px;
	padding-bottom:0px;
	background-color:#fff;
	}
div.notice p {
	font-size:16px;
	color: #004c72;
	padding:10px;
	border: 1px solid #004c72;
	background-color:#ffffff;
	margin: 0px;
	}
p.textnotice {
	font-size:16px;
	color: #004c72;
	padding:10px;
	border: 1px solid #004c72;
	background-color:#ffffff;
	margin-bottom: 10px;
	}

img.ico {
	vertical-align: middle;
	display: inline-block;
}

.noborder {
	border: 0px none;
}

#login {
  width: 280px;
  color: #fff;
}
#login table tr td {
  color: #004c72;
}
#login ul{
  padding: 0px;
  margin: 0px;
	list-style-position: inside;
	list-style-image: url(/images/bullet.gif); 
}
#login ul li{
  padding: 0px;
  margin: 0px;
  margin-bottom:3px;
  margin-left:15px;
}

.sidebar_content {
	float: right;
	background-color: #DADFE0;
	background-image: url(/images/sidebar_header_bg.jpg);
	background-repeat: no-repeat;
	width: 280px;
	padding-left: 20px;
	padding-top: 18px;
	background-color: #DADFE0;
	margin-right:5px;
}
.sidebar_content input {
	background-color: #fff;
	border: 1px solid #CECECE;
	font-size: 14px;
}
.sidebar_content input.submit {
	border: 0px;
	background-color:#004c72;
	color: #ffffff;
	font-size:14px;
}
	
.sidebar_footer {
	float: right;
	background-image: url(/images/sidebar_footer_bg.jpg);
	background-repeat: no-repeat;  
  background-color: #DADFE0;
  width: 300px;
  height: 18px;
  margin-bottom: 5px;
	margin-bottom: 20px;
	margin-right:5px
}
#bezirkbox, #kategoriebox, #eigenschaftbox {
	margin-bottom: 5px;
	margin-left:0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#finanzbox, #raumbox  {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 350px;
}
#volltext {
	margin-bottom: 5px;
	float: left;
	width: 350px;
}
#bezirkbox ul, #objektart ul {
	float: left;
	margin-left: 0px;
	padding-left:0px;
}
#bezirkbox li, #objektart li {
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
}
#bundeslaender {

}


/*Schnellsuche*/


#objektschnellsuche {
	margin-bottom: 15px;
}


#schnellsuche{
	position: relative;
	z-index: 4;
	font-size: 14px;
}	
#schnellsuche input{
  xbackground-color:#ffffff;
  color: #004c72;
}
#schnellsuche input.small{
  width: 50px;
  xbackground-color:#fff;
  color: #004c72;
}

input.iefixgrey {
	border: 0px;
	background: #dadfe0;
	color: #ffffff;
	}

	
input.iefixwhite {
	border: 0px;
	background: #ffffff;
	}	

#schnellsuche input.submit {
	border: 0px;
	background-color:#004c72;
	color: #ffffff;
	font-size:14px;
	}
#schnellsuche h2{
  margin-top:15px;
  margin-bottom:5px;
}
#schnellsuche td{
	padding-top:5px;
	padding-bottom:5px;
	
}
#schnellsuche h3{
	font-size:14px;
	color: #004c72;
}

/* Registrierung */

table.registrierung td{
	padding-top:5px;
	padding-bottom:5px;
	
}
table.empfehlung td{
	padding-top:5px;
	padding-bottom:5px;
	
}

/* Topobjekte */
.topobjektekarte {
	background-color: #dadfe0;
	margin-bottom: 15px;
	width: 435px;
	height: 104px;
	float:left;
	padding-right:20px;
	margin-left: 0px;
	background-image: url(/images/topobj_test.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
}
.topobjektekarte h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #828788;
}
.topobjektekarte h1 a, .topobjektekarte h1 a:visited, .topobjektekarte h1 a:active, .topobjektekarte h1 a:link {
	color: #004c72;
}
.topobjektthumb {
	height: 104px;
	width: 106px;
	


}


#loginForm {
	font-size: 14px;
	margin-top: 15px;
	background: #FCFCFC url(/images/bgitem.gif) repeat-x;
	padding: 10px;
	border: 1px solid #E5E5E5;
}

/* Sidebarboxen */
.infobox{
	font-size: 14px;
	padding: 10px;
	xborder: 1px solid #E5E5E5;
	margin-right: 40px;
	xbackground-color: #dadfe0;
	width: 342px; 
	float:right;
	margin-bottom: 15px;
	height: 104px;
}

.infobox02 {
	background-color: #FCFCFC;
	background-image: url(/images/bg_box02.gif);
	background-repeat: no-repeat;
} 
input.button01 {
	xbackground: #FCFCFC url(/images/bgitem.gif) repeat-x;
	border: 1px solid #CECECE;
	font-size: 12px;
	height: 28px;
}

table.detailsuche td{
	padding-top:5px;
	padding-bottom:5px;	
}
/*loic */
#objtable th
{
	color: black;
	background-color: #F2F2F2;
	font-size:14px;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #D6D6D6;
}

#objtable td
{
	border: 1px solid #D6D6D6;
	padding: 5px;
}

#objnav ul li {
	float: left;
}
#objektFiles {
	float:right;
}

table.saisie th
{
	color: black;
	font-size:14px;
	padding: 2px;
  background-color: #F2F2F2;
	margin-bottom: 2px;
}

table.saisie td
{
	padding: 5px;
}
table.saisie td.titre
{
  text-align: center;
  padding: 8px;
  font-size: 16px;
	color: #004c72;
  font-weight: bold;
}

table.fichehotel, table.tarifs
{
  color: black;
	font-size:16px;
	padding: 4px;
  background-color: #d4e4ff;
	margin-bottom: 2px;
  border: 2px solid #5e8c8c; 
  height: 120px;
  border-collapse: collapse;
  text-align: center;

}
table.tarifs td
{
  border: 2px solid #5e8c8c; 
  padding: 4px;
}
table.tarifs th
{
  border: 2px solid #5e8c8c; 
  border-right: 4px solid #5e8c8c; 
  padding: 4px;
  width: 30%;
  text-align: center;
}
table.tarifs thead, table.tarifs thead th
{
  border: 2px solid #5e8c8c; 
  text-align: center;
  border-bottom: 4px solid #5e8c8c; 
  padding: 4px;
  width: 30%;
}

table.fichehotel td,a
{
  padding: 2px;
  padding-top: 5px;
  margin: 2px;
}
table.fichehotel p
{
 margin-bottom: 1em;
}
table.fichehotel tr.titre
{
  background-color: #c6d984;
  border: 2px solid #5e8c8c; 
  height: 30px;
}
table.fichehotel td.nom
{
  font-size: 16px;
  font-weight: bold;
  /*color: #426262;*/
  padding: 4px;
}
.contact
{
  font-weight: bold;
  vertical-align:top;
}

.description
{
  font-size: 14px;
}


.spendeninfo #left {
	width:480px;
	float:left;
	margin-right: 10px;
}
.spendeninfo #right {
	width:200px;
	float:left;
	font-size: 14px;
	background: #FCFCFC url(/images/bgitem.gif) repeat-x;
	padding: 10px;
	border: 1px solid #E5E5E5;
}
#ausstattung .ausform {
	padding: 3px;
	margin-bottom:10px;
}
#ausstattung table tbody tr td {
	vertical-align: top;
	padding-right:15px;
}
#ausstattung .ausform label {
	display: block;
}



/***********************************************/
/* 
/* symfony interna
/* 
/
***********************************************/
.save-ok {
  margin-bottom: 10px;
  /*border: 1px solid #73B65A;*/
}
.save-ok h2 {
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  background:  url(/sf/sf_admin/images/ok.png) no-repeat 5px 2px;
}
.save-error {
  margin-bottom: 10px;
  /*border: 1px solid #73B65A;*/
}
.save-error h2 {
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: red;
  background:  url(/sf/sf_admin/images/error.png) no-repeat 5px 2px;
}



#sf_admin_container .form-error {
  color: #f33;
}
#sf_admin_container .form-error input, #sf_admin_container .form-error select, #sf_admin_container .form-error textarea {
	border: 1px solid #f33;
	font-family: Arial, Helvetica, sans-serif;
}
#sf_admin_container fieldset {
	margin-bottom: 3px;
	border-bottom: 0px;
	background-color: #fff;
}
#lightboximages a img{
  margin-left:17px;
  margin-bottom:17px;
}
#attachments{
  width: 260px;
  background-color: #fff;
}
.citation
{
  font-style: italic;
  padding-top: 1em;
  padding-bottom: 1em;
}
.left1 ul, .left2 ul
{
  padding: 0px;
  margin: 0px;
  list-style-type: circle;

}
.list-standard ul
{
  padding: 0px;
  margin: 0px;
  list-style-type: circle;

}
#pager
{
  float:left;
}
.left3 
{

	width: 49%;
  float: left;
  padding: 2px;
  padding-left:0px;
  padding-top:10px;
}
.left1 
{

	width: 42%;
  float: left;
  padding: 20px;
  padding-left:0px;
  padding-top:10px;
}
.left2 
{
  padding-bottom: 10px;
	width: 45%;
  float: left;
}

ul.equipe
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
li.equipe
{
	float: left;
	margin: 0px;
	padding: 0px;	
	padding-left: 15px;

}
.bigtext
{
  font-size: 15px;
  text-align: justify;
}
.simplelist, .simplelist li
{
 padding: 0px;
 margin: 0px;
}
