@charset "utf-8";
/* CSS Document */

#content_box
{
   position: relative;
   margin: 0 auto;
   width: 1015px;
   padding-top: 102px;
	height: 1200px;
}

#doc_content
{
   position: relative;
   height: 100%;
	width: 100%;
}

#werbekopf
{
   position: fixed;
	width: 1015px;
	margin-bottom: 1.5em;
	background-color: white;
	z-index: 3;
	top: 55px;
}

#werbung_links
{
   position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 225px;
	background-color: red;
}

#werbung_rechts
{
   position: absolute;
	right: 0;
	top: 0;
	width: 300px;
	height: 225px;
	background-color: red;
}

#werbung_mitte
{
   position: absolute;
	width: 100%;
	background-color: red;
	height: 150px;
}

#suche_sortierung
{
   position: relative;
	top: 30px;
	height: 35px;
	width: 100%;
}

#direkteinstieg
{
   position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	height: 24px;
	padding-top: 8px;
	background-color: white;
}

#suchen_button
{
   position: relative;
	left: 460px;
	width: 160px;
	top: 1px;
}

#objekt_suche
{
   position: fixed;
	width: 1015px;
	height: 100px;
	z-index: 6;
	display: none;
}

#inner_objekt_suche
{
   position: relative;
	background-color: white;
	width: 370px;
	top: 5em;
	margin: 0 auto;
	z-index: 7;
	border: 1px solid black;
}

#suche_close_button
{
   position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	background-color: #FF4747;
	border: 1px solid black;
	cursor: pointer;
}

#inner_sortieren
{
   position: absolute;
	right: 0;
	top: 8px;
	width: 287px;
	text-align: right;
	z-index: 3;
}

#inner_direkt
{
   position: absolute;
	left: 0;
	top: 8px;
	width: 100%;
}

#such_kriterien
{
   margin: 2em;
	line-height: 1.5em;
}

#such_kriterien table
{
   line-height: 2.5em;
}

#inner_objekt_suche p
{
   font-weight: normal;
}

.button_beschriftung
{
   font-size: 0.8em;
}

.rechteck
{
   position: relative;
   height: 6px;
   width: 6px;
   top: 2px;
   display: block;
   float: left;
}

.kleine_schrift
{
   font-size: 8px;
   display: block;
   position: relative;
   bottom: 0px;
   margin-left: 1px;
   float: left;
}

.ersatzschrift
{
   font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.4em;
}


