﻿/*
Theme Name: Immobilienmakler-Beruf-NEW
Theme URI: http://
Description: A WordPress theme based on the Prosence.
Version: 1.0
Designed by: 
Coded by: fubupc
Tags: greem, custom header, fixed width, two columns, widgets
*/

/* ---------------------- Quick Modification - start ----------------------- */
#header {
  background: url(images/immomakler-bkg.png); /* header background color */
}
  #header #logo {
    background: transparent; /* change logo picture here */
    width: 290px; /* logo pic's width */
    height: 23px; /* logo pic's height */
    margin:0px 10px; /* log pic's position */
  }
  #header #subheading { /* subheading */
    font-size: 1.0em;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 75px;
    left: 352px;
  }
  #header #subheading1{
  font-size: 1.0em;
    font-weight: normal;
    color: white;
    position: absolute;
    top: 108px;
    left: 352px;
	/*background-image:url(images/fragen_antworten_bkg.png);*/
  }
  #header #subheading1 a { /* subheading */
    color: #EFDEAD;
  }
  #header #subheading1 a:hover { /* subheading */
    color: #d95f14;
  }
.headerRightFirstText a:hover{
text-decoration:underline !important;
color:#efdead !important;
}


  #header #subheading a { /* subheading */
    color: #EFDEAD;
  }

  #header #subheading a:hover { /* subheading */
    color: #d95f14;
  }

 #header #fernstudiumbox { 
	background: #600708;
	float:right;
	width:450px;
	left:500px;
	position:absolute;
	top:85px;
  }
  #header #fernstudiumbox0 { 
	background: #ffffff;
	float:right;
	width:450px;
	left:500px;
	position:absolute;
	top:65px;
	color:#8d280b;
	font-size:10px;
	cursor:pointer;
	padding-left:11px;
  }  
  #header #fernstudiumbox1 { 
	background: #ffffff;
	float:right;
	width:450px;
	left:500px;
	position:absolute;
	top:80px;
	color:#8d280b;
	font-size:10px;
	cursor:pointer;
	padding-left:11px;
  }
  #header #fernstudiumbox2 { 
	background: #ffffff;
	float:right;
	width:450px;
	left:500px;
	position:absolute;
	top:95px;
	color:#8d280b;
	font-size:10px;
	cursor:pointer;
	padding-left:11px;
  }
    #header #fernstudiumbox3 { 
	background: #ffffff;
	float:right;
	width:450px;
	left:500px;
	position:absolute;
	top:110px;
	color:#8d280b;
	font-size:10px;
	cursor:pointer;
	padding-left:11px;
  }

.table_header{font-family:Arial, Regular; font-size:11px; color:#efdead; clear:both; overflow:hidden;}
.header_footer{
float:left;
left:611px;
top:107px;
}
#sidebar {
  background: #FFFFFF ; /* sidebar background color */
}

#ads {
  background: #891b1c; /* #940F04 google ads background color */
}
/* ----------------------- Quick Modification - end ------------------------ */



/* -------------------------- Basic Style - Start -------------------------- */

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  color: #7c7c7c;
  font-size: 62.5%;
  font-family:  Arial,Verdana,sans-serif;
  background: #e1d8bf; /* webpage background color */
}

ul {
  list-style: none;
}

h2 {
  font-size: 1.5em;
}

img {
  border: 0;
}


.floated-img {
border: 5px solid #000000 ; /* Bastelt einen 5px breiten, weißen Rand ums Bild */
border-color:#000000;
float: left; /* Lässt das Bild rechts vom Text durch die Gegend schweben */
margin: 5px 13px 6px 0; /* Abstand des Bildes zum Text - 5px jeweils oben und unten und 10px links und rechts */
}

.img-right {
border: 5px solid ; /* Bastelt einen 5px breiten, weißen Rand ums Bild */
border-color:#a6c43b;
float: right; /* Lässt das Bild rechts vom Text durch die Gegend schweben */
margin: 5px 0px 5px  10px; /* Abstand des Bildes zum Text - 5px jeweils oben und unten und 10px links und rechts */
}

