/******************************
Allgemeines
******************************/
* {
	margin:0;
	padding:0;
	border:0;
}

li { margin-left:20px; }

body {
	background:#d2cec7 url(/img/system/bg.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}
a {
	text-decoration:none;
	color:#666;
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.line,
.standardspacer {
	width:100%;
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.spacer {height:20px;}
.halfspacer,
.standardspacer {height:10px;}
.quarterspacer {height:5px;}
.line {
	height:1px;
	background-color:#CCC;
	margin:11px 0 12px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
br {
	line-height:12px;
}
span.error  {
	color:#62ab38;
}
div.kartenteil {
position:absolute;
z-index:1;
left: 230px;
top: 240px;
visibility: hidden;
}

div.bayernkarte { 
position:absolute;
z-index:1;
left: 230px;
top: 240px;
visibility: hidden;
}

div.bwkarte { 
position:absolute;
z-index:1;
left:230px;
top:240px;
visibility: hidden;
}

/******************************
Layout
******************************/
#head {
	width:995px;
	height:210px;
	background: #FFF url(/img/system/head/head.jpg) 0 0 no-repeat;
}
#homepage #head {
	height:265px;
	background: #FFF url(/img/system/head/home.jpg) 0 0 no-repeat;
}
#homepage #flash {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#homepage #logo {
	position:absolute;
	width:185px;
	height:215px;
	left:29px;
	background: url(/img/system/logo-head.gif) 0 0 no-repeat;
}

#head-home {
	padding:0 0 0 40px;
}
#metanavi {
	position:absolute;
	top:5px;
	left:225px;
         width:770px;
/*	width:350px;*/
	height:20px;
}
#metanavi a {
	padding:0 6px;
}
#metanavi #welcomemessage {
         float:right;
margin-top:-16px;
}

#container {
	width:995px;
	background-color:#FFFFFF;
}
#navi {
	float:left;
	width:165px;
	margin-left:40px;
	margin-top:29px;
	display:inline; /* fuer IE6*/
}
#homepage #navi {
	margin-top:14px;
}
#content {
	float:left;
	width:730px;
	margin-left:25px;
}
#center {
	float:left;
	width:480px;
}
#homepage #center {
	margin-top:17px;
}
#content-wide #center {
	width:730px;
}
#teaser {
	float:left;
	width:230px;
	margin-left:20px;
	margin-top:29px;
}
#homepage #teaser {
	margin-top:14px;
}
#footer {
	width:953px;
	height:40px;
	background: #FFF url(/img/system/footer.jpg) 0 0 no-repeat;
	margin-top:32px;
	padding:46px 0 0 42px; 
	clear:both;
	color:#FFF;
}


/******************************
allgemein
******************************/
.shadow {
	width:100%;
	height:8px;
	background:url(/img/system/shadow.gif) 0 0 repeat-x;
	margin-bottom:12px;
}

.pager {
         text-align:center;
         font-size: 12px;
}



/******************************
#navi 
******************************/
#navi #niederlassungen,
#navi #anliegen,
#navi #suche,
#navi #login {
	background: #7dc45a url(/img/system/anliegen-bg.gif) 0 bottom repeat-x;
	padding:9px 0 20px 8px;
	margin-top:7px;
	height:43px;
}
#navi #suche {
	height:42px;
}
#navi #login {
	height:90px;
}
#navi #login a {
 color:#ffffff;
}

#navi #niederlassungen h2,
#navi #anliegen h2,
#navi #suche h2,
#navi #login h2 {
	font-size:12px;
	line-height:16px;
	color:#FFF;
	padding-bottom:9px;
}
#navi #niederlassungen select,
#navi #anliegen select {
	width:151px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
	height:17px;
}
#navi #suche input.text {
	width:109px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
	padding:2px 5px 2px 5px;
}
#navi #suche input.suche {
	margin-bottom:-5px;
}

/******************************
#login 
******************************/
#login legend {
	display:none;
}
#login label.loginname,
#login label.password {
	width:51px;
	display:block;
	float:left;
	padding:0 0 1px 0;
	margin:0 0 5px 0;
	color:#FFFFFF;
}
#login input.text,
#login input.password {
	width:60px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
	padding:2px 5px 2px 5px;
	margin:0 0 5px 0;
	float:left;
}
#login input.password {
	margin-bottom:10px;
}
#login strong a {
	color:#FFF;
	margin-left:13px;
}
#login input.login {
	margin-right:10px;
	float:right;
}

