/*
Theme Name: Immovermoegen
*/

html, body {
	font-size: 14px;
	font-family: arial, sans-serif; 
	background-color: #D0D0D0; 
	color: #444;
	text-align: center;
  margin: 0 0 20px 0;
	padding: 0;
  background-image: url(images/bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	font-weight: bold;
  text-align: left;
}

h1 {
	font-size: 150%;
  padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 150%;
	margin: 0;
  padding: 0;
}

h3 {
	font-size: 125%;
	padding: 0;
	margin: 0;
	}
 
h4 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

#page {
	text-align: left;
  margin-left: auto;
  margin-right: auto;
	padding: 0;
	width: 950px;   
  background-color: white;
  background-image: url(images/bgpage.gif);
  background-position: top right;
  background-repeat: repeat-y;
}

#content {
  float: left;
	margin: 0;
  padding: 20px 10px 20px 10px;
  background-color: white;
  width: 650px; 
}

#contentthreecol { 
  float: left;
	margin: 0;
  padding: 20px 10px 20px 10px;
  background-color: white;
  width: 370px; 
}

.entry {
	line-height: 160%;
	}

small {
	font-size: 90%;
}

h1, h1 a, h1a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #005091;
  text-decoration: none;
}

a {
	color: #033C69;
  text-decoration: none;
}

a:hover {
	background-color: #033C69;
  color: white;
}

#content p>a {
  font-family: Times New Roman, Times, serif;
}

#headerleft {
  height: 180px;
  width: 265px;
  float: left;
  padding: 10px 8px 10px 7px;
  font-size: 18px;
  font-weight: bold;
  color: #4878AD;
  font-variant: small-caps;
  letter-spacing: 0.08em;
}

#home {
  display: block;
  height: 67px;
  width: 265px;
  margin: 0 0 20px 0;
}

#home:hover {
  background-color: white;
}

#home img {
  border: none;
}

#headerimg {
  height: 200px;
  width: 670px;
  margin: 0;
  float: right;
  overflow: hidden;
}

.post {
	text-align: justify;
  margin: 0 0 30px 0;
	}

.post hr {
	display: block;
}

.blogindex {
   border-bottom: 3px solid #005091;
 }
 
.clear {
	clear: both;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 20px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.entry p,.entry table {
  margin: 15px 0 15px 0;
}

#contentthreecol .entry p {
  margin: 0;
}

.entry ul {
	margin: 0;
  padding: 0 0 0 30px;
	list-style-type: disc;
  list-style-position: inside;
}

.entry ol {
	padding: 0 0 0 30px;
	margin: 0;
}

.entry ul li {
	margin: 5px 0 5px 0;
  text-align: left;
  padding: 0;
}

.entry ol li {
	margin: 5px 0 5px 0;
  text-align: justify;
  padding: 0;
}

#sidebar {
  width: 280px;
  float: left;
  margin: 20px 0 20px 0;
  overflow: hidden;
  text-align: left;
  background-color: #E6E6E6;
}

#leftnavbar {
  width: 280px;
  float: left;
  margin: 20px 0 20px 0;
  background-color: red;
}

#sidebar ul, #leftnavbar ul {
  padding: 0 8px 0 7px;
  margin: 0;
}

#sidebar ul li, #leftnavbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 15px 0;
  line-height: 125%;
}

#sidebar ul li div, #sidebar ul li a.button  {
  padding: 3px;
  background-image: url(images/bgsb.gif);
  background-repeat: repeat-y;
  height: 100%;
}

#sidebar ul li a.button {
  display: block;
  height: 100%;
}

#sidebar ul li a.button:hover {
  background-color: none;
  background-image: url(images/bgsbhover.gif);
  color: #444;
}

#sidebar ul li img.button {
  width: 64px;
  height: 64px;
  margin: 0 10px 0 0;
  float: left;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#topbar {
  margin: 0; 
  height: 38px;
  width: 100%;
  z-index: 100;
}

#topbar #tbmenu {
  width: 100%;
  float: left;
  height: 38px;
  background-color: #005091;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 100;
}

.b {font-weight: bold }

#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	width:100%;
  background-color: #9BADD0;
}
 
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  background-color: #005091;
  color: #9BADD0;
  height: 25px;
}

#footer li {
  display: inline;
  padding-right: 20px;
  height: 25px;
  line-height: 25px;
}

#footer li a {
  color: white;
}

#footer li a:hover {
  text-decoration: underline;
  background-color: #005091;
  color: white;
}

#sbnlanm {
  color: #005091
}

#sbnlanm .negative {
  color: red
}

#sbnlanm div.row {
  clear: both;
  width: 100%
}

#sbnlanm div.row span.label {
  float: left;
  width: 70px;
  text-align: left;
}

#sbnlanm div.row span.formw {
  float: left;
  width: 190px;
  text-align: left;
} 

#sbnlanm div.row span.formw input.textinput {
  width: 100%
}

#sbnlanm small {
  font-size: 10px;
}

#bottomnavi {
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 90%;
  text-align: center;
  line-height: 180%;
}

#bottomnavi a  {
  color: #033C69;
}

#bottomnavi a:hover {
	background-color: #9BADD0;
  color: #033C69;
  text-decoration: underline;
}

#topbar ul , #topbar ul ul{
  margin: 0; 
  padding: 0;
  list-style-type: none;
	display: inline;
  z-index: 100;
}

#topbar ul  {
	display: table;
}

