/**
 * $Id: style.css,v 1.1.2.22 2009/05/13 10:47:13 jwolf Exp $
 * Acquia Marina
 */

/******************************************/
/*  TopNotchThemes CSS Stylesheet         */
/*  by Chris Fassnacht & Stephanie Pakrul */
/*  copyright 2008 Collective Mind        */
/******************************************/

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/**
  * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
  * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
  *
  * @workaround
  * @affected IE8, FF, Webkit, Opera
  * @css-for all
  * @valid CSS3
  */

 body { overflow-y: scroll; }


/**************/
/* TYPOGRAPHY */
/**************/

body {
  /*background: #2c81de url('images/bg_main.png') repeat-x;*/
  background:#FEFFF3;
  font-family: Arial, Verdana, Helvetica, sans-serif;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 1.7em;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}


/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #27638C;
}

a:hover,
a:active {
  text-decoration: underline;
}

/***********************/
/* DEFAULT LINKS Front */
/***********************/

body.front a {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body.front a:link,
body.front a:visited {
  color: #fff;
}

body.front a:hover,
body.front a:active {
  text-decoration: underline;
}


/**********/
/* LAYOUT */
/**********/

html {
  color: #666;
  height: 100%; /* wichtig */
}

body {
  height: 100%; /* wichtig */
}

#page_margins {
  margin: 0 auto;
  width: 950px;
  background: url('images/bg_shadow.png') repeat-y left top;
  padding:0 0 0 10px;
  min-height: 100%;
  height:auto !important; /* moderne Browser */
  height:100%; /* IE */
  position: relative;
}

#page_page {
  background: #2c81de url('images/bg_main.png') repeat-x top left;
  padding:0;
}

#page {
  padding:0 10px 0 0;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}


/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}

/* adjust openid link */
html.js #user-login-form li.openid-processed,
html.js #user-login li.openid-processed {
  font-weight: bold;
  list-style-type: none;
  margin: 10px 0 0 -6px;    /* LTR */
  padding-left: 20px;    /* LTR */
  padding-top: 0.2em
}

#content-content .node ul li,
#content-bottom  ul li {
  background: url('images/green-bullet.png') no-repeat left 3px;    /* LTR */
  list-style-image: none;
  list-style-type: none;
  margin:5px 0;
  padding-left:15px;   /* LTR */
}

body.layout-main-last #sidebar-last li.leaf,
body.layout-main-last #sidebar-last ul.menu li,
body.layout-main-last #sidebar-last .item-list ul li {
  background: url('images/green-bullet.png') no-repeat left 6px;    /* LTR */
  list-style-image: none;
  list-style-type: none;
  margin:0;
  padding-left:15px;   /* LTR */
}


/********/
/* MISC */
/********/

hr {
  border: 1px solid #D6DDB9;
}

div.content a.feed-icon img,
div.content th img {
  border: 0;             /* remove image borders where we don't want them */
}

/* format initial startup page list nicely */
#first-time p {
  clear: both;
}

#first-time ol {
  list-style-position: outside;
  margin-left: 2em;    /* LTR */
}


/********************/
/* ALL PAGE REGIONS */
/********************/

/******************/
/* HEADER REGIONS */
/******************/

#header {
  height:142px;
  margin: 0 auto;
  padding: 0 24px;
}

#search-box {
  float:left;
  margin:4px 0 0 25px;
  width:180px;
}

/* theming for header search box */

#views-exposed-form-suche-alle-objekte-page-1 input.form-text {
  background:#fff;
  float:left;
  width:110px;
}

#views-exposed-form-suche-alle-objekte-page-1 input.form-submit {
  background:transparent url(images/blue-button.png) no-repeat scroll left center;
  border:1px solid #fff;
  color:#fff;
  font-size:0.9em;
}

#search-box label,
#search-box a.advanced-search-link {
  display: none;
}

#header #slogan { float:left; }
#header #slogan h1, #header #slogan h2 { color:#fff; font-size:1em; }

#header #logo {                            /* logo postion.  default image replaced if you upload your own */
  float: left;    /* LTR */
  margin:5px 0 0 0;
}

#header_special { float:left; clear:both; width:160px; height:120px; }

#header-first h1 {    /* site name link */
  font-size: 3em;
  line-height: 80%;
  margin: 10px 0 15px 0;
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.166em;
  margin: 4px 0;
}

#primary-menu-wrapper {
  background: transparent url('images/bg_nav_norm.png') no-repeat left 0;
  height:35px;
  margin:0 24px 0px;
  padding-left:7px;
  z-index: 5;    /* fixes IE z-index bug */
}


div.content > a:link img {
  border-bottom: none;
  margin: 0;
  padding: 0;
}


/************************/
/*  MAIN AREA WRAPPER   */
/* (Sidebars + Content) */
/************************/
body.front #main-wrapper {
  background: transparent;
  padding:0 14px;   /* LTR */
  line-height:1.25em;
}

#main-wrapper {
  background: #fff;
  padding:0 24px;   /* LTR */
  height:100%;
}

#main-wrapper a.active {
  color:#27638C;
  text-decoration: underline;
  font-weight:bold;
}


/*******************/
/* SIDEBAR REGIONS */
/*******************/

#sidebar-first {
  float: left;    /* LTR */
}

#sidebar-last {
  background: transparent;
  float: right;    /* LTR */
  margin: 0 0 0 10px;    /* LTR */
}


/*******************/
/* CONTENT REGIONS */
/*******************/

#content-wrapper {
  float: left;    /* LTR */
}

#content-top {
  margin: 0 0 30px;
}

body.front #content {
  margin: 5px 0 0;             /* only home */
}

#content {
  margin: 5px 0 20px;               /* default spacing between content regions */
}