/******************************
#suche
******************************/
#suche legend {
	display:none;
}
#suche label.sucheingabe {
	width:51px;
	display:block;
	float:left;
	padding:0 0 1px 0;
	margin:0 0 5px 0;
	color:#FFFFFF;
}
#suche input.text {
	width:60px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
	padding:2px 5px 2px 5px;
	margin:0 0 5px 0;
	float:left;
}
#suche input.suche {
	margin-right:10px;
	float:right;
}


/******************************
#content
******************************/
#content p {
	margin-bottom:14px;
}
#content h1 {
	font-size:17px;
	line-height:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#66b345;
	padding-bottom:9px;
}
#content a {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#66b345;
}
#content a.link-forward,
#content a.link-back {
	padding-left:13px;
	background:url(/img/system/forward.gif) 0px 4px no-repeat;
	font-weight:bold;
	color:#66b345;
}
#content a.link-back {
	background:url(/img/system/back.gif) 0px 4px no-repeat;
}
#content div.link-arrow {
	margin:13px 0 3px 0;
}
#content div.link-arrow a {
	padding:3px 0 4px 26px;
    display:block;
	background:url(/img/system/micro-link.gif) 0 0 no-repeat;
}
html>body #content div.link-arrow a {
	padding-top:2px;
}
*:first-child+html #content div.link-arrow a {
	padding-top:3px;
}
#content img.link-arrow {
	vertical-align:middle;
	margin-right:3px;
}

#content div.link-back {
	margin:13px 0 5px 0;
}
#content div.link-back a {
	padding:1px 0 4px 26px;
	background:url(/img/system/zurueck-link.gif) 0px 0 no-repeat;
}
#content img.link-back {
	vertical-align:middle;
	margin-right:3px;
}

/******************************
table.tabelle
******************************/
table.tabelle {
	width:100%;
	/*border-bottom:1px solid #ccc;*/
	font-size:12px;
	line-height:16px;
}
table.tabelle td {
	padding:8px 11px 6px 11px;
	border-right:1px solid #ccc;
    vertical-align:top;
}
table.tabelle tr.headline td {
	font-weight:bold;
	background:#54a533 url(/img/system/table-headline.gif) 0 0 repeat-x;
	color:#FFF;
	border:none;
	border-right:1px solid #ccc;
	padding:5px 12px 5px 12px;
}
table.tabelle tr.headline td.last {
	border:none;
}
table.tabelle td.first {
	border-left:1px solid #ccc;
}
table.tabelle tr.odd {
	background-color:#f3f2ed;
}
table.tabelle tr.tfooter {
	height:8px;
	background:url(/img/system/shadow.gif) 0 0 repeat-x;
	margin-bottom:12px;
}
table.tabelle tr.tfooter td {
	border-right:none;
}

/******************************
#content div.mitgliederservice
******************************/
#content div.mitgliederservice {
	padding:32px 0 73px 26px;
	background:#ebe9e5 url(/img/system/shadow.gif) 0 bottom repeat-x;
}
#content div.mitgliederservice div.karte {
	float:left;
	margin-right:28px;
}
#content div.mitgliederservice div.text {
	padding-right:15px;
}
#content div.mitgliederservice div.text img.headline {
	margin-bottom:12px;
}


/******************************
#content div.micro-teaser
******************************/
#content div.microtext {
	padding-bottom:13px;
}
#content .micro-teaser {
	width:100%;
	margin-bottom:12px;
}
#content .micro-teaser.small {
	width:230px;
	margin-right:20px;
	float:left;
}
#content .micro-teaser.small.right {
	margin:0px;
}
#content .micro-teaser .text h2,
#content .micro-teaser .text h2 a {
	font-size:17px;
	line-height:22px;
	color:#66b345;
	font-family: Georgia, Times New Roman, Times, serif;
}
#content .micro-teaser .text {
	padding:6px 18px 13px 18px;
	height:auto;	
	background: url(/img/system/micro-teaser-bg.gif) 0 bottom repeat-y;
}
#content .micro-teaser.small .text {
	padding:6px 18px 0 18px;
	height:62px;	
	background: url(/img/system/micro-teaser-small-bg-top.gif) 0 0 no-repeat;
}
#content .micro-teaser.small .link {
	padding:0px 18px 0 18px;
	height:36px;	
	background: url(/img/system/micro-teaser-small-bg-bottom.gif) 0 0 no-repeat;
}
#content .micro-teaser.small .link a {
	color:#5ba03d;
}
#content .micro-teaser .micro-link {
}
#content .micro-teaser .micro-link a {
	padding:1px 0 4px 26px;
	background:url(/img/system/micro-link.gif) 0px 0 no-repeat;
	line-height:23px;
}


