/*
-----------------------------------------------
CSS rules

Client:   1001 Hochzeiten
Author:   Julian Kommunikation
Version:  #1 - 2008

References
----------------------------------------------- */

/* =Content
-----------------------------------------------
01. Structure
02. Header
03. Content
04. Footer
05. Lists
06. Tables
07. Forms
----------------------------------------------- */

/* =Structure (01)
----------------------------------------------- */
*,body,h1,h2,h3,h4,h5,h6,a,p,span,div,ul,li,form,fieldset,input,img {
	margin: 0;
	padding: 0;
	}

body {
	padding: 0;
	text-align: center;
	background:#E0E0E0;
	font-size: 76%;
	font-family: Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
	color: #555;
	}

#page {
	background: url(../images/bg.gif) repeat-y center 6px;
	margin: 0 auto;
	padding: 0;
	width: 927px;
	text-align: left;
	overflow: hidden;
	font-size: 1em;
	}

a {
	outline: none;
	}

a, a:link, a:visited, a:focus, a:hover {
	color: #B17BB7;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #000;
	}

h1,
#maintape h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #B17BB7;
	margin: 8px 0 0;
	}

.article h1 {
/*
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	*/
	}
.article .first_pad{
	padding-top:20px;
	color: #b17bb7;
}

.article-multi .img_art{
	float:left;
	width:210px;
}
.article-multi .text_art{
	float:right;
	width:280px;
}




h2,
.article-multi h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #B17BB7;
	margin: 4px 0 3px;
	}

.article h2 {
	font-size: 1.7em;
	margin: 0 0 15px;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #B17BB7;
	}

.article h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 2px;
	}

h4 {
	font-size: 1.6em;
	color: #fff;
	}

.article-multi h4 {
	font-size: 1.2em;
	margin: 0 0 5px;
	}

div.item div.fl h4 {
	font-size: 12px;
	color: #397AB4;
	font-weight: bold;
	}

p {
	margin: 0;
	padding: 0 0 15px;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

hr {
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
	}


/* =Header (02)
----------------------------------------------- */
#header {
	background: #B4B4B6 url(../images/header.jpg) no-repeat top center;
	height: 100px;
	position: relative;
	}

#top-logo {
	float: left;
	height: 46px;
	padding: 15px 0 0 46px;
	}
	
#top-tagline {
    position: absolute;
    left: 270px;
    height: 46px;
    width: 230px;
    padding: 36px 0 0 20px;
    }
	
#top-login {
	float: right;
	height: 20px;
	padding: 7px 45px 5px 0;
	text-align: right;
	color: #fff;
	}

#top-login a {
	color: #fff;
	}

#top-search {
	float: right;
	height: 20px;
	padding: 0 45px 0 0;
	text-align: right;
	clear: right;
	}

#top-menu {
	position: absolute;
	width: 100%;
	line-height: normal;
	left: 0;
	bottom: 0;
	}

#breadcrumb {
	position: relative;
	width: 100%;
	visibility: visible;
	/*float: left;*/
	height: 25px;
}

/* =Content (03)
----------------------------------------------- */
#content {
	background: url(../images/bg-content.gif) no-repeat top center;
	float: left;
	width: 927px;
	margin: 0 0 60px;
	position: relative;
	}

#left,
#left-index {
	float: left;
	width: 520px;
	padding: 0 0 0 45px;
	text-align: left;
	}

#left-index {
	width: 523px;
	padding: 0 0 0 42px;
	}

.indexmain,
.indexmain-top,
.indexmain-bottom,
.indexmain_rahmen {
	background: url(../images/boxes/indexmain-bg.gif) repeat-y left top;
	float: left;
	width: 520px;
	margin: 0;
	}

.indexmain {
	position: relative;
	margin: 0;
	padding: 5px 0 0;
	}
	
.indexmain_rahmen {
	position: relative;
	float:left;
	margin: 0;
	padding: 5px 0 0 0;
	}	

.indexmain-top {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../images/boxes/indexmain-top.gif) no-repeat left top;
	height: 10px;
	}

