/*
www.pkdesign.de | Template f�r Website Baker 2.8
CSS f�r Website Baker heinrichs-immobilien.com
Alle box sind mit float ausgerichtet
*/

/****************************************/
/* Seiteneinstellung allgemein          */
/****************************************/	
/* hintergrundfarbe */
body {
	background-color: #e8e7e5;
}

/* schrift und groesse */
div, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;

}
/* ueberschrift */
h1 {border-bottom:1px solid #022750; letter-spacing: 1px; text-transform: uppercase; color: #3C3C3E; padding-left: 1px; font-style:normal; font-variant:normal; font-weight:100; line-height:25px; font-size:14px; font-family:Verdana; }
h2 {border-bottom:1px dashed #04378B; letter-spacing: 1px; text-transform: uppercase; color: #3C3C3E; padding-left: 1px; font-style:normal; font-variant:normal; font-weight:100; line-height:25px; font-size:14px; font-family:Verdana; }
h3, h4, h5, h6 {letter-spacing: 1px; text-transform: uppercase; color: #3C3C3E; padding-left: 1px; font-style:normal; font-variant:normal; font-weight:100; line-height:25px; font-size:14px; font-family:Verdana; }

/* trennlinie */
hr {
	color: #003366;
	height: 1px;
	width: 100%;
}

/* bilder ohne rand */
img{
	border: 0px;
}

/* anweisungen der box aufheben */
.clear{
	clear: both;
}

/* hervorhabung z.b. suchseite ausgabe */
.highlight {
	background-color: transparent;
	color: #cf1818;
	font-weight: bold;
}

/* standardlinks */
a:link, a:visited, a:active {
	color: #022750;
	text-decoration: none;
}
a:hover {
	color: #76BDE5;
	text-decoration: none;
}

/* links in der fusszeile */
a.footerlink:link { font-size:0.8em; color: #022750; text-decoration: none;}
a.footerlink:visited{font-size:0.8em; color: #022750; text-decoration: none;}
a.footerlink:hover {font-size:0.8em; color: #76BDE5; text-decoration: none;}

/* kein gestrichelter rand beim klick auf link */
a, a:link, a:visited, a:hover	{
	outline: none;
	text-decoration: none; 
}


/****************************************/
/* box Seiteneinstellung                */
/****************************************/	
/* Umrandung aussen der gesammten Page */
#page-aussen	{
	margin: 0 auto;
	width: 995px;
	height: 100%;
	background: transparent;
}


/****************************************/
/* KOPF                                 */
/****************************************/
/* box aussen */
#kopf-aussen {
	float: left;
	width: 100%;
	height: 255px;
	margin: 25px 0 0 0;
	padding: 0px;
	background-image: url(images/hg_kopf.jpg);
	background-repeat: no-repeat;
}

/* box mit oberen horizontalen menue */
#kopf-menue {
	float: right;
	width: 90%;
	margin: 8px 0 0 0;
	background-color: transparent; 
}

/* box links mit logo */
#kopf-logo {
	float: left;
	margin: 11px 0 0 30px;
	width: 300px;
	height: 185px;
	background-image: url(images/logo.png);
	background-position: center;
	background-repeat: no-repeat; 
}

/* box rechts mit bild */
#kopf-bild {
	float: right;
	margin: 11px 15px 0 0;
	width: 620px;
	height: 185px;
	background-image: url(images/bild1.jpg);
	background-repeat: no-repeat; 
}

/* Sie sind hier: */
#pfadanzeige {
	float: left;
	margin: 10px 0 0 25px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}
#pfadanzeige a {
	color: black;
}
#pfadanzeige a:hover {
	color: #c71585;
}


/****************************************/
/* MITTELTEIL                           */
/****************************************/
/* box aussen */
#content-aussen,
#content-aussen2 {
	float: left;
	width: 100%;
	padding: 0px;
	background-image: url(images/hg_content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

/* box aussen wenn bloecke inhalt haben 
	hintergrund mit grauem rand rechts */
#content-aussen2 {
	background-image: url(images/hg_content2.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

/* box linke spalte menue */
#content-links {
	float: left;
	width: 228px;
	margin: 0px;
	padding: 0 15px 0 0;
	background-color: transparent;
}

/* box mittelteil mit inhalt */
#content-mitte {
	position: relative;
	margin: 0px;
	padding: 0 15px 15px 0;
	height: 100%;
}

/* text-box begrenzt wenn in einem der bloecke text enthalten ist */
#content {
	float: left;
	width: 540px;
}

/* text-box ueber ganze breite da bloecke keinen text enthalten */
#content-voll {
	float: left;
	width: 730px;
}

/* box rechte spalte mit bloecken */
#content-rechts {
	float: right;
	width: 195px;
	padding: 0px;
	background-color: transparent;
}