/******************************
#center
******************************/
#center h1 {
	font-size:17px;
	line-height:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#66b345;
	padding-bottom:9px;
}
#center h2 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	margin-bottom:4px;
}
#center span.plaintext {
	font-size:12px;
	line-height:16px;
}
#center div.kasten {
	background:#edebe6 url(/img/system/shadow.gif) 0 bottom repeat-x;
	padding:25px 25px 33px 25px;
}
#center img.left {
	padding:0 20px 5px 0;
}
#center img.right {
	padding:0 0 5px 20px;
}
#center ul {
	list-style:none;
	padding-top:3px;
}
#center ul li {
	background: url(/img/system/list.gif) 0 6px no-repeat;
	padding:1px 0 1px 11px;
         font-size:12px;
}
#center div.holddiv164 {
	float:left;
	margin-bottom:11px;
}
#center div.div164 {
	width:164px;
	float:left;
	margin-top:16px;
}


/******************************
#center first second third
******************************/
#center div.first,
#center div.second,
#center div.third {
	width:147px;
	float:left;
	padding:7px 1px 5px 1px;
}
#content-wide #center div.first,
#content-wide #center div.second,
#content-wide #center div.third {
	width:230px;
}
#center div.first,
#center div.second {
	border-right:1px solid #CCC;
	margin-right:15px;
}
#center div.first h3,
#center div.second h3,
#center div.third h3 {
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
}
#center div.first a,
#center div.second a,
#center div.third a {
	line-height:20px;
	padding-left:13px;
	background:url(/img/system/forward.gif) 0px 3px no-repeat;
}
#center div.first a strong,
#center div.second a strong,
#center div.third a strong {
	line-height:25px;
}
#center div.half-1,
#center div.half-2 {
	width:230px;
	float:left;
}
#content-wide #center div.half-1,
#content-wide #center div.half-2 {
	width:355px;
}
#center div.half-1 {
         margin-right:20px;
}

/******************************
#teaser
******************************/
#teaser h1 {
	background-color:#71bf4b;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	padding:6px 11px 5px 11px;
}
#teaser h4 {
	font-size:9px;
}
#teaser span.plaintext {
	font-size:12px;
	line-height:16px;
}
#teaser img.left {
	padding:0 9px 4px 0;
}
#teaser img.right {
	padding:0 0 4px 9px;
}
#teaser img.left24 {
	margin-left:36px;
}
#teaser div.bg {
	background:#edebe6 url(/img/system/shadow.gif) 0 bottom repeat-x;
	padding: 18px 11px 26px 11px;
	margin-bottom:12px;
}

#teaser div.teaser-bg {
	background-color:#edebe6;
	padding: 0px 11px 0px 11px;
}

#teaser div.teaser-shadow {
	background:#edebe6 url(/img/system/shadow.gif) 0 bottom repeat-x;
	height:8px;
	margin-bottom:12px;
}

#teaser div.anzeige {
	background:#edebe6 url(/img/system/shadow.gif) 0 bottom repeat-x;
	padding: 1px 5px 26px 5px;
	margin-bottom:12px;
}
#teaser div.anzeige-head {
	background-color:#edebe6;
	padding: 1px 5px 0 5px;
}
#teaser div.half {
	width:50%;
	float:left;
}
#teaser div.half a,
#teaser div.link-forward a {
	padding-left:13px;
	background:url(/img/system/forward.gif) 0px 3px no-repeat;
	font-weight:bold;
	color:#66b345;
}

/******************************
#teaser div.leitsaetze
******************************/
#teaser div.leitsaetze {
	background:#edebe6 url(/img/system/anfuehrungszeichen-links.gif) 0 0 no-repeat;
	padding: 14px 11px 18px 19px;
}
#teaser div.leitsaetze a.link-forward {
	margin-left:101px;
}
#teaser span.leitsaetze {
	display:block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:17px;
	line-height:22px;
	color:#348207;
	background:url(/img/system/anfuehrungszeichen-rechts.gif) right bottom no-repeat;
	padding-bottom:10px;
}