.indexmain-bottom {
	background: url(../images/boxes/indexmain-bottom.gif) no-repeat left top;
	height: 9px;
	overflow: hidden;
	}

.indexmain-bb,
.indexmain-bb-top,
.indexmain-bb-bottom {
	background: url(../images/boxes/indexmain-bb-bg.gif) repeat-y left top;
	float: left;
	width: 260px;
	}

.indexmain-bb {
	position: relative;
	padding: 4px 0 0;
	}

.bb-left {
	padding: 4px 1px 0 0;
	}

.indexmain-bb-top {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../images/boxes/indexmain-bb-top.gif) no-repeat left top;
	height: 8px;
	}

.indexmain-bb-bottom {
	background: url(../images/boxes/indexmain-bb-bottom.gif) no-repeat left top;
	height: 12px;
	overflow: hidden;
	}

.indexmain img,
.indexmain-bb img {
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: bottom;
	}

.indexmain-mainimage,
.indexmain-bb-mainimage {
	position: relative;
	width: 506px;
	height: 306px;
	margin: 0 0 0 7px;
	}

.indexmain-bb-mainimage {
	width: 245px;
	height: 173px;
	margin: 0 0 0 7px;
	}

#maintape,
.maintape-small {
	background: url(../images/maintape.png) no-repeat left top;
	float: right;
	width: 321px;
	height: 98px;
	margin: 190px 0 0;
	font-size: 0.9em;
	}

.maintape-small {
	background: url(../images/maintape-small.png) no-repeat left top;
	float: right;
	width: 170px;
	height: 71px;
	margin: 85px 0 0;
	}

#maintape h1,
.maintape-small h2,
#maintape p,
.maintape-small p {
	float: right;
	text-align: right;
	padding: 0 10px 0 0;
	width: 280px;
	}

.maintape-small h2,
.maintape-small p {
	width: 155px;
	padding: 0 6px 0 0;
	}

#maintape p,
.maintape-small p {
	color: #397AB4;
	}

.article {
	padding: 0 20px 20px;
	}

.indexmain_rahmen .article {
	padding: 5px 15px 0 15px;
	}



.article-multi {
	padding: 0 20px 0 0;
	}

.article-multi img {
	float: left;
	padding: 0 10px 0 8px;
	}

#suchergebnis {
	position: relative;
	height: 110px;
	}

#searchresult {
	position: absolute;
	top: 18px;
	left: 29px;
	width: 235px;
	padding: 5px;
	color: #397AB4;
	font-size: 1.2em;
	font-weight: bold;
	background: #fff;
	border: 1px dashed #397AB4;
	}
#searchresult h1{
	padding:0;
	margin:0;
	font-size:18px !important;	
	}	

#information {
	margin: 8px;
	font-size: 0.9em;
	}

#pagination {
	padding: 10px 0 20px;
	width: 100%;
	text-align: center;
	color: #b17bb7;
	}

#pagination a {
	color: #397AB4;
	font-weight: bold;
	}

#pagination a span {
	color: #B17BB7;
	}

#right {
	float: right;
	width: 315px;
	padding: 0 40px 0 0;
	text-align: left;
	}

.rightbox-blue,
.rightbox-blue-top,
.rightbox-blue-bottom,
.rightbox-pink,
.rightbox-pink-top,
.rightbox-pink-bottom,
.rightbox-plain,
.rightbox-plain-top,
.rightbox-plain-bottom {
	background: url(../images/boxes/rightbox-blue-bg.gif) repeat-y center top;
	float: left;
	width: 311px;
	color: #387BB2;
	}

.rightbox-blue,
.rightbox-pink,
.rightbox-plain {
	margin: 0 0 13px;
	}

.rightbox-pink {
	background: url(../images/boxes/rightbox-pink-bg.gif) repeat-y center top;
	color: #B278B2;
	}

.rightbox-plain {
	position: relative;
	margin: 2px 0 0;
	padding: 0;
	background: url(../images/boxes/rightbox-plain-bg.gif) repeat-y center top;
	color: #666;
	}

