@charset "UTF-8";
/***********************************************/
/* 
/* Setting base elements after reset
/* 
/***********************************************/
body {
	background-attachment: fixed;
	background-color: #00557a;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	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: #004c72;
}
h2 {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #004c72;	
	padding-bottom:5px;
	border-bottom: 1px solid #dadfe0;	
}
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 {
	padding-left: 15px;
	list-style-position: outside;
}
ol li, ul li {
	margin-bottom: 10px;
}
/***********************************************/
/* 
/* Setting form elements after reset
/* 
/***********************************************/
label:hover {
	background-color: #CCCCCC;
}
input, textarea {
	padding: 5px;
	border: 1px solid #004c72;
	background-color:#dadfe0;
	font-size: 12px;
}
input.submit {
	border: 0px;
	background-color:#004c72;
	color: #ffffff;
	font-size:14px;
	display:none;
	}
/***********************************************/
/* 
/* Setting wrapper elements
/* 
/***********************************************/
#outerwrapper {
}
#innerwrapper {
}
#contentwrapper {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
/***********************************************/
/* 
/* Setting elements inside contentWrapper
/* 
/***********************************************/
#header {
	margin: 0px;
	padding: 0px;
}
#mainnav {
	background: #00567c;
	width: 100%;
	display:none;
}
#content {
	background-color:#FFFFFF;
	height: 1%;
}

#ufoDemo {
	display:none;
}

#footer {
	display:none;
	padding: 5px;
	background: #F5F5F5;
	color: #666;
	font-size: 11px;
}
/***********************************************/
/* 
/* Cols definition inside content div
/* 
/***********************************************/
#firstcol {	
	float: left;
}
#secondcol {
	float: left;
}
.contenthalf {
	width: 455px;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
}
.contentthird {
	width: 315px;
	float: right;
	margin-right:15px;
	padding-top: 20px;
	padding-left: 20px;
}
.contenttwothird {
	width: 555px;
	float:left;
	padding-top: 20px;
	padding-left: 20px;
}
.contentfull {
	padding: 20px;
}

/***********************************************/
/* 
/* 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;
}

/***********************************************/
/* 
/* Items inside header
/* 
/***********************************************/
#header a {
	background: #F5F5F5 url(/images/background.jpg) no-repeat; display: block; height: 247px;	
}

/***********************************************/
/* 
/* Items im Content
/* 
/***********************************************/



/***********************************************/
/* 
/* Items inside footer
/* 
/***********************************************/
#footer a {
	color: #73849D;
}

/***********************************************/
/* 
/* Fehlermeldung Forms
/* 
/***********************************************/

.form-errors {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #FF0000;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:10px;
	}

.form-errors h2{
	color: #FFFFFF;
	font-size:14px;
	}
/***********************************************/
/* 
/* Objektansicht
/* 
/***********************************************/
#objektPartner{
  float:left;
  width: 270px;
}
#objektAnfrage{
  float:left;
  width: 270px; 
  margin-right: 15px;
  display:none;
}
/***********************************************/
/* 
/* 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: 10px;
	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;
	float:right;
}	
#schnellsuche input{
  background-color:#fff;
  color: #004c72;
}
#schnellsuche input.small{
  width: 50px;
  background-color:#fff;
  color: #004c72;
}
#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: 13px;
	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;	
}

#objtable th {
	color:#fff;
	background-color: #004c72;
	font-size:14px;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px solid #D6D6D6;
}
#objtable td {
	border: 1px solid #D6D6D6;
	padding: 2px;
}

#objnav ul li {
	float: left;
}
#objektFiles {
	float:right;
}


.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
/* 
/***********************************************/
#sf_admin_container .save-ok {
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}
#sf_admin_container .save-ok h2 {
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(/sf/images/sf_admin/ok.png) no-repeat 5px 2px;
}
#sf_admin_container .form-errors {
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}
#sf_admin_container .form-errors h2 {
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(/sf/images/sf_admin/error.png) no-repeat 5px 2px;
}