/******************************
#teaser div.suche-nach-fachbetrieben
******************************/
#teaser div.suche-nach-fachbetrieben {
	margin:-15px 0 12px 0;
	padding:76px 0 0 15px;
	height:147px;
	background:url(/img/system/suche-nach-fachbetrieben.gif) 0 0 no-repeat;
}
#teaser div.suche-nach-fachbetrieben.smaller {
	margin:-15px 0 12px 0;
	padding:63px 0 0 15px;
	height:115px;
	background: url(/img/system/suche-nach-fachbetrieben-smaller.gif) 0 0 no-repeat;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben {
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben legend {
	display:none;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben label {
	width:26px;
	display:block;
	float:left;
	padding-top:1px;
	font-size:12px;
	line-height:16px;
	color:#FFF;
	margin-bottom:12px;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben label.umkreis {
	width:50px;
	padding:0 0 0 7px;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben input.text {
	width:162px;
	height:16px;
	border:1px solid #9ca4ac;
	padding:1px 5px 1px 5px;
	margin-bottom:12px;
	color:#666;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben input.text.plz {
	width:40px;
	height:16px;
	float:left;
}

#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben select {
	width:65px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben select.ort {
	width:175px;
	border:1px solid #7f9db9;
	font-size:10px;
	color:#666;
}
#teaser div.suche-nach-fachbetrieben fieldset.suche-nach-fachbetrieben input.image.suchen {
	float:left;
	margin:12px 0 0 49px;
}
#teaser div.suche-nach-fachbetrieben.smaller fieldset.suche-nach-fachbetrieben input.image.suchen {
	float:left;
	margin:5px 0 0 49px;
}

/******************************
#footer
******************************/
#footer a {
	color:#FFF;
}
#footer #copyright {
	margin-right:21px;
	float:left;
}
#footer #footerlinks-1 {
	float:left;
}
#footer #footerlinks-1 a {
	padding:0 6px;
}
#footer #footerlinks-2 {
	float:right;
	margin-right:42px;
}
#footer a.top {
	padding:0 0 0 21px;
	background: #62AB39 url(/img/system/top.gif) 0 0 no-repeat;
}
#footer a.print {
	padding:0 0 0 20px;
	margin-right:15px;
	background: #62AB39 url(/img/system/print.gif) 0 0 no-repeat;
}


/******************************
.formular
******************************/
fieldset.forumular {
	width:428px;
}
fieldset.formular legend {
	display:none;
}
fieldset.formular label {
	width:100px;
	display:block;
	float:left;
	margin-top:10px;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
fieldset.formular label.small {
	width:44px;
	padding-right:3px;
	text-align:right;
}
fieldset.formular label.error {
	color:#62ab38;
}
fieldset.formular input.text {
	width:315px;
	margin:7px 0 8px 0;
	border:1px solid #9ca4ac;
	padding:2px 5px 2px 5px;
	float:left;
	color:#666;
}

table.auftrag input.text {
	width:315px;
	margin:7px 0 8px 0;
	border:1px solid #9ca4ac;
	padding:2px 5px 2px 5px;
	float:left;
	color:#666;
}

td.datebox { padding-top:7px; padding-left:5px; }

table.auftrag input.textinput {
	width:160px;
	margin:7px 0 8px 0;
	border:1px solid #9ca4ac;
	padding:2px 5px 2px 5px;
	float:left;
	color:#666;
}

fieldset.formular input.text.small {
	width:128px;
}
fieldset.formular textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	width:315px;
	height:94px;
	margin:7px 0 23px 0;
	border:1px solid #9ca4ac;
	padding:2px 5px 2px 5px;
}
fieldset.formular .absenden {
	margin-left:325px;
	margin-top:-20px;
	float:left;
}

fieldset.formular #imageonCaptchacontrol1 {
	margin-left: 100px;
} 
fieldset.formular .radiozwei input {
	width:15px;
	border:0px;
	float:left;
	margin-top:10px;
}

fieldset.formular .radioquiz {
	width:15px;
	border:0px;
	float:left;
	margin-top:10px;
}