.rightbox-blue-top,
.rightbox-pink-top,
.rightbox-plain-top {
	background: url(../images/boxes/rightbox-blue-top.gif) no-repeat center top;
	height: 24px;
	}

.rightbox-pink-top {
	background: url(../images/boxes/rightbox-pink-top.gif) no-repeat center top;
	}

.rightbox-plain-top {
	position: absolute;
	top: -2px;
	left: 0;
	background: url(../images/boxes/rightbox-plain-top.gif) no-repeat center top;
	height: 2px;
	}

.rightbox-blue-top span,
.rightbox-pink-top span {
	padding: 4px 0 0 10px;
	color: #fff;
	font-weight: bold;
	float: left;
	font-size: 1.2em;
	}

.rightbox-title {
	float: left;
	display: inline;
	width: 290px;
	margin: 3px 0 10px 10px;
	padding: 4px 0;
	border-bottom: 1px dashed #B278B2;
	}

.rightbox-plain img {
	margin: 0;
	padding: 3px 0 2px 4px;
	vertical-align: bottom;
	}

.rightbox-blue-bottom,
.rightbox-pink-bottom,
.rightbox-plain-bottom {
	background: url(../images/boxes/rightbox-blue-bottom.gif) no-repeat center top;
	height: 7px;
	overflow: hidden;
	}

.rightbox-pink-bottom {
	background: url(../images/boxes/rightbox-pink-bottom.gif) no-repeat center top;
	}

.rightbox-plain-bottom {
	background: url(../images/boxes/rightbox-plain-bottom.gif) no-repeat center top;
	height: 2px;
	}
	
	
.rightbox-blue ul,
#searchinput form ul{
	list-style-type: none;
	}	

#searchmap {
	float: left;
	width: 71px;
	padding: 10px 0 0 10px;
	}

#searchinput {
	float: left;
	padding: 10px 0 0 10px;
	width: 210px;
	}

.toolsbox {
	float: left;
	width: 140px;
	padding: 5px 0 8px 10px;
	font-size: 0.9em;
	}

.toolsbox-icon {
	float: left;
	width: 40px;
	}

.toolsbox-text {
	float: left;
	width: 95px;
	}

.indexbottom {
	float: left;
	width: 883px;
	padding: 0 0 10px 44px;
	}

.sindsiebox {
	background: url(../images/rightbox.jpg) no-repeat left top;
	float: left;
	height: 56px;
	width: 311px;
	padding: 7px 10px;
	}

.sindsiebox a:link,
.sindsiebox a:visited {
	color: #fff;
	}

.pinkbox {
    background: url(../images/rightboxpink.jpg) no-repeat left top !important;
    margin: 10px 0 0;
    }
    
.indexbottombox,
.indexbottombox-top,
.indexbottombox-bottom {
	background: url(../images/boxes/indexbottombox-bg.gif) repeat-y center top;
	float: left;
	width: 210px;
	margin: 0;
	}

.indexbottombox {
	position: relative;
	padding: 0;
	}

.indexbottombox-top {
	position: absolute;
	top: -5px;
	left: 0;
	background: url(../images/boxes/indexbottombox-top.gif) no-repeat center top;
	height: 5px;
	}

.indexbottombox-bottom {
	background: url(../images/boxes/indexbottombox-bottom.gif) no-repeat center top;
	height: 7px;
	overflow: hidden;
	}

.indexbottombox img {
	margin: 3px 0 0 7px;
	}

.indexbottombox h3,
.indexbottombox p {
	width: 185px;
	padding: 10px 15px 0 10px;
	}

.indexbottombox p {
	padding: 5px 15px 10px 10px;
	color: #3979B6;
	}

/* =Footer (04)
----------------------------------------------- */
#footer { 
	float: left;
	width: 100%;
	}

/* =Lists (05)
----------------------------------------------- */
ul, li,
#left-index div.tx-ildienstlform-pi1 div.rightbox-blue div#searchinput ul,
#left-index div.tx-ildienstlform-pi1 div.rightbox-blue div#searchinput li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#left-index ul,
#left-index li{
	list-style-type: disc;
}	
#left-index ul{
	padding-left:20px;
}	
	