#topbar ul>li {
  display: table-cell;
	position: relative;
  margin: 0; 
  padding: 0;
  border-right: 1px dotted white;
  z-index: 100;
}

#topbar ul li a {
  display: block;
  text-align: left;
  padding: 0 15px 0 15px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 100;
}

#topbar ul li a:hover, #topbar ul li>ul li a:hover {
  background-color: #9BADD0;
  color: black;
  text-decoration: none;
  background-image: none;
}

#topbar ul li>ul{
  display: none;
	position: absolute;
  border: 1px solid #4878AD;
  z-index: 100;
}

#topbar ul li>ul li{
  display: block;
  background-color: #005091;
  border: none;
}

#topbar ul li>ul li a{
  font-size: 12px;
  line-height: 26px;
  z-index: 100;
}

#topbar ul li:hover>ul{
  display: block;
}

table.newsblog {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  margin: 5px 0 0 0;
  font-size: 95%
}

table.newsblog td.nbautorpic {
  vertical-align: top;
  padding: 0 10px 10px 17px;
  border: none;
  margin: 0;
}

table.newsblog td.nbheader {
  vertical-align: top;
  padding: 0 0 10px 0;
  border: none;
  margin: 0;
  line-height: 120%;
}

table.anlagen, table.anlagen td.info table {
  border-collapse: collapse;
  border-spacing: 0;
  clear: both;
  width: 100%;
}

table.anlagen td.info table {
  margin: 2px 0 0 0;
  background-color: white;
}

table.anlagen td.info table td {
  padding: 2px;
  border-bottom: 1px solid #D0D0D0;
  vertical-align: top;
}

table.anlagen td.info table td.parameter {
  background-color: #005091;
  color: white;
  vertical-align: top;
}
  

table.anlagen td, table.anlagen td.info table td{
  vertical-align: top;
  text-align: left;
}

table.anlagen td.beschreibung {
  padding: 0 20px 0 0;
  line-height: 160%;
  text-align: justify;
  vertical-align: top;
}

table.anlagen td.info {
  width: 250px;
  text-align: center;
  font-size: 90%;
  vertical-align: top;
} 

table.anlagen td.info div {
  padding: 2px;
  background-color: #D0D0D0;
}

.blau {
  color: #005091;
}

td.userphoto {
  vertical-align: top;
  padding-right: 20px;
}

td.userinfo {
  vertical-align: middle;
}

td.userinfotop {
  vertical-align: top;
}

td.userinfo h2, td.userinfotop h2 {
  margin: 0;
  padding: 0;
}

.h2.archivtitle {
	margin: 0 0 30px 0;
  padding: 15px;
  border: 1px solid #005091;
	text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

p.url {
  display: none;
}

.pt {
   width: 153px;
   font-size: 90%;
   padding: 0 0 10px 0;
   margin: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

#topbar .stb a {
  color: #9BADD0;
}

#topbar .stb a:hover {
  color: #444;
}

a.entrybutton {
  display: block;
  width: 360px;
  height: 106px;
  background-image: url(images/bgentrybutton.jpg);
  background-repeat: repeat-y;
  font-family: arial, sans-serif; 
  font-size: 150%;
  margin: 0 0 20px 0;
  padding: 5px;
  color: #005091;
}

a.entrybutton:hover {
  background-image: none;
  background-color: #9BADD0;
  color: #005091;
}

a.entrybutton img {
  height: 100px;
  width: 100px;
  float: left;
  margin: 0 15px 0 0;
  border: 3px solid #4878AD;
}

a.entrybutton:hover img {
  border: 3px solid #005091;
}

a.entrybutton .comment {
  text-align: left;
  font-size: 75%;
  display: none;
}

a.entrybutton:hover .comment {
  color: #444;
  display: block;
  margin: 10px 0 0 0;
}

.mr25 {
  margin-right: 25px;
}

.entry table.overview {
  width: 100%;
  border-collapse: collapse;
  font-size: 80%;
}

.entry table.overview th {
  background-color: #9BADD0;
  border: 1px solid #005091;
  color: #005091;
  padding: 5px;
  font-weight: normal;
  white-space: nowrap;
}

.entry table.overview td {
  border: 1px solid #005091;
  padding: 5px;
  height: 50px;
  line-height: 125%;
}

.entry table.overview td a {
  color: #005091;
  font-weight: bold;
}

.entry  table.overview td a:hover {
  background: none;
  text-decoration: underline;
}

.nobr {
  white-space: nowrap;
}

div.front {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  border: 1px solid #005091;
  padding: 10px;
}

table.front {
  width: 100%;
  border-collapse: collapse;
  font-size: 90%;
  border-top: 1px solid #9BADD0;
  border-bottom: 1px solid #9BADD0;
  background-color: #E6E6E6;
}

table.front td {
  vertical-align: top;
}

table.front td.mid {
  border-left: 1px dotted #9BADD0;
  border-right: 1px dotted #9BADD0;
  padding-left: 10px;
  padding-right: 10px;
  width: 34%;
  text-align: center;
}

table.front td.left {
  padding-right: 10px;
  width: 33%;
  text-align: center;
}

table.front td.right {
  padding-left: 10px;
  width: 33%;
  text-align: center;
}

table.front h2 {
  text-align: center;
  font-size: 175%;
}

table.front h2 .small {
  font-size: 70%;
}

table.front a {
  padding: 5px 10px 5px 10px;
  border:  1px solid #005091;
  background-color: white;
  font-size: 110%;
}

table.front a:hover {
  background-color: #9BADD0;
  color: black;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}