fieldset.formular .onAntworttext {
 font-weight:normal;
 width:180px;
}

fieldset.formular .herr,
fieldset.formular .frau {	
	width: 50px; 
	float: left; 
	border:0px;
	padding-left:5px;
	margin-top:8px;
         font-size:12px;
}
fieldset.formular .labelradio {	
	float: left; 
	border:0px;
	padding-left:5px;
	margin-top:8px;
         font-size:12px;
}
*:first-child+html fieldset.formular .herr,
*:first-child+html fieldset.formular .frau,
*:first-child+html fieldset.formular .labelradio {
	margin-top:12px;
}

fieldset.formular .frage {	
	width: 400px; 
	float: left; 
	border:0px;
	padding-left:5px;
	margin-top:8px;
         font-size:12px;
}

*:first-child+html fieldset.formular .frage {
	margin-top:12px;
}

fieldset.formular.empfehlen label {
	width:150px;
}
fieldset.formular.empfehlen input.text,
fieldset.formular.empfehlen textarea {
	width:265px;
}
fieldset.formular.empfehlen #imageonCaptchacontrol1 {
	margin-left: 150px;
} 

fieldset.formular select,
fieldset.formular select.small {
	border:1px solid #9ca4ac;
	font-size:10px;
	color:#666;
	margin:7px 0 8px 0;
}

fieldset.formular select {
         width:328px;
}

fieldset.formular select.small {
	width:140px;
}

span#Kontaktformular,
span#mysendmail {
         display:block; /*sonst IE7 Probleme*/
}
fieldset.formular.fachbetriebsuche label {
	width:150px;
}

fieldset.formular.fachbetriebsuche input.text,
fieldset.formular.fachbetriebsuche textarea {
	width:265px;
}


fieldset.formular.fachbetriebsuche select {
	width:278px;
	border:1px solid #9ca4ac;
	font-size:12px;
	color:#666;
	margin:7px 0 8px 0;
         float:left;
}

fieldset.formular.fachbetriebsuche input.radio {
	width:15px;
	border:0px;
	margin-top:10px;
         margin-left:100px;
         float:left;
         clear:both;
}
fieldset.formular.fachbetriebsuche label.radio {
	width:260px;
	border:0px;
         padding-left:15px;
	margin-top:10px;
         float:left;
}

fieldset.formular.fachbetriebsuche .check input,
fieldset.formular.boerse .check input {
	width:15px;
	border:0px;
	float:left;
         padding-left:15px;
	margin-top:10px;
}
fieldset.formular.fachbetriebsuche .cbltext,
fieldset.formular.boerse .cbltext {
         width:260px; 
	border:0px;
	padding-left:5px;
         float:left;
         margin-top:8px; 
}

*:first-child+html fieldset.formular.fachbetriebsuche .cbltext,
*:first-child+html fieldset.formular.boerse .cbltext { margin-top:12px; }

fieldset.formular.seminaranmeldung label.small {
	width:64px;
	padding-right:2px;
	text-align:right;
}

fieldset.formular.seminaranmeldung input.text.small {
	width:118px;
}

fieldset.formular.kongress .datum {
         height:30px;
         color:#FFFFFF;
         text-align:left;
padding-left:10px;
         background-color: #62AB39;
	font-size:12px;
}

fieldset.formular.kongress .veranstaltung {
         height:30px;
         padding-top:5px;
}

fieldset.formular.seminar #dateSeminareSucheingabeDateImage {
         margin:7px 0px 8px 3px;
}

fieldset.formular.stellengesuch #freischaltungBisDateImage{
         margin:7px 0px 8px 3px;
}

fieldset.formular.stellengesuch #freischaltungVonDateImage{
         margin:7px 0px 8px 3px;
}

fieldset.formular.stellenangebot #freischaltungBisDateImage{
         margin:7px 0px 8px 3px;
}

fieldset.formular.stellenangebot #freischaltungVonDateImage{
         margin:7px 0px 8px 3px;
}

/******************************
Webeditor #Form1
******************************/
#Form1 #container {
	width:1030px;
}
#Form1 #content {
	width:800px;
}

/******************************
Veranstaltungen
******************************/
#veranstaltungen table {
         padding:0;
}
#veranstaltungen .row1 {
         background-color:#edebe6 
}
#veranstaltungen .row2 {
         background-color:#dcdad5 
}
/******************************
Downloads
******************************/
table tr td.downloads-first {
	width:100px;
}
/******************************
Verbandszeitschrift
******************************/
table tr td.downloads-first2 {
	width:20px;
}