#top-menu ul {
	padding: 0 0 0 45px;
	list-style: none;
	}

#top-menu li {
	display: inline;
	font-size: 1.15em;
	}

#top-menu a,
#top-menu li.currentpage {
	float: left;
	background: url("../images/menu/topmenu-left.gif") no-repeat left top;
	padding: 0 0 0 6px;
	margin: 0 0 1px;
	text-decoration: none;
	}

#top-menu li#navitem_115 a,
#top-menu li#navitem_116 a,
#top-menu li#navitem_115 .currentpage,
#top-menu li#navitem_116 .currentpage{
	background: url("../images/menu/topmenu-left-login.gif") no-repeat left top;
	}
#top-menu li#navitem_115 a span,
#top-menu li#navitem_116 a span,
#top-menu li#navitem_115 .currentpage span,
#top-menu li#navitem_116 .currentpage span{
	background: url("../images/menu/topmenu-right-login.gif") no-repeat right top;
	}
#top-menu li#navitem_115 a:hover,
#top-menu li#navitem_116 a:hover {
	background-position: 0% -42px;
	color: #000;
	}
#top-menu li#navitem_115 a:hover span,
#top-menu li#navitem_116 a:hover span {
	background-position: 100% -42px;
	}


#top-menu li.currentpage{
	background: url("../images/menu/topmenu-left-currentpage.gif") no-repeat left top;
	}

#top-menu li.currentpage{
	margin: 1px 0 0;
	}

#top-menu a span,
#top-menu .currentpage span{
	float: left;
	display: block;
	background: url("../images/menu/topmenu-right.gif") no-repeat right top;
	margin: 0 2px 0 0;
	padding: 5px 20px 4px 15px;
	color: #666;
	}


#top-menu li.currentpage span {
	background: url("../images/menu/topmenu-right-currentpage.gif") no-repeat right top;
	}

/* Commented Backslash Hack hides this rule from IE5-Mac \*/
#top-menu a span,#top-menu .currentpage span {float:none;}
/* End IE5-Mac hack */

#top-menu a:hover span {
	color: #000;
	}

#top-menu a:hover {
	background-position: 0% -42px;
	}

#top-menu a:hover span {
	background-position: 100% -42px;
	}

.article ul {
	margin: 0 0 0 15px;
	}

.article li {
	list-style-type: disc;
	color: #ddd;
	}

#footer ul {
	list-style-type: none;
	margin: 40px 45px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px dashed #397AB4;
	border-bottom: 1px dashed #397AB4;
	}

#footer ul li {
	display: inline;
	list-style-type: none;
	padding: 10px;
	}

#footer ul li a {
	color: #666;
	}

#footer ul li a:hover {
	color: #397AB4;
	text-decoration: none;
	}

/* =Tables (06)
----------------------------------------------- */
#information table {}

#information table th {
	margin: 0 !important;
	padding: 2px 0 2px 5px !important;
	background: url(../images/menu/information-bg.gif) repeat-x top left;
	color: #fff !important;
	font-weight: normal !important;
	border: 1px solid #72A6C4;
	}

#information table tr th.merken {
	padding-right: 5px !important;
	}

#information table tr th.name div.information-arrow,
#information table tr th.ort div.information-arrow {
	position: relative;
	float: left;
	width: 118px;
	}

.information-arrow img {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 11px;
	height: 11px;
	}

#information table tr td {
	border-bottom: 1px dashed #397AB4;
	padding: 15px 0 15px 5px;
	vertical-align: top;
	}

#information table tr th.name,
#information table tr td.name {
	color: #397AB4;
	font-weight: bold;
	width: 120px !important;
	}

#information table tr td.name img {
	padding: 5px 0 0;
	}

#information table tr th.ort,
#information table tr td.ort {
	width: 120px !important;
	}

#information table tr th.merken,
#information table tr td.merken {
	width: 30px;
	text-align: right;
	padding: 15px 5px 0 5px;
	}

#information table tr#dircurrent td,
#information table tr.dircurrentT td {
	padding-left: 0;
	}