#content-inner {
  clear: left;
}

#content-bottom {
  clear: both;
  margin: 20px 0 0;
}

 /* Styles fuer Node Objekte */

 .objektnummer_expose { margin:33px 0 0 0; }
 .node-type-objekt .ort { min-height:100px; margin-bottom:1em; }
 .node-type-objekt .ort p { margin:0; }
 .node-type-objekt .region p { margin-top:0; }
 .lage, .besonderheit { margin:0 0 1em 0; }
 .lage p, .besonderheit p { text-align:justify; margin:0;}
 .data p { margin:0; }

 .item-list h3 { font-size:1em; }

 .aehnliche_objekte { width:435px; margin-right:10px; float:left; }
 .aehnliche_objekte .bild_thumb img { float:left; padding-right:15px; }

 .node-type-objekt .fremddaten { font-size:0.85em; text-align:center; }
 .node-type-objekt .kontakt { margin-bottom:40px; margin-left:20px; }
 .node-type-objekt h2.shortcontact { font-size:1em; font-weight:bold;}

 .contacttel, .contactfax, .contactmail { width:30px; float:left; }

 .kurzbeschreibung_expose { font-size:0.9em; text-align:center; width:440px; }
 .ausgangspreis_expose, .objekt_verkauft { text-align:center; font-size:16px; padding-top:10px; width:445px; }
 .steuerwert_expose { text-align:center; font-size:1.35em; }
 .courtage_expose { font-size:0.85em; text-align:center; }
 .h3_topline { border-top:1px solid #CCCCCC; margin-top:10px; padding:5px 0; }
 .cl_technik { width:160px; text-align:right; float:left; }
 .node-type-objekt .logo { margin-left:15px; }
 #block-block-2 .logo { margin-left:45px; padding-top:20px; }
 .verkauft { color:#fff; font-size:13px; font-weight:bold; letter-spacing:1px; margin:81px 21px 57px; padding: 0 15px; position:absolute;
 text-align:center; background:transparent url(images/transparent_bg.png) repeat scroll 0 0 !important; }

 .currency_block { border:1px solid #CCCCCC; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:15px 0 0 20px; padding:15px; }
 .currency_block .form-item  { margin:5px 0; }
 .currency_block select.form-select { font-size:0.85em;}
 .currency_block #results { margin:0 0 0 35px; color:#FF0000; font-weight:bold; }
 .currency_block div.form-item label { float:left; font-weight:normal; width:35px; }
 .currency_block select.form-select { margin:0; }
 .currency_block input.form-text { margin-bottom:0; font-size:0.85em; }
 .currency_block_title { font-weight:bold; }
 .currency_block input.form-submit { margin-left:35px; }

 .view-bieterverfahren { border:1px solid #CCCCCC; margin:50px 0 0 0; padding:10px 4px; }
 .view-bieterverfahren .view-header h3 { font-size:1em; }
 .view-bieterverfahren tr.odd td { padding:3px 0; background-color:#FFFFFF; }
 .view-bieterverfahren tr.even td { padding:3px 0; background-color:#e3e3e3; }
 .view-bieterverfahren .view-footer { line-height:1.25em;}
 .view-bieterverfahren .view-footer a.gebotabgeben { text-align:center; background:transparent url(images/gebot.png) no-repeat scroll 0 0 !important; padding:3px 15px; }

   /*map hover zoom */
  .zoom .item-list ul li { float:left; }
  .zoom .item-list ul { margin:0 0 5px; }
  .map_zoom img { padding-left:20px;}
  .map_zoom { clear:both; padding:3px 0 3px 16px; background:transparent url(images/button-map-swe.png) no-repeat scroll 0 0 !important; margin:0.5em 0; }
  a.map_swe, a.map_swe:link, a.map_swe:visited, a.map_swe:active {
          color:#494949;
    position: relative;
    text-decoration: none;
  }

  a.map_swe:hover {
    background: transparent;
        padding: 5px 20px 5px 0 ;
  }

  a.map_swe span {
    display: none;
    text-decoration: none;
  }

  a.map_swe:hover span {
    display: block;
    position: absolute;
    top: -170px;
    left: 100px;
    padding: 0px;
    margin:0;
    background: transparent;
    width: 310px;
    z-index: 100;
  }

 /* Styles fuer Node Service */

 .node-type-servicecontent #content {margin:5px 0 20px 140px; width:510px;}
 .node-type-servicecontent #main-wrapper p {margin:5px 0;}
 .node-type-servicecontent .imagecache-teaser_service { padding-right:20px;}
 .node-type-servicecontent .kategorie .strong, .node-type-servicecontent .provinz .strong, .node-type-servicecontent .ort .strong, .node-type-servicecontent .linkbilder .strong { float:left; font-weight:bold; width:100px;}
 .node-type-servicecontent .service_back { text-align:right; padding-top:10px; font-weight:bold;}

  /** @section subtemplates */
  .subcolumns { width: 100%; overflow:hidden; }

  /* Alternative Klasse zur optionalen Unterstuetzung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { width: 100%; float:left; }

  .cl, .cl_image, .cl_headline, .cm  {float:left; }
  .cr, .cr_links {float:right; }

  .cl, .cl_headline { width:160px; }
  .cm, .cl_image, .cr_data { width:440px; }
  .cr, .cr_links { width:290px; }
  .cl_image { padding-left:160px; }
  .cr_data { float:left; }
  .cr_data .subcr { padding: 0; }
  .cr_headline, .cr_data { margin-bottom:0.4em; }

  .subc  { padding: 0; }
  .subcl { padding: 0 10px 0 0; }
  .subcr { padding: 0 0 0 15px; }

  .head { font-weight:bold; }
  .strong { font-weight:bold; padding-right:3px; }

/* Styles fuer Node Button maplink */

   .buttons { min-height:210px; }

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-left:20px;
}

a.ovalbutton{
background: transparent url('images/oval-green-left.png') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 22px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-green-right.png') no-repeat top right;
display: block;
padding: 4px 20px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* Styles fuer Node referenzbutton */

.referenzbutton { /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-left:20px;
margin-bottom:6px;
}

.ovalbutton {
background: transparent url('images/oval-blue-left.png') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 22px; /* Width of left menu image */
text-decoration: none;
min-width:100px;
}

.referenzbutton .ovalbutton a:link, .referenzbutton .ovalbutton a:visited, .referenzbutton .ovalbutton a:active {
color: #494949; /*button text color*/
}

.referenzbutton .ovalbutton a{
background: transparent url('images/oval-blue-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

.referenzbutton .ovalbutton a:hover{ /* Hover state CSS */
background-position: bottom right;
}

a.listbutton {
background: url("images/green-bullet.png") no-repeat scroll 0 5px transparent;;
padding: 4px 20px 4px 16px;
}

  /* Styles fuer Block Drucken und Routenplaner */
  .links ul li.print_html { display:none; }   /* Print Button im Footer ausblenden */
  img.print-icon-margin  { padding-right:10px; }
  .service-sio {
  border:1px solid #CCCCCC;
  margin: 20px 0 10px 20px;
  padding:10px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  }

  .print_expose a { background:url("/sites/all/modules/print/icons/print_icon.gif") no-repeat scroll 0 0 transparent; padding-bottom:1px; padding-left:30px; }  

  .routenplaner, .print_expose { height:20px;}
  .routenplaner a { background:url("icons/car.png") no-repeat scroll 0 0 transparent; padding-bottom:1px; padding-left:30px; }

  /* Styles fuer Block Registrieren */

  .registrieren_now { border:1px solid #CCCCCC; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-left:20px; margin-top:5px; padding:7px;}
  .bookmarks { border:1px solid #CCCCCC;  -moz-border-radius: 8px; -webkit-border-radius: 8px; margin-left:20px; margin-top:5px; padding:7px 0 7px 15px;}
  .bookmarks .flag-action { background: transparent url('icons/plus.png') no-repeat scroll 0 0; padding: 3px 0 2px 25px; }
  .bookmarks .unflag-action { background: transparent url('icons/minus.png') no-repeat scroll 0 0; padding: 3px 0 2px 25px; }
  .bookmarks .field-uid { background: transparent url('icons/mylist.png') no-repeat scroll 0 3px; padding:1px 0 2px 25px; margin-top:5px; }
  .bookmarks .userlogout { background: transparent url('icons/user.png') no-repeat scroll 3px 3px; padding:1px 0 2px 25px; margin-top:5px; font-weight:bold; }
  .flag-message  {
  font-size:0.8em;
  left:0;
  line-height:normal;
  position:relative;
  top:1em;
  }

  .registrieren_now .text {
  background: transparent url('icons/plus.png') no-repeat scroll 25px 0;
  color:#666666;
  font-size:1.25em;
  padding-left:50px;
  }
  .registrieren_now .neu { color:#FF0000; font-weight:bold; text-align:right;}
  .registrieren_now .button { padding:5px 0 5px 30px;}
  .registrieren_now .einloggen { text-align:center;}

  /* Styles fuer User Backend Profil */
  .view-flag-bookmarks th.views-field-field-status-value { text-align:right; }


  /* Styles fuer Node Bildergalerie */

  body.node-type-bildergalerie #content-inner {clear:left;width:890px;}
  body.node-type-bildergalerie div.node { text-align:center; width:100%;}
  body.node-type-bildergalerie h1.title { text-align:left; }
  .galeriebild { margin-bottom:1em; }
  .galeriebild .image_desc { padding-left:17%; padding-right:17%;}
  #field-galeriebild-items .widget-edit .form-text { width:725px; }   /* Backend Img Desc */
  h3.back_expose { text-align:left; font-size:1.25em; margin-bottom:1em; }
  .node-type-objekt .page_top { text-align:right; }       /* Seitenanfang */


   /* Styles fuer Node Bildergalerie Service */

  body.node-type-bildergalerie_service div.node { padding-left:145px; text-align:center; width:600px; }


  /* Styles fuer Link Panel */
  #linkpartner {padding-left:145px; width:600px; }
  #linkpartner h2 { font-weight:bold; font-size:1.3em; padding:8px 8px 8px 20px; background:#6699CC; color:#FFFFFF; }
  #linkpartner p { margin:0; }
  #linkpartner .links { margin-bottom:10px; margin-top:10px; }

/*****************/
/* FOOTER REGION */
/*****************/

#footer {
  background:#2c81de;
  clear: both;
  color:#fff;
  display: block;
  font-size: 0.9em;
  overflow: hidden;
  padding: 10px 0;
  position:absolute;
  text-align: center;
  width:940px;
  bottom: 0; /* wichtig */
}

.footerlogo { padding-top:5px; }
.footerlogo img { vertical-align:middle; }

#footer ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 9px;    /* LTR */
}

#footer ul li {
  background: transparent none repeat;
  border-left: 1px solid #CCC;    /* LTR */
  display: inline;
  padding: 0 5px 0 9px;    /* LTR */
}

#footer ul li.first {
  border: none;
}

  #footer a { color:#fff; }


/****************************************/
/*          COLUMN LAYOUTS              */
/*                                      */
/* Classes for different column layouts */
/* that are applied to the <body> tag.  */
/****************************************/

/************************/
/* SINGLE COLUMN LAYOUT */
/* (Main Content)       */
/************************/

body.layout-main #content-wrapper {
  margin:5px 0 6em;    /* LTR */
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Sidebar:Main Content) */
/**************************/

body.layout-first-main #sidebar-first {
  margin: 24px 14px 0 0;
  width: 240px;
}

body.layout-first-main #content-wrapper {
  margin: 34px 0 0 0;    /* LTR */
  width: 706px;
}


/**************************/
/*   TWO COLUMN LAYOUT    */
/* (Main Content:Sidebar) */
/**************************/

body.layout-main-last #content-wrapper {
  margin:5px 0 7em;    /* LTR */
  width:580px;
}

body.layout-main-last #sidebar-last {
  background-color:transparent;
  float:right;
  margin:10px 0 8em;
  width:300px;
}

body.layout-main-last h1.title { /*float:left;*/ clear:none; padding-right:3px; }


/**********************************/
/*      THREE COLUMN LAYOUT       */
/* (Sidebar:Main Content:Sidebar) */
/**********************************/

body.layout-first-main-last #sidebar-first {
  margin: 40px 20px 0 0;    /* LTR */
  width: 240px;
}