.magentanews h2 { display:none; }
.magentanews marquee { height:120px;}


/******************************
PLZ Layer
******************************/
    #plzchoose 
    {
      background:#71bf4b;
      padding: 10px 5px 10px 15px;
      width: 210px;
      position:absolute;
      top:334px;
      left:730px;
      display:none;
      font-size:12px;
      line-height:16px;
      color:#FFF;
    }
    ul.plzliste
    {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    ul.plzliste li
    {
      margin: 0;
      padding: 0;
      float: left;
      width: 42px;
    }
    #plzchoose a {
      color:#FFF;
    }

/* Content Plus */
.hide { display:none; }
.onAccordion { margin-bottom:7px; }
.onAccordion .onAccordionContent div.plaintext { width:436px; }
#center .onAccordion h2 { cursor:pointer; background:url(/img/system/contentplus.gif) 0 0 no-repeat; line-height:24px; height:24px; color:#66B345; line-height:24px;
                padding-left:27px; font-size:12px; font-weight:bold; margin-bottom:0; white-space:nowrap; overflow:hidden; }
#center .onAccordion h2.selected { background-position:0 -24px; color:#3f851e; }
.onAccordion .onAccordionContent h2 { display:none; }
.onAccordion .onAccordionContent { padding:3px 27px; }

/* Newsscroller Homepage */
div#marquee { width:208px; height:120px; }
div.pointer { width:208px; }
div.pointer div { white-space:normal !important; }
div.newseintrag { margin-bottom:10px; font-size:12px; }

/******************************
 * FachbetriebeV3
 ******************************/

.dropdownCBL { float: left; width: 50%; padding-top: 2px; padding-bottom: 2px;}
.dropdownCBL input { float: left; }
fieldset.formular .dropdownCBL label { margin-top: 0px; font-weight:normal; margin-left: 5px; margin-top: -2px; width: 90%; font-size: 11px; }
fieldset.formular label.dropdownCBLLabel { float: none; padding-bottom: 10px; }

#center hr { border: 1px solid #66B345; }

.fachbetrieb { width: 100%; padding: 5px; }