#information table tr#dircurrent td div.open,
#information table tr.dircurrentT td div.open {
	position: relative;
	width: 479px;
	border: 1px solid #89B8D2;
	padding: 10px;
	overflow: hidden;
	}

#information table tr#dircurrent td div.close,
#information table tr.dircurrentT td div.close {
	float: right;
	display: inline;
	margin: -10px -10px 0 0;
	font-weight: bold;
	padding: 2px 5px 2px 7px;
	background: #89B8D2;
	}

#information table tr#dircurrent td div.close a,
#information table tr.dircurrentT td div.close a {
	color: #fff;
	}

#information table tr#dircurrent td div.dirbild ,
#information table tr.dircurrentT td div.dirbild {
	float: left;
	width: 120px;
	text-align: left;
	}

#information table tr#dircurrent td div.dirbild img,
#information table tr.dircurrentT td div.dirbild img {
	padding: 0;
	}

#information table tr#dircurrent td div.dirtitel,
#information table tr.dircurrentT td div.dirtitel {
	float: left;
	}

#information table tr#dircurrent td div.dirtext,
#information table tr.dircurrentT td div.dirtext {
	float: right;
	width: 359px;
	margin: 10px 0;
	}

#information table tr#dircurrent td div.dirtext img ,
#information table tr.dircurrentT td div.dirtext img{
	float: left;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
	}

#information table tr#dircurrent td div.dirtext p ,
#information table tr.dircurrentT td div.dirtext p{
	padding: 0 0 5px;
	}

#information table tr#dircurrent td div.dirinfo ,
#information table tr.dircurrentT td div.dirinfo{
	float: left;
	width: 100%;
	border-top: 1px solid #CDE2F6;
	padding: 10px 0;
	}

#information table tr#dircurrent td div.dirinfo table tr td ,
#information table tr.dircurrentT td div.dirinfo table tr td{
	width: 150px;
	border: none;
	padding: 0;
	}

#information table tr#dircurrent td div.dirinfo table tr td span ,
#information table tr.dircurrentT td div.dirinfo table tr td span{
	color: #B17BB7;
	font-weight: bold;
	}

/* =Forms (07)
----------------------------------------------- */
#top-search form {
	margin: 0; /* for IE, Opera, ... */
	}

#top-search input { 
	float: left;
	margin: 0 0 0 10px;
	vertical-align: middle; /* for IE */
	height: 24px;
	border: none;
	border: 0;
	padding: 0;
	overflow: hidden;
	}

#top-search input.box { 
	height: 15px;
	margin: 0;
	padding: 3px 4px 4px;
	border: 1px solid #A9A9A9;
	width:150px;
	}

#searchinput form ul li {
	padding: 0;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	}

#searchinput form ul li label {
	float: left;
	width: 70px;
	}

#searchinput form ul li input,
#searchinput form ul li select {
	float: left;
	width: 132px;
	border: 1px dashed #397AB4;
	margin: 0;
	padding: 2px;
	}

#searchinput form ul li select {
	width: 138px;
	}

#searchinput form ul li.finden {
	float: right;
	margin: 10px 0 0;
	background: url(../images/buttons/slider-mehr.gif) no-repeat left top;
	width: 60px;
	height: 19px;
	}

#searchinput form ul li.finden input {
	border: none;
	background: url(../images/buttons/slider-mehr.gif) no-repeat left top;
	width: 60px;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	padding: 2px 0 4px;
	}
	
#searchform input#sword {
	text-align: left;
	height: auto;
        padding:5px 2px;
}
	
/* dienstleister */
.divShow{
	display:inline;
}	
.divHide{
	display:none;
}

.shortInfo{
	cursor:pointer;
}

#breadcrumb {
	padding-left: 50px;
	line-height: 25px;
}

#breadcrumb ul {

}

#breadcrumb ul li {
	display: inline;
}

.first {
  padding-top: 15px;
}

.req {
  color: red;
  font-weight: bold;
}

.formular {
  line-height: 25px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: #ffffff;
}

.tx-indexedsearch .tx-indexedsearch-res {

}

.tx-indexedsearch .tx-indexedsearch-res p {
  padding-bottom: 0px;
}