body.layout-first-main-last #content-wrapper {
  margin: 40px 0 8em;
  width: 700px;
}

body.layout-first-main-last #content-wrapper #content-inner {
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #F4F7E7;
  margin: 0;
  padding: 0 0 0 20px;    /* LTR */
  width: 280px;
}

body.full-node.layout-first-main-last #sidebar-last {
  margin: 0;
}


/******************/
/* HELPER CLASSES */
/******************/

.full-node .links { clear:both; } /* admin Links unter Content */
.nodequeue-ajax-toggle a { color:#FF0000; }

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}


/************/
/* HEADINGS */
/************/

h1.title {                                        /* page titles */
  clear: left;    /* LTR */
  font-size:2em;
  line-height:1em;
  margin:0.1em 0 0.5em;
}

h2.title {                                        /* block titles, node titles */
  font-size: 1.333em;
  text-transform: uppercase;
}

h2.title a:link,
h2.title a:visited {
}


h2.title a:hover,
h2.title a:active {
  color: #619CBE;
  text-decoration: none;
}

div.node h2.title {
  border-bottom: 1px solid #d6ddb9;
}

/*********/
/* NODES */
/*********/

div.node {
  margin: 0 0 30px;
}

div.node.sticky.teaser {
  background-color: #EFF2E2;
  border: 1px solid #E0E3D4;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#content-content .node ul.links li,
#content-content .node ul.inline li,
#content-content .node .links a {
  background: transparent;
  margin: 0;
  padding: 0 14px 0 0;    /* LTR */
}