div.routenline { position:relative; }
div.routenline label { float:left; display:block; }
div.routenline input { float:left; border:1px solid #6baf42; margin:0 20px; width:160px; height:15px; }
div.routenline a { width:104px; height:22px; position:absolute; left:275px; top:-2px; display:block; background:url(/img/system/btn-berechnen.jpg) 0 0 no-repeat; }

div#fachbetriebDetails_gmaps { margin-top:15px; margin-bottom:-15px; left:-7px; }
div#updeinleitung_profilBearbeiten_gmaps,
div#updeinleitung_profilBearbeiten_gmapsEdit { margin-top:15px; left:-11px; }

div#teaser a.print { background:url(/img/system/print2.gif) 0 1px no-repeat; display:block; padding-left:20px; height:20px; }
div#teaser a.empfehlen { background:url(/img/system/advise.gif) 0 1px no-repeat; display:block; padding-left:20px; height:20px; }
div#teaser a.pdf { background:url(/img/system/pdf.gif) 0 1px no-repeat; display:block; padding-left:20px; height:20px; }
div#teaser a.lesezeichen { background:url(/img/system/bookmark.gif) 0 1px no-repeat; display:block; padding-left:20px; height:20px; }

div#teaser div.teasertext { font-size:12px; }

div.contactform { }
div.contactform div.row { margin-bottom:10px; }
div.contactform label { display:block; margin-bottom:3px; }
div.contactform input { width:207px; height:15px; border:1px solid #77ae53; }
div.contactform textarea { width:207px; height:108px; border:1px solid #77ae53; }

/* Suchausgabe */
div.fachbetriebDiv { padding:7px 0 10px 9px; border-bottom:1px solid #ccc; margin-top:5px; margin-bottom:10px; }
img.fachbetriebimg { float:right; }
div.spA { float:left; width:280px; }
div.spB { float:left; }
#content div.spB a { font-size:11px; }

/* Special Pager */
div.pager { margin-bottom:12px; margin-top:5px; }
div.pager div.pagesites { float:left; color:#66b345; font-size:12px; font-weight:bold; padding-right:15px; }
div.pager div.pageleft { float:left; }
div.pager div.pageright { float:left; }
div.pager div.pagelinks { float:left; }
div.pager div.pagelinks a { display:block; float:left; margin-right:2px; padding:0 3px; height:15px; border:1px solid #6cab39; color:#6cab39; }
#content div.pager div.pagelinks a { line-height:15px; }
#content div.pager div.pageleft a,
#content div.pager div.pageright a { float:left; margin-right:2px; display:block; width:10px; font-weight:bold; font-size:12px; font-family:Verdana; }
div.pager div.pagelinks span.active { font-size:12px; margin-right:2px; font-weight:bold; display:block; float:left; padding:0 4px; height:15px; line-height:15px; border:1px solid #666; color:#666; }

/* Editing */
div.editing label { color:#ff0000; font-size:12px; }
div.editing input { width:100%; border:1px solid #ccc; font-family:Arial; font-size:12px; font-weight:bold; color:#666; }
div.editing textarea { width:100%; height:100px; border:1px solid #ccc; font-family:Arial; font-size:11px; font-weight:normal; color:#666; line-height:16px; }

/* LoginBox linke Spalte */
p.loginName { text-align:center; font-weight:bold; font-size:16px; font-family:Arial; color:#000; margin-bottom:10px; }
p.currentLogin,
p.lastLogin { font-size:11px; font-family:Arial; color:#666; padding-bottom:4px; border-bottom:1px solid #e6e6e7; margin-bottom:4px; }
p.lastLogin { margin-bottom:6px; }
a.profillink { line-height:15px; margin-top:2px; padding:3px 0 4px 26px; display:block; background:url(/img/system/micro-link.gif) 0 0 no-repeat; font-size:11px; color:#5aa232; }
a.profillink:hover { text-decoration:underline; }

div.teaserbox-rounded h3 { font-family:Arial; font-size:12px; font-weight:bold; color:#fff; margin-bottom:6px; }
div.teaserbox-rounded .plaintext { color:#fff; font-size:12px; }
#teaser div.teaserbox-rounded .link-forward a { padding-left:10px; background-image:url(/img/system/forward-white.gif); color:#fff; font-size:12px; font-weight:bold; }
#teaser div.teaserbox-rounded .logout a { float:right; padding-left:10px; background:url(/img/system/forward-white.gif) 0 3px no-repeat; color:#fff; font-size:12px; font-weight:normal; margin-right:15px; margin-top:5px; }

#teaser div.teaserbox-rounded a:hover { text-decoration:underline; }

.ui-progressbar { background:url(/img/system/progressbar.gif) 0 0 no-repeat; width:208px; height:18px; padding:2px 2px 4px; margin-left:-5px; margin-bottom:4px; }
.ui-progressbar-value { height:100%; background:url(/img/system/progressbar-loaded.gif) 0 0 no-repeat; }

h1.aktuelles { background:url(/img/system/icon-aktuelles.gif) 0 0 no-repeat; padding-left:29px; }
div.number { font-size:24px; font-weight:bold; font-style:italic; font-family:Arial; color:#71bf4b; float:left; margin-right:8px; }
div.aktuelleLage label,
div.erwarteteLage label { display:block; margin-bottom:5px; }
div.aktuelleLage input,
div.erwarteteLage input { vertical-align:top; margin-left:12px; margin-right:3px; }

div.aktuelleLage input#warenkorb_aktuelleLage0,
div.erwarteteLage input#warenkorb_erwarteteLage0 { margin-left:28px; }

div.shoprow { margin-bottom:10px; }
div.shopimg { float:left; width:190px; }

div.preview { border:1px dotted #f00; position:relative; padding:4px; }
a.editBtn { position:absolute; top:-7px; right:20px; background-color:#fff; }
a.editBtn:hover { text-decoration:underline; }

div#samplesPreview { position:relative; height:390px; width:478px; padding:0; }
div#samplesPreview div.caption { position:absolute; bottom:73px; left:-1px; width:478px; height:52px; background:url(/img/system/caption-back.png) 0 0 no-repeat; }
div#samplesPreview div.galnavi { position:absolute; bottom:0; left:-1px; width:478px; height:73px; background-color:#3e3e3e; }
p.mainpic { background-color:#000; text-align:center; width:478px; }