.tx-wecdiscussion-forumMessage {
  background-color: #FFFFFF;
  line-height: 1.4em;
  padding: 2px 15px 0 0px;
}

.tx-wecdiscussion-forumMessageSubject {
  background: #FFFFFF;
  color: #B17BB7;
  font-family: Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
  padding-left: 0px;
}

.tx-wecdiscussion-forumMessageSubject a, 
.tx-wecdiscussion-forumMessageSubject a:link, 
.tx-wecdiscussion-forumMessageSubject a:visited {
  color: #B17BB7;
}

.tx-wecdiscussion-forumMessageInfo {
  padding-left: 0px;
}

.tx-wecdiscussion-form {
  background: none;
  border: none;
  clear:both;
  margin: 0px;
  max-width: 800px;
  min-width: 350px;
  padding: 0;
  width: auto;
}

.tx-wecdiscussion-form div.inputFormRow span.label {
  text-align: left;
  margin: 5px 0;
}

.tx-wecdiscussion-form div.inputFormRow span.inputBox input,
.tx-wecdiscussion-form div.inputFormRow span.inputBox select,
.tx-wecdiscussion-form div.inputFormRow span.inputBox textarea {
  border: 1px solid #D3D3D3;
  margin: 5px 0;
  width: 360px;
}

.tx-wecdiscussion-headerSmall {
  display: none;
}

.tx-wecdiscussion-form div.header {
  text-align: left;
}

.tx-wecdiscussion-form div.inputFormRow span.textacross {
  display: block;
  float: left;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  margin-left: 27%;
}

.tx-wecdiscussion-error {
  color: red;
  font-size: 13px;
  font-weight: bold;
}

.tx-wecdiscussion-form fieldset {
  border: 0 none;
  margin: 0px;
  padding: 0px;
}

.tipafriend td {
  margin: 5px 0 5px 5px;
}

.tipafriend input, .tipafriend textarea {
  border: 1px solid #D3D3D3;
  width: 300px;
}

.tipafriend input.btnSubmit {
  width: auto;
}

.tx-indexedsearch-res .tx-indexedsearch-image {
  float: left;
  margin-right: 10px;
}

.tx-indexedsearch-res .tx-indexedsearch-descr {
  float: left;
  line-height: 1.3em;
}

.tx-indexedsearch-res .tx-result-with-image {
  width: 353px;
}

.tx-indexedsearch-res .tx-indexedsearch-info {
  clear: left;
  padding-top: 6px;
}

.tx-indexedsearch-res h3 {
  margin-bottom: 5px;
}

.tx-indexedsearch .res-tmpl-css {
  margin-bottom: 15px;
  padding-top: 15px;
}

.tx-indexedsearch .tx-indexedsearch-percent {
  display: none;
}

.tx-wecdiscussion-forumMessage {
  padding-top: 0px;
}

.tx-wecdiscussion-forumMessage p {
  padding-bottom: 3px;
}

.tx-wecdiscussion-forumMessageInfo {
  padding-bottom: 25px;
}

.tx-wecdiscussion-button {
  display: none;
}

.tx-mmlatestcontent-pi1 .group_1 {
  font-size: 1em;
  opacity: 1;
}

.tx-mmlatestcontent-pi1 .group_2 {
  font-size: 0.9em;
  opacity: 0.9;
}

.tx-mmlatestcontent-pi1 .group_3 {
  font-size: 0.8em;
  opacity: 0.8;
}

.tx-mmlatestcontent-pi1 .group_4 {
  font-size: 0.7em;
  opacity: 0.7;
}

.tx-mmlatestcontent-pi1 .group_5 {
  font-size: 0.6em;
  opacity: 0.6;
}

.tx-mmlatestcontent-pi1 .group_6 {
  font-size: 0.5em;
  opacity: 0.5;
}

#content #left-index div.csc-header {
  margin-bottom: 20px;
}

.indexmain-mainimage,
.indexmain-bb-mainimage {
  cursor: pointer;
}


.indexmain .indexmain_txt{
	position:absolute;
	bottom:0;
}
.indexmain  .indexmain_img{
	position:absolute;
	top:0;
}