a {

color: #9A1F1F;
text-decoration:none;
font-weight:bold;

}




input {
	font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

input[type="submit"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: #940F04;
  color: white;
  padding: 3px;
  border: 0;
}
input[type="submit"]:hover {
  background: #7c7c7c;
}

/* --------------------------- Basic Style - end --------------------------- */



.wp-table-reloaded {
	background-color:#CDCDCD;
	margin:10px 0px 15px 0px;
	font-size:8pt;
	width:100%;
	text-align:left;
}
.wp-table-reloaded th {
	background-color:#891B1C;
color:#ffffff;
	border:1px solid #FFFFFF;
	padding:4px;
}
.wp-table-reloaded td {
	color:#3D3D3D;
	padding:7px;
	background-color:#f8f7f7;
	vertical-align:top;
}
.wp-table-reloaded .even td {
	background-color:#FFFFFF;
}
.wp-table-reloaded .odd td{
	background-color:#F0F0F6;
}
.wp-table-reloaded .header {
	background-image:url(http://immobilienmakler-beruf.de/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
}
.wp-table-reloaded .headerSortUp {
	background-color:#8DBDD8;
	background-image:url(http://immobilienmakler-beruf.de/wp-content/plugins/wp-table-reloaded/img/asc.gif);
}

.wp-table-reloaded .headerSortDown {
	background-color:#8DBDD8;
	background-image:url(http://immobilienmakler-beruf.de/wp-content/plugins/wp-table-reloaded/img/desc.gif);
}



















/* ------------------------ Integral Layout - Start ------------------------ */

#wrapper-outer {
  width: 1010px;
  margin: 0px auto;
  background: url(images/wrapper-outer-bg.png) repeat-y;
}


#wrapper-inner {
  height: 100%; /* fix "peekaboo bug" in IE */
  padding: 0px 18px 0px 18px;
  background: url(images/wrapper-inner-bg.jpg) left top no-repeat;
  overflow: auto;
}
#wrapper {
  float: left;
  width: 560px;
}

#header {
  position: relative;
  width: 970px;
  height: 152px;
  padding: 1px;
  _position: relative; /* ie6 overflow bug */
}

#sidebar {
color:white;
float:right;
margin:174px 2px 0 0;
padding:0 5px 0 0px;
width:200px;
}

#ads {
  float: right;
  width: 175px;
  margin: 162px 5px 0px;
  text-align: center;
}

#content {}

#page-bottom {
  width: 1010px;
  height: 22px;
  background: url(images/page-bottom-bg.png);
}

#footer {
  background: #e1d8bf;
  text-align: center;
  padding-bottom: 20px;
  padding-left:13px;
  margin: 0 auto;
  width:990px;
}
  #footer a {
    color: #a39469;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    text-decoration: none;
font-weight:normal;
  }


a.footer_link
{
	background:url(images/immomakler-new3_05.png) left no-repeat;
	padding-left:12px;
	height:17px;
	display:block;
	font-size:10px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	line-height:17px !important;
}

a.footer_link:hover
{
	background:url(images/immomakler-new3_06.png) left no-repeat;
	color:#923d1b !important;
}
#bottom-nav {
  font-size: 1.1em;
  color: #747474;
  text-align: center;
  /*border-top: 1px solid #ECF3DC;*/
  /*margin: 9px 30px 0 30px;*/
  padding-top: 16px;
  clear:both;
  overflow:hidden;
}

.cont_footer_link
{
	float:left; padding-left:280px;padding-bottom:5px;
}
  #bottom-nav a {
    color: #A39469;
    text-decoration: none;
font-weight:normal;
  }