div.node .read-more a,
div.node .more-link a,
div.node .links a {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}

#content-content .node ul.links li.comment_forbidden a {
  padding-right: 4px;    /* LTR */
}

.submitted,
.terms {                                      /* styling for byline and tags */
  font-size: 1em;
}

.vocab-name {
  font-weight: bold;
  display:block;
}

.terms {
  line-height: 130%;
}

#content-content .terms ul.taxonomy li {
  background: transparent;
  margin: 8px 0 0px;
  padding: 0;
}

#content-content .terms ul.taxonomy ul.vocab-list {
  background:none;
  display: inline;
  padding:0;    /* LTR */
}

#content-content .terms ul.taxonomy li.vocab-term, .makler a {
  background:transparent url(images/green-bullet.png) no-repeat scroll 0 2px;
  display: block;
  padding: 0 0 0 15px;    /* LTR */
}

.makler a { background:transparent url(images/green-bullet.png) no-repeat scroll 0 4px;}

.submitted a:link {
}

.submitted a:visited,
.submitted a:hover,
.submitted a:active {
}

.node-form .standard {
  clear: none;
}

.picture {
  float: right;    /* LTR */
  margin: 0 0 2px 4px;    /* LTR */
  padding: 2px;
}

.links li.flag-bookmarks { display:none; }

  /* Styles Nodetype Page */
  body.node-type-page div.node { padding-left:145px; width:600px; }
  body.node-type-page div.node .content { width:440px; }
  body.node-type-page div.node .textfeld p { margin:0; }

  /**********/
  /* WEBFORM */
  /**********/

  body.node-type-webform .resizable-textarea textarea,
  body.node-type-webform .grippie { margin-left:155px; width:80%; }
  body.node-type-webform div.node { padding-left:145px; width:600px; }
  body.node-type-webform #content-wrapper .form-item { margin:0; }
  body.node-type-webform .node-form div.form-item label { float:none; }
  body.node-type-webform div.form-item label { float:left; font-weight:normal; width:155px; margin-bottom:10px; }
  body.node-type-webform #content-wrapper select.form-select,
  body.node-type-webform #content-wrapper input.form-text { margin-bottom:10px; }

  #edit-submitted-kontaktviamail-safe-keymail-wrapper  { float:left; }

  #webform-component-kontaktieren_sie_mich_via, #webform-component-kontaktviamail  { width:100%; }

  body.node-type-webform .resizable-textarea { width:80%; }
  body.node-type-webform .description p { padding-left:155px; margin:0 0 10px; }
  body.node-type-webform .grippie { margin-left:155px; width:80%; }

  body.node-type-webform #webform-component-abbrechen {
   padding-left:150px;
   width:130px;
   display:inline-block;
   margin-top:165px;
  }

  body.node-type-webform #content-wrapper input.form-submit {
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   -moz-border-radius-bottomleft:4px;
   -moz-border-radius-bottomright:4px;
   -moz-border-radius-topleft:4px;
   -moz-border-radius-topright:4px;
   -moz-outline-radius-bottomleft:4px;
   -moz-outline-radius-bottomright:4px;
   -moz-outline-radius-topleft:4px;
   -moz-outline-radius-topright:4px;
   background:transparent url(images/blue-button.png) no-repeat scroll left center;
   border:1px solid #FFFFFF;
   color:#FFFFFF;
   cursor:pointer;
   font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
   font-size:0.916em;
   font-weight:bold;
   margin:0 4px;
   outline-color:#9BABB0;
   outline-style:solid;
   outline-width:1px;
   padding:2px 20px;
   text-transform:uppercase;
  }

  body.node-type-webform #content-wrapper input.form-reset {
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   -moz-border-radius-bottomleft:4px;
   -moz-border-radius-bottomright:4px;
   -moz-border-radius-topleft:4px;
   -moz-border-radius-topright:4px;
   -moz-outline-radius-bottomleft:4px;
   -moz-outline-radius-bottomright:4px;
   -moz-outline-radius-topleft:4px;
   -moz-outline-radius-topright:4px;
   background:transparent url(images/red-button.png) no-repeat scroll left center;
   border:1px solid #FFFFFF;
   color:#FFFFFF;
   cursor:pointer;
   font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
   font-size:0.916em;
   font-weight:bold;
   margin:0 4px;
   outline-color:#9BABB0;
   outline-style:solid;
   outline-width:1px;
   padding:2px 20px;
   text-transform:uppercase;
  }

  body.node-type-webform #content-wrapper input.form-submit:hover,
  body.node-type-webform #content-wrapper input.form-reset:hover {
   background-position:right center;
   cursor:pointer;
  }

  body.node-type-webform #content-wrapper a:hover,
  body.node-type-webform #content-wrapper a:active {
   text-decoration:none;
  }

  #node-38 .webform-client-form fieldset,
  #node-39 .webform-client-form fieldset,
  #node-65 .webform-client-form fieldset { float:left; margin-left:155px; margin-top:-210px; width:61%; }

  #node-311 .webform-client-form fieldset { float:left; margin-left:155px; margin-top:-190px; width:61%; }

  .webform-client-form .captcha .description { float:left; }
  .webform-client-form fieldset img { margin-left:70px; }

  #webform-client-form-65 #webform-component-abbrechen { margin-top:180px; }
  #webform-client-form-38 #webform-component-abbrechen { margin-top:170px; }

  #node-311 .form-item .description {
  font-size:0.95em;
  }

  #node-311 #edit-submitted-bestatigung-ja-wrapper label {
  width:280px;
  }