/****************************************/
/* FUSSZEILE                            */
/****************************************/
/* box aussen umascjliessend */
#footer {
	float: left;
	width: 995px;
	height: 50px;
	background-image: url(images/hg_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

/* box text in der fussszeile */
#footertext {
	float: left;
	margin: 18px 0 0 20px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #15155e;		
}


/*****************************************/
/* Menue horizontal im Kopf              */
/*****************************************/	
/* box menue horizontal kontakt, agb... */
#menue-kopf {
	float: right;
	margin: 5px 30px 0 0;
	background-color: transparent;
}
#menue-kopf ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menue-kopf li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menue-kopf a {
	float: left;
	margin: 0px;
	padding: 0px 4px 0px 4px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #15155e;
	background-color: transparent;
	border-left: 1px solid #191970 ;
}
/* erster menuepunkt keine senkrechte linie */
#menue-kopf .menu-first {
	border: none;
}

/* Link hover */
#menue-kopf a:hover	{
	color: #c71585;
}
/* gew�hlter Link */
#menue-kopf .menu-current {
	color: #c71585;
}


/**************************************************/
/* Menue vertikal oberhalb von Immo Kauf u. Miete */
/**************************************************/	
/* box fuer menueaufnahme */
#menue-links {
	margin: 15px 0 10px 5px;
	padding: 0;
	width: 223px;
}

/* Ebene */
#menue-links ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Ebene */
#menue-links ul li {
	width: 100%; 
}
/* 1 Links erste Ebene */
#menue-links li a:link, 
#menue-links li a:visited, 
#menue-links li a:hover {
	display: block;
	padding: 10px 5px 10px 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: black;	
	text-decoration: none;
	background-image: url(images/menue_left_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}
/* 2 Links zweite Ebene */
#menue-links li li a:link, 
#menue-links li li a:visited, 
#menue-links li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 30px;
}
/* 3 Links dritte Ebene */
#menue-links li li li a:link, 
#menue-links li li li a:visited, 
#menue-links li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 35px;
}
/* 4 Links vierte Ebene */
#menue-links li li li li a:link, 
#menue-links li li li li a:visited, 
#menue-links li li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 40px;
}

/* 1 Links erste Ebenen hover und aktiv */
#menue-links li a:hover,
#menue-links li a.menu-current {
	color: white;
	background-image: url(images/hover_left.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 2 Links zweite Ebenen hover und aktiv */
#menue-links li li a:hover,
#menue-links li li a.menu-current {
	color: white;
	background-image: url(images/hover_left2.gif);
	background-position: left;
	background-repeat: repeat-x;	
}
/* 3 Links dritte Ebenen hover und aktiv */
#menue-links li li li a:hover,
#menue-links li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 4 Links vierte Ebenen hover und aktiv */
#menue-links li li li li a:hover,
#menue-links li li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;	
}

#menue-links li a.menu-current {
	font-weight: bolder;
}	


/**********************************************/
/* Menue vertikal links IMMO Kauf und Miete   */
/**********************************************/	
/* box fuer menueaufnahme */
#menue-links-immo {
	margin: 20px 0 10px 5px;
	padding: 0;
	width: 223px;
}

/* Ebene */
#menue-links-immo ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Ebene */
#menue-links-immo ul li {
	width: 100%; 
}
/* 1 Links erste Ebene */
#menue-links-immo li a:link, 
#menue-links-immo li a:visited, 
#menue-links-immo li a:hover {
	display: block;
	padding: 10px 5px 10px 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;	
	text-decoration: none;
	background-image: url(http://www.heinrichsimmobilien.com/templates/hover_left_grau.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
 

}
/* 2 Links zweite Ebene */
/* unterstrich wieder grau */
#menue-links-immo li li a:link, 
#menue-links-immo li li a:visited, 
#menue-links-immo li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 30px;
	background-image: url(images/menue_left_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* 3 Links dritte Ebene */
/* unterstrich wieder grau */
#menue-links-immo li li li a:link, 
#menue-links-immo li li li a:visited, 
#menue-links-immo li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 35px;
	background-image: url(images/menue_left_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* 4 Links vierte Ebene */
/* unterstrich wieder grau */
#menue-links-immo li li li li a:link, 
#menue-links-immo li li li li a:visited, 
#menue-links-immo li li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 40px;
	background-image: url(images/menue_left_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* 1 Links erste Ebenen hover und aktiv */
#menue-links-immo li a:hover,
#menue-links-immo li a.menu-current {
	color: white;
	background-image: url(images/hover_left.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 2 Links zweite Ebenen hover und aktiv */
#menue-links-immo li li a:hover,
#menue-links-immo li li a.menu-current {
	color: white;
	background-image: url(images/hover_left2.gif);
	background-position: left;
	background-repeat: repeat-x;	
}
/* 3 Links dritte Ebenen hover und aktiv */
#menue-links-immo li li li a:hover,
#menue-links-immo li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 4 Links vierte Ebenen hover und aktiv */
#menue-links-immo li li li li a:hover,
#menue-links-immo li li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;	
}

#menue-links-immo li a.menu-current {
	font-weight: bolder;
}


/****************************************************/
/* Menue vertikal links unter IMMO Kauf und Miete   */
/****************************************************/	
/* box fuer menueaufnahme */
#menue-links-kunden {
	margin: 20px 0 10px 5px;
	padding: 0;
	width: 223px;
}