.footer_update{
padding-left:30px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#eadeba;
}
.footer_div_one{
background-color:#cabe9f;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
height:22px;
width:938px;
/*margin-left:225px;*/
margin-top:54px;
padding-top:7px;
padding-left:18px;
padding-right:22px;
}
.inhalt{
float:left;
color:#A39469;
font-size:1.1em;
}
.partner_webtipps{
float:right;
}
a.anchor_style{color:#92876b; text-decoration:underline !important; font-size:10px !important;}
.footer_row{width:985px; height:128px;  padding-top:20px; font-family:Arial, Regular; font-size:10px;}
.footer_column1{width:275px; height:auto; float:left; text-align:left; color:#92876b;}
.vertical_bar{height:120px; width:1px; background-color:#cabe9f; float:left; margin-top:2px;}
.footer_column2{width:530px; height:auto; float:left; text-align:left; padding-left:20px; padding-right:14px; color:#87806c;}
.footer_column3{width:128px; height:auto; float:left; text-align:left; padding-left:14px; color:#92876b;}
/* ------------------------- Integral Layout - end ------------------------- */


/* -------------------------- Detail Style - start ------------------------- */

/* header part */
#header #logo {
  display: block;
  text-indent: -999em;
}

#header a {
  color: white;
 text-decoration: none;
}
#header a:hover {
  color:white;
  text-decoration: none;
}

/* content part */
#dizzle-comments {
  margin: 0 24px 0 21px;
}

.post {
  color: #7c7c7c;
margin-top: 30px;
margin-bottom: 30px;
margin-left: 30px;
margin-right: 10px;
}
  .post .heading {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8em;
  }


  .post a {
    color: #7c7c7c;
text-decoration:none;
font-weight:bold;
  }

  .post a:hover {
    color: #9A1F1F;
text-decoration:none;
font-weight:bold;
  }

 .post .heading a {
text-decoration: none;
color:#9a1f1f;
font-weight:bold;
    }


#faq a {

text-decoration: underline;
color:#9A1F1F;
font-weight:bold;
font-size:12px;
}


#faq a:hover {

text-decoration: underline;
color:#7C7C7C;
font-weight:bold;
font-size:12px;

}


 .entry {
    font-size: 13px;
    /*border-top: 1px solid #ecf3dc;*/
    }

    .entry img {
      border: 0;
      max-width: 495px; /* for standard explorer */
      width: expression(this.width > 495 ? "495px" : (this.width+"px")); /* for ie */
    }

    .entry p {
      margin: 15px 0;
      text-align: justify;
    }

    .entry blockquote {
      border: 1px dashed #dedddd;
      background: #f6f6f6;
      margin: 20px 0;
      padding: 0 15px;
    }

      .entry blockquote p {
        margin: 10px 0;
      }

blockquote.titelrahmen {
background:#f1f1f1 none repeat scroll 0 0;
border:1px solid #F1F1EF;
margin:10px 0;
padding:0 10px;
    }

      blockquote.titelrahmen p{
        margin: 7px 0;
      }


blockquote.titelrahmen2 {
background:#9A1F1F none repeat scroll 0 0;
color:#ffffff;
border:1px solid #F1F1EF;
margin:10px 0;
padding:0 10px;
    }

      blockquote.titelrahmen2 p{
        margin: 7px 0;
      }

      blockquote.titelrahmen2 a{
        color:#000000;
      }

blockquote.titelrahmen3 {
background:#DD550F none repeat scroll 0 0;
color:#ffffff;
border:1px solid #F1F1EF;
margin:10px 0;
padding:0 10px;
    }

      blockquote.titelrahmen3 p{
        margin: 7px 0;
      }

      blockquote.titelrahmen3 a{
        color:#000000;
      }


blockquote.tipp {
background:#FFFF99 none repeat scroll 0 0;
color: #666666;
border:1px solid #F1F1EF;
margin:10px 0;
padding:10px 15px;
    }

      blockquote.titelrahmen3 p{
        margin: 7px 0;
      }

      blockquote.titelrahmen3 a{
        color:#000000;
      }






    .entry .read-more {
      margin: 10px 0;   
    }
      .entry .read-more a {
        padding: 5px 10px;
        font-style: italic;
        color: white;        
        background: #677b00;
        text-decoration: none;
      }

.post-nav {
  border-top: 1px solid #879bf2;
  margin: 0 24px 0 21px;
  padding: 5px 0 15px 0;
  overflow: auto;
}
  .post-nav a {
    color: #677b00;
    text-decoration: none;
  }
  .post-nav a:hover {
    background: #677b00;
    color: white;
  }
  .post-nav .newer {
    float: left;
  }
  .post-nav .older {
    float: right;
  }