#content-options {
  padding: 0 0 10px 42px;
  width:523px;
  text-align: right;
  position: absolute;
  top: 28px;
}

#content-options a {
  margin: 0 10px 0 0;
}

#right {
  /*margin-top: -22px;*/
}

#lbLightbox span#lbCaption {
	background: none;
	float: none;
	width: auto;
}

span.tx-wecdiscussion-forumMessageReplyButton a {
  background: url(/fileadmin/templates/images/comment.png) no-repeat;
  padding-left: 12px;
}

.tx-wecdiscussion-forumMessageAuthorInfo {
  font-size: 10px;
  margin-bottom: 10px;
}

.tx-wecdiscussion-forumMessageReplyButton a {
  font-size: 10px;
}

.tx-wecdiscussion-forumMessageReplyButton a:hover {
  background-color: inherit;
}

ul.states li.first-level {
  font-size: 1.1em;
  width: 33.3%;
  float: left;
  margin-bottom: 20px;
}

ul.states li.odd {
  clear: both;
}

ul.service_categories {
  font-size: 0.9em;
  margin-top: 0.5em;
}

.tx-mmweccategorylist-pi1 h3 {
  margin-bottom: 10px;
}

.tx-wecdiscussion-mainContent h2.categoryHeader {
/*
  margin-top: -50px;
  margin-bottom: 1.5em; 
*/
  margin-bottom:5.5em;
  margin-top:-110px;
}

.tx-wecdiscussion-title {
  /*margin: 5px 0px;*/
}

.tx-wecdiscussion-title a {
  font-size: 0.9em;
}

.tx-wecdiscussion-forumMessageReplyInfo {
  padding-left: 0px;
}

.tx-wecdiscussion-forumMessageReply p.bodytext {
  padding-bottom: 5px;
}

/*
.tx-mmdienstleisterdetail-pi1 div.provider_detail div.dirtitel {
  margin-bottom: 10px; 
}
*/

.tx-mmdienstleisterdetail-pi1 div.dirtext {
  margin-right: 30px;
}


.tx-mmdienstleisterdetail-pi1 div.dirinfo {
  padding: 10px 0;
  margin-right: 30px;
}

.tx-mmdienstleisterdetail-pi1 div.dirinfo table {
  border-top: 1px solid #CDE2F6;
}

.tx-mmdienstleisterdetail-pi1 div.dirinfo table td {
  padding-top: 10px;
}

.tx-mmdienstleisterdetail-pi1 div.dirinfo table {
  width: 480px;
}

.tx-mmdienstleisterdetail-pi1 div.dirinfo table tr td span {
  color:#B17BB7;
  font-weight:bold;
}

.tx-mmdienstleisterdetail-pi1 div#back_link {
  clear: both;
  display: block;
}

#information .shortInfo table, #information .shortInfo div {
  cursor: default;
}

.tx-wecdiscussion-title {
  text-align: left;
}

.tx-wecdiscussion-title h4 {
  font-size: 1.2em;
}

.tx-wecdiscussion-title p a {
  font-size: 0.8em;
  font-weight: normal;
}

.provider_detail table tr.dircurrentT td div.dirbild {
	float: left;
	width: 120px;
	text-align: left;
}

.provider_detail table tr.dircurrentT td div.dirbild img {
	padding: 0;
}

.provider_detail table tr.dircurrentT td div.dirtitel {
	float: left;
}

.provider_detail table tr.dircurrentT td div.dirtext {
	float: left;
	width: 375px !important;
	margin: 10px 0;
}

.provider_detail table tr.dircurrentT td div.dirtextwithoutimage {
	margin: 10px 0;
}

.provider_detail table tr.dircurrentT td div.dirtext img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}




/* category boxes */