/**********/
/* BLOCKS */
/**********/
  .block h3 { border-bottom:1px solid #ccc; }
  .block-weather .weather ul li { background:transparent url(images/green-bullet.png) no-repeat scroll left center; }
  .block-weather .weather img { float:right; }
  .block-views ul { margin:3px 0 0 5px; }
  #main-wrapper .block a.active { text-decoration:none; }

/***************/
/* BLOCK MENUS */
/***************/

div.block ul.menu li a {
  font-size: 1em;
  font-weight: bold;
}

div.block ul.menu li,
div.block .item-list ul li {
  margin: 0;
}

div.block ul.menu li a:link,
div.block ul.menu li a:visited {
}

div.block ul.menu li a:hover,
div.block ul.menu li a:active {
}

#footer div.block ul li a,
#footer div.block ul.menu li a {
  font-weight: normal;
}


/*****************************************/
/* ROUNDED CORNERS FOR BLOCKS (optional) */
/*****************************************/

div.rounded-block {
  margin-top: -1px;                               /* use negative margin to overlap stacked blocks */
}

p.rounded-topspace {
  margin-top: -14px;                                  /* removes unwanted space */
}

p.rounded-bottomspace {
  margin-bottom: -10px;                               /* removes unwanted space */
}

div.rounded-block-top-left,
div.rounded-block-top-right,
div.rounded-block-bottom-left,
div.rounded-block-bottom-right {
  background: transparent url('images/rounded-block.png') no-repeat;                         /* combined rounded corner image */
  font-size: 2px;                                 /* IE div correction */
  height: 11px;                                   /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-left,
body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-left,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
  background: none;
  font-size: inherit;
  height: auto;
}

div.rounded-block-top-left,
div.rounded-block-bottom-left {
  margin-right: 11px;                             /* width of an image corner */
}

div.rounded-block-top-right {                        /* anchor image in top right */
  background-position: 100% 0;
}

div.rounded-block-top-right,
div.rounded-block-bottom-right {
  margin-left: 11px;                              /* width of an image corner */
  margin-top: -11px;                              /* height of an image corner */
}

body.layout-main-last #sidebar-last div.rounded-block-top-right,
body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
  margin: 0;
}

div.rounded-block-bottom-left  {
  background-position: 0 -11px;                   /* negative height of an image corner */
}

div.rounded-block-bottom-right {
  background-position: 100% -11px;                /* negative height of an image corner */
}

div.rounded-outside,
div.rounded-inside {
  background: transparent url('images/rounded-block-inner.png') repeat-y right;
  padding-right: 8px;
}

body.layout-main-last #sidebar-last div.rounded-outside,
body.layout-main-last #sidebar-last div.rounded-inside {
  background: none;
  margin: 0;
  padding: 0;
}

div.rounded-inside {
  background-position: left;
  padding: 0 0 0 8px;
}


/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                /* menu layout */
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
}

  #primary-menu ul { margin:0; padding:0; }

#primary-menu ul.menu li.first {
  padding-left:0;
}

#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}

#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}


/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/


#primary-menu ul.menu li {                        /* top item layout */
  display: block;
  float: left;    /* LTR */
  margin: 0;
  padding: 0;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu .expanded {
background: transparent url('images/pulldown-bullet.png') no-repeat 2px 10px;
}