/* sidebar part */




#sidebar a {
  display: block;
  color: #9a1f1f;
  text-decoration: none;
  font-size: 12px;
  padding: 4px;
font-weight: bold;
  zoom: 1; /* ie li blank line bug */
font-family:arial,verdana;

}

#sidebar a:hover {
  /*background: #a6c43b;*/
text-decoration: none;
color: #DD550F;
}

#sidebar .current_page_item a , #sidebar .current-cat a {

color: #DD550F;
font-weight:bold;
font-size:12px;
}

#sidebar .current_page_item .page_item a {
background:transparent;
text-decoration:none;
color:#DD550F;

}

#sidebar .current_page_item .page_item a:hover {
text-decoration:underline;
color: #DD550F;
font-weight:bold;
}


#sidebar h2 {
  color: #E26700;
  text-decoration: underline;
  margin-bottom: 10px;
font-size:1.3em;
font-weight:bold;
}

#sidebar li {
  margin: 0px 8px 5px 5px;
}

#sidebar li li {
  margin: 0;
}

#sidebar #search {
  margin: 0;
  margin-bottom: 20px;
}

/* sidebar - pages style */
#sidebar .pagenav h2, #sidebar #pages h2 {
  margin-bottom: 4px;
}

#sidebar .page_item {
  padding: 0px 0;
  /*border-bottom: 1px solid #b8b8b8;*/
}


#sidebar .page_item li {
background:transparent url(images/list-item.png) no-repeat scroll left 10px;
border:0 none;
margin:0 8px;
padding:0px 0 0 10px;
}


/* sidebar - search */

/* for FireFox */
#search input[type="submit"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  background: white;
  color: #940F04;
  padding: 0;
  border: 1px solid white;
}
#search input[type="submit"]:hover {
  background: #9A1F1F;
  color: white;
}
#search input[type="text"] {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  width: 178px;
}
/* for IE6 */

#search input {
  _padding: expression((this.type == "submit") ? "0" : "" );
  _font-family: expression((this.type == "submit") ? "Verdana, Airal, sans-serif" : "" );
  _font-size: expression((this.type == "submit") ? "1.1em" : "" );
  _background: expression((this.type == "submit") ? "white" : "" );
  _color: expression((this.type == "submit") ? "#940F04" : "" );
  _border: expression((this.type == "submit") ? "1px solid white" : "" );
  _width: expression((this.type == "text") ? "178px" : "" );
}

/* comment */
#comments {
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
  color: #677b00;
}

#respond {
	font-size: 1.2em;
	margin-bottom: 5px;
  color: #677b00;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.0em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	}

.seitebearbeiten a {
text-decoration:underline;
color:#7C7C7C;
}

.headerTextTop{
width:310px;
height:auto;
position:absolute; 
float:left; 
top:108px; 
color:#efdead; 
font-family:Arial, Regular; 
font-size:11px;
padding-left:17px !important;
background:url(images/immomakler-arrow-red.png) left no-repeat;
display:block;
font-family:Arial, Helvetica, sans-serif !important;
}
a.headerText:hover{color:#efdead !important; text-decoration:underline !important;}


.headerRightFirstText{

float:left; 
width:198px;

}

.headerRightSecondText{

float:left; 
padding-left:37px;
}

.headerRight3rdText{

float:left; 
padding-left:23px;

}

.headerRight4thText{

float:left; 
padding-left:15px;

}

.headerRow1{

float:left; 
width:210px;

}

.headerRow2{

float:left; 
padding-left:25px;
}

.headerRow3{
float:left; 
padding-left:21px;

}

.headerRow4{

float:left; 
padding-left:18px;
}

.headerRow5{

float:left; 
padding-left:12px;
}
#header .headerRow5 a{
text-decoration:underline;
	color:#933E2E ;
}
#header .head_row_right a:hover{ text-decoration:underline !important; color:#FFFFFF !important;}

.kostenlos{
color:

}

#header #subheading1 a:hover {
color:#D95F14;
}

/* ------------------------- Detail Style - end ------------------------ */