/* ######################################################################################################
** # "SYMFONY BACKEND STYLE" (c) by Cristian Busoi (http://www.bgcc.at) #############################
** ######################################################################################################
** 
**  Style Version: 0.1
**  Dateiversion: 25.09.2006  
**  Datei       : theme_yesimmo_nav.css
**  Funktion    : Zentrales Stylesheet
**
*/

@import url(nav.css);
@import url(symfony.css);
@import url(base.css);
@import url(iehacks.css);

body {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: #99a;
}
body,td,th {
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

#page {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	border: 1px #667 solid; background: #fff;
}
/* Formatierung der Kopfbereiches */
#header { height: 40px; color: #fff; background: #1f1e2e url(img/yaml_bg.gif) repeat-x top; }

#footer {
}
#pagebody {
}
#pagemainnav {
}
#pagesubnav {
}


#firstcol {
		float: left;
		width: 100%; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
}

/* Standardstyles */
strong { 
	font-weight: bold; 
}
.sortable { 
	cursor: move;
}
/* ######################################################################################################
** ### Formatierung des Teasers der Startseite ##########################################################
** ######################################################################################################
*/

#teaser { 
	margin: 0em 1em 0em 1em; 
	background: #f4f4f4; 
	border-bottom: 1px #ccc solid; 
	padding: 0.5em 0em 0em 30px; 
	color: #5f5d75; 
}
#teaser div {float:left; width: auto; margin-right: 1em; }
#teaser .block1 {padding-top:1em; font-size: 0.82em; }
#teaser .block3 {width: 50%; padding-top:0.5em; font-size: 0.82em; }
#teaser .block3 .title {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	display:block;
	font-size: 1.2em; 
	font-weight:bold; 
	color: #336699;  
	background:inherit;  
	margin: 0 0 0.5em 0; 
}


/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a, a em.file {color: #900; text-decoration:none;}

a:hover {background-color: #fee; text-decoration:underline;}

a:focus {background-color: #fee; text-decoration:underline;}



#topnav a { color: #fff; background:transparent; text-decoration:none; }

#topnav a:hover { text-decoration:underline; background-color: transparent;}

#topnav a:focus { text-decoration:underline; background-color: transparent;}



#footer a { color: #669; }

#footer a:hover {background-color: #eef; }

#footer a:focus {background-color: #eef; }


#ort_vorschlag {
	background-color: #CCCCCC;
}

.sortable { cursor: move; }
img.ico {
	vertical-align: middle;
	display: inline-block;
}

/* ######################################################################################################
** ### Skiplink-Navigation ##############################################################################
** ######################################################################################################
*/
@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}

}
/* ######################################################################################################
** ### Such styles ##############################################################################
** ######################################################################################################
*/
#bezirkbox, #kategoriebox, #eigenschaftbox {
	margin-bottom: 5px;
	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 li, #kategoriebox li, #eigenschaftbox li  {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
/* autocomplete ort */
.auto_complete {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.auto_complete ul {
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.ausform{
	padding: 0px;
	width:400px;
line-height: 1.5em;
}
.ausform label {
	margin-right: 3px;
}
#sf_fieldset_none .ausform label {
	padding: 0px;
 margin: 0px;
}


.importantbutton {
	background-color: #FFFF99;
	padding: 5px;
}
.importantbutton label {
	font-size: 12px;
	color: #336600;
}
.importantbutton label:hover {
	color: #000000;
}