#primary-menu ul.menu li a {
  color:#FFFFFF;
  display:block;
  padding:4px 13px;
  text-decoration:none;
}

#primary-menu ul.menu li.expanded a {
padding-left:20px;
}


#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a {
  color: #fff;
  background: transparent url('images/bg_nav_hover.png') repeat-x top left;
}

#primary-menu ul.menu li.active-trail a {
  color: #fff;
  background: transparent url('images/bg_nav_active.png') repeat-x top left;
}

#primary-menu ul.menu li ul {
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  position: absolute;
  width: 144px;
  z-index: 2;
}

#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}

#primary-menu ul.menu li ul li {
  background: #ffffcc;
  float: left;
  font-size: 1em;
  height: auto;
  margin: 0 10px 0 10px;
  padding-left:0px;
  border-bottom:1px solid #ccc;
  border-right:2px solid #ccc;
}

#primary-menu ul.menu li ul li.last {
  border-bottom:3px solid #ccc;
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  display: block;
  margin: 0;
  padding:2px 7px 2px 10px;
  text-transform: none;
  width: 185px;
  font-weight:normal;
  color:#333;
}

#primary-menu ul.menu li ul li a:hover {
  color: #333;
  display: block;
  margin: 0;
  padding:2px 4px 2px 10px;
  text-decoration: none;
  border-left:3px solid #27638C;
  background:#CCCC66;
  font-weight:bold;
  opacity: 1;
}

#primary-menu ul.menu li ul li a.active {
  color: #333;
  padding:2px 4px 2px 10px;
  border-left:3px solid #27638C;
  font-weight:bold;
  background:#CCCC66;
  }

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;    /* LTR */
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;    /* LTR */
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}

/******************/
/* SECONDARY MENU */
/******************/

#secondary { float:right; color:#fff; }
#secondary a { color:#fff; }


/***********/
/* MISSION */
/***********/

#mission {
    color:#FFFF00;
    float:right;
    font-weight:bold;
    text-align:right;
        width:210px;
}

#mission .small, #mission a  {
    color:#FFFF00;
        font-weight:normal;
}

/***************/
/* BREADCRUMBS */
/***************/

#breadcrumb {
  font-size: 1em;
  line-height: 100%;
  left: 21.654em;    /* LTR */
  position: relative;
  top: 1.333em;
  width: 700px;
}

body.layout-main-last #breadcrumb {
  left: 0;    /* LTR */
}

.breadcrumb {
  margin: 0;
  padding: 0;
}

/********/
/* TABS */
/********/

/* styling for node tabs (e.g., View, Edit) */
#content-tabs {
  background-color: transparent;
  float: left;    /* LTR */
  margin: 0 0 20px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  clear: left;    /* LTR */
  float: left;    /* LTR */
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #bbb;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  background: transparent;
  border-style: none;
  display: inline;
  float: left;    /* LTR */
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #27638C;
  float: left;    /* LTR */
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #27638C;
  font-size: 1em;
  line-height: 1.1em;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #FF0000;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #94CE18;
  color: #27638C;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.secondary li a:hover {
  border-bottom: 4px solid #94CE18;
  color: #4A95C8;
  padding-bottom: 2px;
}

/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

select.form-select,
input.form-text,
textarea.form-textarea {                                      /* default styling for all text fields */
  background: #F6F9FB url('images/form-bg.png') left top;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body.layout-first-main-last select.form-select,
body.layout-first-main-last input.form-text,
body.layout-first-main-last textarea.form-textarea,
body.layout-first-main-last div.resizable-textarea,
body.layout-first-main-last div.resizable-textarea .grippie {
  max-width: 325px;
}

input.form-submit,
input.teaser-button {                                    /* default styling for all form buttons */
  background: transparent url('images/blue-button.png') no-repeat left center;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  font-weight: bold;
  margin: 0 4px;
  padding: 2px 4px;
  text-transform: uppercase;
  outline: 1px solid #9BABB0;
  -moz-border-radius: 4px;
  -moz-outline-radius: 4px;
  -webkit-border-radius: 4px;
}

input.form-submit:hover,
input.teaser-button:hover  {
  background-position: right center;
  cursor: pointer;
}

fieldset {
  border: 1px solid #D6DDB9;
  margin: 15px 0;
  padding: 10px;
}

fieldset.collapsed {
}

fieldset legend {
  font-weight: bold;
}

html.js fieldset.collapsible legend a {
  font-weight: bold;
}

form#system-theme-settings select,
form#system-theme-settings input.form-text {
  width: 95%;
}

#user-login-form {
  text-align: left;    /* LTR */
}

div.form-item label {
  font-weight: normal;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;    /* LTR */
}

/* prevents fields from overflowing into sidebar-last */
body.layout-main-last input.form-text {
  width: 450px;
}

/**********/
/* PAGERS */
/**********/
#main-wrapper .item-list .pager {
  clear: both;
  margin: 0 0 20px;
  text-align: center;
}

#main-wrapper .item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}

#main-wrapper .item-list .pager a.active {
  color: #27638C;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

#main-wrapper .pager li.pager-current {
  background-color: #fff;
  border: 1px solid #27638C;
  color: #666;
  padding: 3px;
}

#main-wrapper .pager-first,
#main-wrapper .pager-next,
#main-wrapper .pager-previous,
#main-wrapper .pager-item,
#main-wrapper .pager-last {
  background-color:#fff;
  border: 1px solid #27638C;
  margin: 0 4px;
  padding: 4px;
}

#main-wrapper .pager-first:hover,
#main-wrapper .pager-next:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-item:hover,
#main-wrapper .pager-previous:hover,
#main-wrapper .pager-last:hover {
  background-color: #fff;
}