.div_category_box { width: 510px; padding: 5px; margin-bottom: 10px;}
.div_category_box br, .div_category_box div br { clear: both; }
.div_category_box_head_pic { float: left; width: 180px; }
.div_category_box_h2xx { float: right; width: 320px; }
.div_category_box_h2 h2 { margin: 5px 0 0 2px; } 
.div_category_box_content_top_right { margin: 5px 0 0 2px; } 
.div_category_box_content_left { float: left; width: 358px; padding-top: 15px; }
.div_category_box_content_right { float: right; width: 140px; padding-top: 15px;}
.div_category_box_content_footer { clear: both; text-align: left; width: 100%;}
.span_category_box_caption { font-size: 0.9em; font-style: italic; }

.div_category_box h2 { margin: 5px 0 0 2px; } 


.div_category_box .txt{
	float:right;
	width:320px;
}
.div_category_box .div_category_box_head_pic{
	float:left;
	width:190px;
}


/*newsletter */

.newsletter_submit{
	border: none;
	background: url(../images/buttons/slider-newsletter.gif) no-repeat right top;
	width: 150px;
	text-align: center;
	height: 30px;
	margin-top:0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.newsletter_input{
	border:1px solid #b17bb7;
	width:152px;
}


.ce_line{
	clear:both;
	border-top:1px solid #898989;
	padding:5px 0 5px 0;
	margin-top:15px;
}
.ce_line_dashed{
	clear:both;
	border-top:1px dashed #898989;
	padding:5px 0 5px 0;
	
}

.blocksatz,.align-justify {
	text-align:justify;
}

.indent{
	padding-left:50px;
}


/*********+ dienstleisterempfehlung ***/
/*
.rightbox-blue,
.rightbox-blue-top,
.rightbox-blue-bottom,
.rightbox-pink,
.rightbox-pink-top,
.rightbox-pink-bottom,
.rightbox-plain,
.rightbox-plain-top,
.rightbox-plain-bottom {
	background: url(../images/boxes/rightbox-blue-bg.gif) repeat-y center top;
	float: left;
	width: 311px;
	color: #387BB2;
	}
	*/
	
#dienstleisterbox{
	margin-bottom:14px;
}



#dienstleisterbox .header_text{
	float: left;
	display: inline;
	width: 290px;
	margin: 3px 0 0 10px;
	padding: 4px 0 4px 0;
	border-bottom: 1px dashed #397ab4;
}

.v_img_1,
.v_img_2,
.v_img_3,
.v_img_4,
.v_img_5,
.v_img_6,
.v_img_7{
	clear:both;
	padding:4px 0 0 3px;
}

.v_img_2 div{
	float:left;
}
.v_img_3 div  {
	float:right;
}
.v_img_1 .img_kl,
.v_img_2 .img_kl{
	width:140px;
	height:100px;
	padding:5px 5px 3px 5px;
}

.v_img_3 .img_kl{
	width:140px;
	height:100px;
	padding:5px 12px 3px 0;
}

.v_img_6 .img_kl,
.v_img_7 .img_kl{
	width:140px;
	height:100px;
	padding:5px 0 3px 8px;
}

.v_img_4 .img_l{
	width:140px;
	height:200px;
	padding:5px 5px 3px 5px;
}

.v_img_2 .img_l{
	width:140px;
	height:210px;
	padding:5px 0 3px 8px;
}


.v_img_3 .img_l{
	width:140px;
	height:210px;
	padding:5px 5px 3px 5px;
}


.v_img_5 .img_l{
	width:290px;
	height:100px;
	padding:5px 0 3px 10px;
}

.v_img_6 .img_l,
.v_img_7 .img_l{
	width:291px;
	height:100px;
	padding:3px 0 3px 8px;
}


.grauer_rahmen{
	border:1px solid #ccc;

}

/*slideshow*/
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	xheight: 145px;
	xheight: 160px;
	width: 506px;
	overflow: auto;
	background-color:#b87db7;
	padding-top:10px;
	margin:10px 0 10px 7px;
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 15px; 
	/* removing default styling */
	margin: 0;	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px !important;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	display: block;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
	padding-bottom:10px;
}
.sc_menu a:hover span {
	display: block;
	color:#4f1a50;
	font-weight:bold;
}
.sc_menu img {
	border: 1px #e0e0e0 solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover imgx {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}

.socialnetworks{
	padding-bottom:6px;
}