#sf_admin_container .form-errors ul {
  padding: 5px;
  list-style-type: none;
}
#sf_admin_container .form-errors li {
  padding: 5px 20px;
  background: url(/sf/images/sf_admin/error.png) no-repeat 0 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;
}
#sf_admin_container fieldset {
	margin-bottom: 3px;
	border-bottom: 0px;
	background-color: #fff;
}





@charset "UTF-8";
@media all {
/* Global reset of paddings and margins for all HTML elements */
* { margin:0; padding: 0 }
/* Forcing vertical scrollbars in Netscape, Firefox and Safari browsers. Prevents the content from jumping 10px to the side in case of hiding the scrollbar */
html { height: 100% }
/* tweaky tweaky */
body {
	min-height: 101%;	
/* Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	font-size: 100.01%; 
/* Standard values for colors and text alignment */
	color: #000;
    background: #fff;
    text-align: left;
}
/* Correction: margin/padding reset caused too small select boxes. */
option { padding-left: 0.4em }

/* Setting for Safari Browser. font-size:100% is too big in forms for his highness */ 
select, input, textarea { font-size: 99% }

/* Borders in tables are not count twice - a border of 1px means not 2px between two cells */
table { border-collapse:collapse; border-spacing:0; }

/* Clear borders for <fieldset> and <img> elements */
fieldset, img { border: 0 solid}
a img,:link img,:visited img { border: none; }

address,caption,cite,code,dfn,em,strong,b,th,var { font-style:normal; font-weight:normal;}

/* Reset of bullet type */
ol,ul { list-style:none; }

/* Reset of text align in some cases */
caption,th { text-align:left; }

/* Reset headlines an set them from bold to normal */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; }

/* Inserts before and after q Element emptyness ;-) */
q:before,q:after { content:''; }

/* New standard values for lists, blockquote and cite */
ul, ol, dl { margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

/*------------------------------------------------------------------------------------------------------*/
/* Stupid ie fixes */
/* (Fixes IE5.x and IE6 overflow behavior of textarea elements */
* html textarea {overflow:scroll; overflow-x: hidden}

/* Essential in IE7 for correct layout scaling, helpful for several problems in older IE versions */
body { position:relative }

/* IE/Win Guillotine Bug */
/* @ http://www.positioniseverything.net/explorer/guillotine.html */
* html body a, * html body a:hover { background-color: transparent; }

/* Global fix of the Italics bugs in IE 5.x and IE 6 */
* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }

/* Disappearing List-Background Bug */
/* @ http://www.positioniseverything.net/explorer/ie-listbug.html 
* html ul { position: relative }
* html ol { position: relative }
* html dl { position: relative }
*/
/*------------------------------------------------------------------------------------------------------*/
}





/***********************************************/
/* 
/* Mainnavigation
/* 
/***********************************************/
#mainnav ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#mainnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #01547e;
	background-image: url(/images/nav_strich.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 45px;
}
#mainnav li a {
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #99b7c7;
	font-weight: bold;
	float: left;
	height: 45px;
	margin-right: 18px;
	line-height: 43px;
}
#mainnav li a:hover,#mainnav li a.current{ 
	color: #fff;
}
#mainnav li span {
	padding-left: 6px;
	padding-right: 6px;
}
#mainnav li img {
	margin: 0px;
	padding: 0px;	
}
/***********************************************/
/* 
/* Subnavigation
/* 
/***********************************************/
#subnav ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;	
	height: 25px;
}
#subnav li a {
	font-size: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #99b7c7;
	font-weight: bold;
	float: left;
	height: 25px;
	margin-right: 18px;
	line-height: 25px;
}
#subnav li a:hover,#subnav li a.current{ 
	color: #fff;
}

#subnav li span {
	padding-left: 6px;
	padding-right: 6px;
}