/**********/
/* TABLES */
/**********/

table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.layout-first-main-last table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;    /* evtl Wert wieder auf 57% korrigieren */
}

th {
  text-align: left;    /* LTR */
  padding-right: 1em;
  border-bottom: 3px solid #CCC;
}

tr {
  padding: 0.1em 0.6em;
}

td {
  padding: 3px;
}

th.active img {
  display: inline;
}

tr.even td {
  background-color: #E3ECC0;
  border-bottom: 1px solid #CCC;
}

tr.odd td {
  background-color: #FDFFEF;
  border-bottom: 1px solid #CCC;
}

td.active {

}

tbody {
  border-top: 1px solid #CCC;
}

tbody th {
  border-bottom: 1px solid #CCC;
}

thead th {
  text-align: left;    /* LTR */
  padding-right: 8px;
  border-bottom: 3px solid #CCC;
}

  td.views-field-field-grundstueck-value,
  td.views-field-field-wflaeche-value,
  td.views-field-field-preis-euro-value {
    text-align:right;
    min-width:75px;
    padding-right:5px;
  }

  th.views-field-field-grundstueck-value,
  th.views-field-field-wflaeche-value,
  th.views-field-field-preis-euro-value {
    text-align:right;
    padding-right:0;
  }

  td.views-field-field-objektnummer-value { width:50px; }


/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

.form-item .description { font-size:0.95em;
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages a {
  color:#000000;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}


/*--------------------------------*/
/*---- MODULE SPECIFIC STYLES ----*/
/*--------------------------------*/

/*******************/
/* BOOK NAVIGATION */
/*******************/

.book-navigation .menu {
  border-top: 1px solid #CCC;
  padding: 1em 0 0 3em;    /* LTR */
}
.book-navigation .page-links {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  padding: 0.5em;
}

/********/
/* BLOG */
/********/


/************/
/* COMMENTS */
/************/
  #comments { clear: both; padding-left:140px; width:600px; }

  #comments h2.comments {
    background-color: #6699CC;
    color: #fff;
    font-size: 1.333em;
    font-weight: 600;
    padding: 6px 14px 6px;    /* LTR */
    text-shadow: #545454 1px 1px;
    text-transform: uppercase;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
  }

#comments .content { background: transparent; border: none; }

  #main-wrapper #comments a.active { color: #666; text-decoration: none; }

.box {
  padding: 10px;
}

#comment-form {
  margin: 0 0 20px;
  padding: 0 20px;
}

.comment {
  border: none;
  margin: 6px 0 0;
  padding: 10px;
}

  .comment .links a { font-size: 0.9em; text-align: right; }  /* LTR */
  #comments .comment_ort a.active { color:#666; }

#comments .odd {
  background-color: #F4F7E7;
  border: 1px solid #ddd;
}

#comments .even {
  background-color: #fff;
}

#comments .comment-by-author {
  background-color: #FFFFEA;
}

.comment ul.links {
  text-align: right;    /* LTR */
  clear: right;
}

#content-content .comment ul.links li {
  background: transparent;
  margin: 0 10px 0 0;    /* LTR */
  padding: 0;
}

.content blockquote p {
  font-style: italic;
  margin: 0;
  padding: 0 20px 8px;
}

blockquote {
  background: url('images/close-quote.gif') no-repeat right bottom;    /* LTR */
  color: #5A6A78;
  margin: 10px 0;
}

blockquote :first-child {
  background: url('images/open-quote.gif') no-repeat left top;    /* LTR */
  padding: 10px 0 0 20px;    /* LTR */
}

blockquote * > :first-child {
  background: transparent;
  padding: 0;
}

blockquote a:link {
  text-decoration: underline;
}

/************/
/* PROFILES */
/************/

.profile {
  clear: none;
  margin: 12px 0;
}

.profile h2.title {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.profile dt {
  float: left;    /* LTR */
  margin-bottom: -10px;
  padding: 0 5px;
  text-align: left;    /* LTR */
  width: 185px;
}

.layout-first-main-last .profile dd {
  margin: 15px 5px 0 120px;    /* LTR */
}

.layout-first-main-last .profile dt {
  width: 100px;
}

/******************/
/* SEARCH RESULTS */
/******************/


/*********/
/* VIEWS */
/*********/

  .view .view-comments-recent .views-field-subject { font-weight: bold; }
  .views-exposed-form .views-exposed-widget { padding:0.5em 0.8em 0 0; }

.view .views-admin-links li {
  background: transparent !important;
}

#main-wrapper form#views-exposed-form-suche-alle-objekte-page-1 { clear:both; }

.panel-3col-33-stacked .panel-col-first {
margin-right:20px;
margin-left:10px;
}

.panel-3col-33-stacked .panel-col {
margin-right:20px;
}

.panel-3col-33-stacked .panel-col-last {
margin-right:10px;
}

.panel-3col-33-stacked .panel-col-first, .panel-3col-33-stacked .panel-col, .panel-3col-33-stacked .panel-col-last {
float:left;
width:284px;
min-height:305px;
color:#FFFFFF;
background:#0066CC;
}

.panel-3col-33-stacked .panel-col-first .inside, .panel-3col-33-stacked .panel-col .inside, .panel-3col-33-stacked .panel-col-last .inside {
margin:0;
}

.highlightpanel .kurzbeschreibung  {
text-align:center;
padding:3px;
background:#0066CC;
}

.panel-col-bottom .kurzbeschreibung  {
text-align:center;
font-size:0.85em;
letter-spacing:-0.01em;
line-height:1.35em;
color:#FFF;
padding:0 3px;
}

.view_tnia .kurzbeschreibung  {
min-height:70px;
}

.panel-col-bottom .erstellungsdatum  {
border-top:1px solid #2C81DE;
color:#FFF;
font-size:11px;
text-align:center;
}

.views-field-changed {
margin-top:-10px;
color:#FFF;
text-align:center;
}

.view-footerlink  {
background: transparent url('icons/more-arrow.gif') no-repeat scroll 0px 1px;
color:#FFF;
float:right;
font-size:1.1em;
margin-right:10px;
margin-top:-10px;
padding-left:45px;
}

.panel-3col-33-stacked .panel-col-first h2, .panel-3col-33-stacked .panel-col h2, .panel-3col-33-stacked .panel-col-last h2 {
text-align:center;
padding-top:7px;
background:transparent url(images/bg_highlight.png);
}

.panel-3col-33-stacked .panel-col-first h3, .panel-3col-33-stacked .panel-col h3, .panel-3col-33-stacked .panel-col-last h3 {
text-align:center;
padding:3px;
background:transparent url(images/bg_highlight.png);
}

.panel-col-bottom h2.pane-title {
text-align:center;
color:#FFFF00;
margin-bottom:0.5em;
padding:12px 0 10px;
font-size: 22px;
clear:both;
font-family:arial;
background:transparent url(images/bg_teasertitle-TNIA.png) no-repeat 10px 5px;
}

#teasertitle-TNIA h2.pane-title {
padding:17px 0 6px;
background:transparent url(images/bg_teasertitle-TNIA.png) no-repeat 10px 10px;
}
#teasertitle-blekinge h2.pane-title, #teasertitle-skane h2.pane-title, #teasertitle-vaermland h2.pane-title, #nord-mittel h2.pane-title, #teasertitle-dala-mittel h2.pane-title {
padding:17px 0 6px;
background:transparent url(images/bg_teasertitle-wide.png) no-repeat 10px 10px;
}