/* Ebene */
#menue-links-kunden ul { 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Ebene */
#menue-links-kunden ul li {
	width: 100%; 
}
/* 1 Links erste Ebene */
#menue-links-kunden li a:link, 
#menue-links-kunden li a:visited, 
#menue-links-kunden li a:hover {
	display: block;
	padding: 10px 5px 10px 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: black;	
	text-decoration: none;
	background-image: url(images/menue_left_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat;	
}
/* 2 Links zweite Ebene */
#menue-links-kunden li li a:link, 
#menue-links-kunden li li a:visited, 
#menue-links-kunden li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 30px;
}
/* 3 Links dritte Ebene */
#menue-links-kunden li li li a:link, 
#menue-links-kunden li li li a:visited, 
#menue-links-kunden li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 35px;
}
/* 4 Links vierte Ebene */
#menue-links-kunden li li li li a:link, 
#menue-links-kunden li li li li a:visited, 
#menue-links-kunden li li li li a:hover {
	font-weight: normal; 	
	padding: 5px 5px 5px 40px;
}

/* 1 Links erste Ebenen hover und aktiv */
#menue-links-kunden li a:hover,
#menue-links-kunden li a.menu-current {
	color: white;
	background-image: url(images/hover_left.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 2 Links zweite Ebenen hover und aktiv */
#menue-links-kunden li li a:hover,
#menue-links-kunden li li a.menu-current {
	color: white;
	background-image: url(images/hover_left2.gif);
	background-position: left;
	background-repeat: repeat-x;	
}
/* 3 Links dritte Ebenen hover und aktiv */
#menue-links-kunden li li li a:hover,
#menue-links-kunden li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;
}
/* 4 Links vierte Ebenen hover und aktiv */
#menue-links-kunden li li li li a:hover,
#menue-links-kunden li li li li a.menu-current {
	color: white;
	background-image: url(images/hover_left3.gif);
	background-position: left;
	background-repeat: repeat-x;	
}

#menue-links-kunden li a.menu-current {
	font-weight: bolder;
}


/*****************************************/
/* Menue horizontal im Footer            */
/****************************************/	
/* menue horizontal fusszeile... */
#menue-footer {
	float: left;
	margin: 18px 0 0 20px;
	background-color: transparent;
}
#menue-footer ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menue-footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menue-footer a {
	float: left;
	background-color: transparent;
	margin: 0px;
	padding: 0px 4px 0px 4px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #15155e;
	border-left: 1px solid #191970 ;
}
/* erster menuepunkt keine senkrechte linie */
#menue-footer .menu-first {
	border: none;
}

/* Link hover */
#menue-footer a:hover{
	color: #c71585;
}
/* gew�hlter Link */
#menue-footer .menu-current {
	color: #c71585;
}


/****************************************/
/* BLOECKE RECHTS                       */
/****************************************/	
/* boxen rechts fuer die bloecke */
#box-block {
	float: left;
	margin: 0 0 0 20px;
	width: 85%;
	padding-bottom: 2px;
	font-size: 10px;
	background-image: url(images/block_right_border.gif);
	background-position: bottom center;
	background-repeat: no-repeat 
}


/****************************************/
/* box Suchen                           */
/****************************************/	
#suchen{
	float: right;
	margin: 0 15px 0 0;
	background-color: transparent;
}

/* Suchformular Eingabefeld*/
#suchen input{
	width: 170px;
	margin: 8px 0px 0px 6px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-align: left;
	background-color: #e8e7e5;
	border: 1px solid #e3e3e3;
}


/****************************************/
/* Login                                */
/****************************************/	
/* box login */
#login {
	margin: 5px auto;
	width: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	border: 1px solid #f9f9f7;
	text-align: center;
}
#login input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3a6465;
	width: 170px;
}
#login .formbutton {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#login a{
	color: #9a4f16;
}

/* newsletter */
.newsletter {   
  width:180px;   
  margin:50px 0 0 10px;   
  padding: 50px 5px 5px 5px;   
 
  background-repeat: no-repeat;   
  background-position: top left;   
  color: #fff;   
  background-color: transparent;   
  font-size: 8pt;   
  } 
.newsletter input[type=text], 
.newsletter input[type=submit] {   
  width: 100%;   
  color: #fff;   
  background-color: transparent;   
  border: 1px solid #fff;   
  } 
.newsletter input:hover {   
  color: #000;   
  background-color: #fff;   
  } 
.newsletter input:focus {   
  color: #000;   
  background-color: #fff;   
  }

/************** ENDE ***************/