.pane-content .view_tip  {
text-align:center;
width:132px;
float:left;
margin:0 10px 20px;
background:#0066cc;
height:203px;
}

.pane-content .view_tnia {
text-align:center;
width:132px;
float:left;
margin:0 10px 20px;
background:#0066cc;
height:213px;
}

.pane-content .view_tbia {
text-align:center;
width:162px;
float:left;
margin:0 10px 20px;
background:#0066cc;
height:220px;
}

.pane-content .teasertitle {
color:#FFFFFF;
height:20px;
padding-top:3px;
font-size:1em;
}

.pane-content .teaserbild {
min-height:100px;
background:transparent url(images/bg_teaser_fp.png) no-repeat scroll 0 0;
}

.pane-content .item-list ul {
margin:0;
padding:0;
}

.pane-content ul {
margin:0;
padding:0;
}

ul.menu li, .item-list ul li {
margin:0;
padding:1px 0 0;
}

#panel_informationen {
padding-left:145px;
width:600px;
}

.view_tei { min-height:120px; }
.view_tei .bild_thumb { float:left; min-height:110px; padding:10px 15px 0 0; }

#Schweden a {
position: relative;
border: solid 2px #936;
}

#Schweden a:hover {
border: solid 2px #936;
}

.view-id-servicelist { margin:10px 120px 10px 145px;}
.view-id-servicelist .view_service { border:1px solid #CCCCCC; min-height:350px; padding:10px; margin:10px 0; clear:both;}
.view-id-servicelist .views-row-even { background:#F4FACE; }
.view-id-servicelist .bilder_thumb { float:left; width:230px; padding-right:15px;}
.view-id-servicelist .field-item-0 { padding:0 0 10px 0; margin:0; height:170px;}
.view-id-servicelist .field-item-1 { padding:0; margin:0; height:170px;}
.view-id-servicelist .service_col { margin-left:240px;}
.view-id-servicelist .kategorietitle, .view-id-servicelist .provinztitle, .view-id-servicelist .provinzort {float:left; width:65px; font-weight:bold;}
.view-id-servicelist .einleitung { padding-top:10px; min-height:165px;}
.view-id-servicelist .kontakt { border-top:4px double #CCCCCC;}
.view-id-servicelist .kontakt p { line-height:150%; margin:0;}

#links-kooperation,
#links-anreise,
#links-uebernachtung,
#links-ferienhaus,
#links-haeuser,
#links-service,
#links-nuetzlich { border:1px solid #DDDDDD; margin-bottom:15px; }

#links-kooperation .pane-content,
#links-uebernachtung .pane-content,
#links-haeuser .pane-content,
#links-nuetzlich .pane-content { background:#F4F7E7; padding:10px 20px; }

#links-anreise .pane-content,
#links-ferienhaus .pane-content,
#links-service .pane-content { padding:10px 20px; background:#F4F7E7; }

#linkpartner .views-row { border-top:2px solid #CCC; margin-bottom:10px; }
#linkpartner .views-row-first { border:none; }

/***************/
/* PRINT STYLE */
/***************/

@media print {
  body {
    background: white;
    font-size: 10pt;
  }

  #header,
  #header-top,
  #header-wrapper,
  #primary-menu-wrapper,
  #sidebar-first,
  #sidebar-last,
  #preface-wrapper,
  #content-tabs,
  #mission,
  #slogan,
  #postscript-wrapper,
  #footer-top,
  #footer,
  #primary-menu,
  #search-box,
  #logo,
  .logo,
  .kontakt,
  .cr,
  .page_top {
    display: none;
  }

  #page,
  #main-wrapper,
  #content-wrapper,
  #content-top,
  #content,
  #content-bottom {
    background: transparent none;
    border: 0;
    color: black;
    float: none !important;
    margin: 0;
    padding: 0;
    width: auto;
  }

  #content-wrapper {
    margin: 0 3%;
  }

  }