﻿/* coment.Net staufen Partner 1030, de  */
/*Farben: helles beige:#FFEDB0 linkfarbe:#6688c7 blau hell:#d5e7ff, blau mittel:#98b8fa, blau dunkel:#6688c7 blauschwarz:#000066 helles grau:#efefef beigegrau:#dbd7ca /*
/* ------------------------------------------------------------------------------------- */
/* Changes:     
/* #T07089/02.10.2012/bap zwei neue Klassen für Link (letztes Suchergebnis) .goto-saved-search und .disabled 
/* 18.08.2012/jwed: .title h2 von 18 px auf 16 px reduziert                               
/* T07061 aza/23.07.2012:auf Germars Wunsch Breite ImgSection auf max. 240px gesetzt     
/* T07061 aza/24.07.2012:abgeschnittener Text (max-width Problem im IE8)                
/* E-Mail jwed 20.08.2012, angepasst aza/23.08.2012: h1, h2, h3, Title-Abstand,   
/* Zeilenabstand allgemein, dadurch Nachformatierungen an Context-Menü und anderen Stellen nötig
/* allgemeine Formatierungen für Listen und Schriftauszeichnungen...       
/* aza, 14.09.2012 explizite Formatierungen für Schriftauszeichnungen b, strong, i, em 
/* T7089 v. 10.02.2013 aza, Print Icon und Icon letzte Suche geändert */
/* T7113 10.04.2013 aza: h1 tags ergänzt */ 
/* T06998 vom 03.05.2013 aza: weiter Button umpositioniert*/ 
/* T06998 Nr66, aza 12.07.2013: css Formate für SectionTypes text_image_rtop, text_image_widebottom, text_image_widetop */
/* T07061 Ticket vom 07.08.2013: Active und hover bei Hauptnavigation farblich angepasst, Anzeigefehler IE10 Standardmode korrigiert, font-weight bolder in bold geändert */
/* T06998 aza/23.09.2013: Formatierung für (ol) eingeführt, Formatierung breadcrump (ol) angepasst  */
/* 16.10.2013, aza: T06998 lfn. 78 Standard-Formatierung in separate css (01_all.css) ausgelagert */ 
/* 04.11.2013, aza: T06998 lfn. 78 Position submit Button Kontakt-Formular korriegiert  */
/* ------------------------------------------------------------------------------------- */


/* Spezialitäten */


.goto-saved-search span
{
	display: block;
	visibility: visible; 
	float:left;
	width:20px;
	height:18px;	
	margin:5px;
	background: url('images/layout/icon_search_result.png') left top  no-repeat;    
}

span.section {
	display:block;
	padding:5px 20px 10px 0;
}


/*T07061 abgeschnittener Text in Sectionen IE8*/

#MasterBody.msie span.section  {
	padding-right:25px;
}


/* ------------------------------------------------------------------------------------- */
/*Seitenlayout                                                                           */
/* ------------------------------------------------------------------------------------- */
/*Scrollbar erzwingen, damit bei wenig Inhalt das Layout nicht springt*/
html {
		height:101%;
}

body {
	background:#dbd7ca url('images/layout/body_bg.gif') repeat-x left top;
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
}

#wrapper, #container 
{
	margin:0 auto;
	width:960px;
	background-color:#fff;
	box-shadow:1px 1px 3px 3px #ccc;
}


#meta-nav {
	float:left;
	position:relative;
	font-size:12px;	
	margin:5px 0 5px 7px;
}

#meta-nav ul {
	padding:5px 0;
}

#meta-nav li {
	border-right:1px #000 solid;
	padding-right:10px;
	padding-left:10px;
	display:inline-block;
	float:left;
}

#meta-nav .li-first {
	padding-left:0px;
	
}

#meta-nav li.last {
	border-right:0px;
}

#meta-nav a {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#meta-nav a:hover {
	color:#6688c7;
	text-decoration:underline;
}

#social-bookmarks {
	float:right;
	position:relative;	
	width:100px;
	height:16px;
	margin:5px 0 5px 0;
}

.facebook {
	width:16px;
	height:16px;
	background:url('images/layout/facebook.png') left top   auto no-repeat fixed transparent;
}

.twitter {
	width:16px;
	height:16px;
	background:url('images/layout/twitter.png') left top  auto auto no-repeat fixed transparent;

}

/* ------------------------------------------------------------------------------------- */
/*Header mit Navigation, Logo und Suchformular                                           */
/* ------------------------------------------------------------------------------------- */
#header {
	position:relative;
	margin:0 7px 0 9px;
	width:940px;	
}

.logo {
	position:absolute;
	z-index:1000;
	bottom:1px;

}

#slideshow {
	position:relative;
	width:940px;
	height:250px;
	display:block;
	border:1px gray solid;
}

#slideshow .ie7 {
	width:auto;
}

#top-nav-wrapper {
	float:left;
	position:relative;
	display:block;
	height:33px;
	border-radius:5px;
	border:1px #98b8fa solid;
	background-color:#98b8fa;
	width:940px;
	font-size:12px;
	font-weight:bold;
	margin:5px 7px 5px 8px;
}

#top-nav-wrapper .search {
	float:right;
	height: 100%;
	padding-right:5px;
}
#top-nav-wrapper form
{
 padding-top:3px;   
}
label.text {
	padding-right:3px;
}

.input-image {
	padding:0 5px 0 5px;
}

input#MainContent_searchform_Term {
 margin:0px 15px 10px 0;
}

#column-left {
	position:relative;
	z-index:8001;/*aza 16.12.11*/
	float:left;
	margin:0px 5px 0px 7px;
	background-color:#fff;
	padding:0;
	width:225px;
	font-size:12px;
}

#column-right {
	position:relative;
	z-index:1;/*aza 16.12.11*/
	float:right;
	margin:0px 9px 0px 0px;
	background-color:#fff;
	width:710px;
}

/*-------------------------------------------------------------------------------------  */
/* Stile für die Navigationen / Menüs                                                    */
/* ------------------------------------------------------------------------------------- */
/* Menu Top horizontal im oberen Bereich */
#top-nav
{
	float: left;    
}

#top-nav ul {
	padding:5px;
}

#top-nav li {
	border-right:1px #fff solid;
	padding-right:10px;
	padding-left:10px;
	display:inline-block;
	float:left;
}

#top-nav .li-first {
	padding-left:0px;
	
}

#top-nav li.last {
	border-right:0px;
}

#top-nav a {
	color:#000066;
	text-decoration:none;
	cursor:pointer;
}

#top-nav a:hover, #top-nav strong.active a {
	color:#fff;
	/*text-decoration:underline;*/
}

/* Menu in der Contextspalte rechts */
#context div ul li a

{
	background-color: #ffe4c4;
	color: #000066;
	cursor:pointer;	
	font-weight:normal;
	font-size:12px;
	padding-left:20px;
	background: url('images/layout/more_red.png') no-repeat 0 2px; 
	height:20px;
	text-decoration:none;
	/*display:block;*//*verrückter Effekt im FF9.01*/
}
#context div ul li a:hover {
	text-decoration:underline;
}

/* Der Teile eines Menüs der gerade aktiv ist: s. Url */
div .active
{
	visibility: visible;
	display: block;    
}

/* Div um die Submenü-Listen die über mousouver sichtbar werden.
   Achtung: ist absolut rechts des Menüs positioniert, wird in IE 7 noch verdeckt.
   IE 8 und IE 9 sowie FF scheinen ok
 */
 /* display:none ist notwendig, sonst sind die Menüs bei 'langsameren' Seiten kurz sichtbar (Unternehmen)
	werden im Script ja erst auf document.ready versteckt und das kann m.E. länger dauern
 */
div .expand-container
{
	position: absolute;
	left: 180px;    
	z-index: 1000;
	display: none; 
	width: 250px;
	margin-top: -24px;
}

div .expand-container ul
{
	display: block;    
}
/* ------------------------------------------------------------------------------------- */
/* Menu vertikal in der linken Spalte, kann über mehrere Leveltiefen gehen               */
/* ------------------------------------------------------------------------------------- */
#left-nav {
	position:relative;
	border-radius:5px;
	padding:10px;
	margin:0 0 10px 0;/*aza 16.12.11*/
	background-color:#98b8fa;
	border:1px #98b8fa solid;
}

#left-nav li{
	display:block;
	color:#000066;
}

#left-nav a, #left-nav-sublevel a
{
	display:block;
	text-decoration:none;
	color:#000066;
	padding:3px 5px;
	font-size:13px;
	border-bottom: 1px #fff solid;
}

/* Definition Link der erste Ebene, sowie #left-nav-sublevel */
#left-nav-sublevel a,
#left-nav ul li div ul li a   
{
	background-color: #b0d0ff;
	color: #000066 ;
	cursor:pointer;	
	font-weight:normal;
	font-size:12px;
	padding-left:20px;
}

/* Definition Link der zweiten Ebene */
#left-nav ul li div ul li div ul li a 
{
	color: #000;
	padding-left: 30px;
}

/* Definition Link hover und active der ersten und zweiten Ebene, sowie  #left-nav-sublevel*/
#left-nav-sublevel a:hover, #left-nav-sublevel strong.active a,
#left-nav a:hover, #left-nav strong.active a,
#left-nav ul li div ul li a:hover, #left-nav ul li div ul li strong.active a 
{
	background-color: #d5e7ff;
	color: #000066 ;
	font-weight:bold;
	cursor:pointer;	
}

#left-nav ul li div ul li a:hover, #left-nav ul li div ul li strong.active a
{
	background-color: #d5e7ff;
	color: #000066 ;
}
/* Definition letzter Eintrag ohne border */
#left-nav li.parent-last a
{
	border-bottom: 0px;    
}
/* Definition letzte Einträge aktiv, alle wieder mit border */
#left-nav li.parent-last strong.active a, 
#left-nav li.parent-last div.active a
{
	border-bottom: 1px #fff solid;  
}
/* ------------------------------------------------------------------------------------- */
/* breadcrumb                                                                            */
/* ------------------------------------------------------------------------------------- */
.breadcrumb 
{
	font-size: 12px;
	position: relative;
	display:block;
	clear: both;
	padding: 0px 0 4px;
	height: 20px !important;
}

.breadcrumb ol {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

.breadcrumb li {
	display: inline-block;
	list-style-type: none;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
	background: url('images/layout/breadcrumb_red.png') no-repeat right 4px;
	margin-bottom: 0;
}

.breadcrumb li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

.breadcrumb li a,
.breadcrumb li strong {
	color: #7d8f9e;
	font-weight: normal;
}

.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover
{
	text-decoration: underline;    
}

/* ------------------------------------------------------------------------------------- */
/* layout unterhalb Header                                                               */
/* ------------------------------------------------------------------------------------- */


#content {
	z-index: 10;
	position: relative;
	width:485px;
	float:left;
	font-size:12px;
	background-color:#fff;
	padding:0;
	overflow:hidden;
}

/* ------------------------------------------------------------------------------------- */
/* Content-Bereich über ganze Breite                                                     */
/* ------------------------------------------------------------------------------------- */

#content-wide {
	padding: 10px 0 0;
	position: relative;
	width: 710px;
}
/* ------------------------------------------------------------------------------------- */
/* Context-Bereich links unter dem linken Menü                                           */
/* ------------------------------------------------------------------------------------- */

#context-left {
	position:relative;
	border-radius:5px;
	padding:0;
	margin:0 0 10px 0;/*aza 16.12.11*/
	background-color:#fff;
}

/* ------------------------------------------------------------------------------------- */
/* Context-Bereich rechts                                                                */
/* ------------------------------------------------------------------------------------- */

#context {
	position:relative;
	float:right;
	width:215px;
	margin:10px 0 0 7px;
	overflow:hidden;
	/*
	background-color:#edece8;
	border-radius:5px;
	border:1px #dbd7ca solid;
	padding:7px;
	*/
	font-size:12px;
	color:#000;
}

/* ------------------------------------------------------------------------------------- */
/* Sub-Navigation rechts                                                                 */
/* ------------------------------------------------------------------------------------- */

#sub-nav {
	background-color:#edece8;
	border-radius:5px;
	border:0px #dbd7ca solid;
	padding:7px;
	margin-bottom:15px;	
}

#sub-nav ul li{
	list-style-type:none;
	line-height:160%;
}
/* ------------------------------------------------------------------------------------- */
/* Footer eins                                                                           */
/* ------------------------------------------------------------------------------------- */

#footer-one {
	position:relative;
	float:left;
	display:block;
	border-radius:5px;
	border:1px #98B8FA solid;
	background-color:#98B8FA;
	height:20px;
	width:925px;
	font-size:12px;
	font-weight:bold;
	margin:10px 7px 5px 9px;	
	padding:5px 5px 5px 10px;	
}

/* ------------------------------------------------------------------------------------- */
/* weiter-Links                                                                          */
/* ------------------------------------------------------------------------------------- */


/*T06998 vom 03.05.2013 aza*/
.article-teaser a.continue {
	background: url('images/layout/more_red.png') no-repeat 0 2px;
	display: block;
	position: relative;
	left: 410px;
	height: 16px;
	margin-left: 3px;
	padding-left: 15px;
	margin-top: 5px;
	text-decoration: none;
}

#context-left .article-teaser a.continue {
	left: 150px;
}

.article-teaser a.continue:hover {
	text-decoration:underline;
}

.match-element a.continue,
.match-element.more,
.ui-smartbox-body a.continue  {
	background: url('images/layout/more_red.png') no-repeat 0 2px;
	display: block;
	position:relative;
	right:5px;
	float:right;
	height: 16px;
	margin-left: 3px;
	padding-left: 15px;
	text-decoration:none;
	color:#000066;
}

#context a.continue {
	position:relative;	
	background: url('images/layout/more_red.png') no-repeat 0 2px;
	display: block;
	height: 16px;
	line-height:16px;
	font-size:12px;
	margin:5px 0 5px 3px;
	padding-left: 15px;
	text-decoration:none;
	color:#000066;	
}

#context a.continue:hover {
	text-decoration:underline;
}

.article-teaser table {
	margin-bottom:10px;
}

/* ------------------------------------------------------------------------------------- */
/* boxes                                                                                 */
/* ------------------------------------------------------------------------------------- */
			  
.roundbox-content {
	display:block; 
	background:#fff; 
	padding:5px 0px;

} 
.box1 {
	position:relative;
	border-radius:5px;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#fff;
	border:1px red solid;
}

.box2 {
	position:relative;
	border-radius:5px;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#fff;
	border:1px green solid;
}

.box3 {
	position:relative;
	border-radius:5px;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#fff;
	border:1px blue solid;
}


/* ------------------------------------------------------------------------------------- */
/* box (aus Karriere!) verwendet über Unternehmensregister                               */
/* ------------------------------------------------------------------------------------- */

.blue-header{
	 background-color:#efefef;
	 display:block;
	 border-left:1px solid #b8c0c7;
	 border-right:1px solid #b8c0c7;
	 border-bottom:1px solid #0d608c; 
	 padding:0 0 0 10px;
	 margin:0;
	 height:23px;
	 width:auto ;
}

.blue-header h4{
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding:3px 0 0 0;
}

.roundbox-content-blue p{
	line-height:1.2em;
	font-size:12px;
	color:#000;
}

/* ------------------------------------------------------------------------------------- */
/*Artikel-Teaser                                                                         */
/* ------------------------------------------------------------------------------------- */
.article-teaser,
#MainContent_CompaniesListPanel,
#contact,
.index-company {
	position:relative;
	background-color: #fff;
	border:1px #999 solid;
	border-radius:5px;
	/*width:95%;*/
	padding:10px;
	margin:10px 0 15px 0;
	/*overflow: hidden;*//*manchmal fehlt dadurch die untere Box-Border*/
}

.article-teaser .highline {
	font-size: 10px;	
	font-weight: bold;
	color: #000066;
	padding: 0 0 5px 0;	
}
.article-teaser .highline a {	
	text-decoration:none; 
	color: #000066 ;	
}
.article-teaser .highline a:hover {
	text-decoration: underline;
} 

/* article-teaser .last (letztes Artikel-Element in der Listenübersicht)*/
#article-teaser li.last {
	
}

.article-teaser h1,
.article-teaser h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066 ;
	margin:0 0 5px 0;
	padding:0;
}

.article-teaser h1 a,
.article-teaser h2 a {
	color: #000066 ;
	text-decoration: none;

}

.article-teaser h1 a:hover,
.article-teaser h2 a:hover {
	text-decoration: underline;
}


.article-teaser p
{	line-height: 160%;
	font-size: 12px;
}

.article.pagetitle {
	font-weight:bold;
	}

/* ------------------------------------------------------------------------------------- */
/* Formatierung Bilder                                                                   */
/* ------------------------------------------------------------------------------------- */



/*T07061 feste Breite, da max-width nicht interpretiert wird in IE8*/
div.imgSection#MasterBody.msie,
img.imgSection#MasterBody.msie,
#MasterBody.msie img.imgSection,
#MasterBody.msie div.imgSection

{
	width:240px;	
}


/* ------------------------------------------------------------------------------------- */
/*  Context: Kurzinfo                                                                    */
/* ------------------------------------------------------------------------------------- */
.kurzinfo {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #999 solid;
}

div.kurzinfo .title h1,
div.kurzinfo .title h2 {
	font-size:12px;
	line-height:1.2;
	font-weight:bold;
	color:#000066 ;
}

.title a {
	font-weight:normal;
}
/* ------------------------------------------------------------------------------------- */
/*  Content-wide: Register-index für Unternehmensprofile                                 */
/* ------------------------------------------------------------------------------------- */
.index-all-tabs{
	/*padding: 10px 10px 0 0px;*/
	display:block;
	/*width:770px;*/
}

.index-all-tabs .blue-header{
	 background: #efefef;
	 display:block;
	 border-color:#b8c0c7;
	 border-width:1px 1px 0;
	 border-style:solid solid none;
	 padding:0 0 0 12px;
	 margin:0;
	 height:35px;
	 width:auto;
}
.index-all-tabs .blue-header h1 {
	color:#000066 ;
	font-size:18px;
	margin:0;
	padding:5px 0 12px 0px;
}

.index-all-tabs#index-nav {
	padding:0;
	color:#222222;
	position: relative;
	top: 0px;
	bottom:0px;
	width: 750px;
	height:auto;
}

.index-all-tabs#index-nav ul{
	display: inline-block;
	float: left;
	margin:0;
}
/* Standard-Tab Unternehmensprofil */
/*rechter Tab-Teil*/
.index-all-tabs .index-tab-all-tabs li {
	/*background: transparent url(images/layout/indexnav-right.gif) no-repeat right top;*/
	float: left;
	z-index: 20;
	list-style-type:none;
	/*padding: 5px 5px 4px 9px;*/
	margin:0 -1px 0 0;
	}
/*Schriftinformationen Standard-Tab*/ 
.index-all-tabs .index-tab-all-tabs li {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight: bold;
}
/*linker Tab-Teil*/
.index-all-tabs .index-tab-all-tabs li a {
	/*background: transparent url(images/layout/indexnav-left.gif) repeat-x left top;*/
	text-align: center;
	padding: 0;
	color:#222222; /*color:#ccc*/
	padding: 5px 6px 2px 7px;
	border-top:	1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;	
	border-radius: 3px 3px 0px 0px;
	margin:0 -1px 0 0;
	text-decoration:none;
}

.safari .index-all-tabs .index-tab-all-tabs li a {
	padding: 5px 6px 3px 7px;	
}
.msie8 .index-all-tabs .index-tab-all-tabs li a {
	padding: 5px 6px 4px 7px;	
}


/* inaktiver Tab (ohne Treffer) rechter Tabteil*/
.index-all-tabs .index-tab-all-tabs li.inactive {
	/*background: transparent url(images/layout/indexnav-right.gif) no-repeat right top;*/
	float: left;
	z-index: 20;
	list-style-type:none;
	/*padding: 5px 5px 4px 9px;
	border:	1px #ccc solid;*/
	border-radius: 3px 3px 0px 0px;
	margin:0 -1px 0 0;
	}
	
/*Schriftinformationen inaktiver Tab (ohne Treffer)*/
.index-all-tabs .index-tab-all-tabs li.inactive {
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size:12px;
	color:#b1b1b1;

} 
/*linker Tab-Teil*/	
.index-all-tabs .index-tab-all-tabs li.inactive .strong {
	/*background: transparent url(images/layout/indexnav-left.gif) repeat-x left top;*/
	text-align: center;
	padding: 0;
	z-index: 20;
	color:#b1b1b1;
	border-top:	1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;	
	border-radius: 3px 3px 0px 0px;
	padding: 5px 7px 2px 7px;
	margin:0 -1px 0 0;
	text-decoration:none;
	font-style:normal;
}

.safari .index-all-tabs .index-tab-all-tabs li.inactive .strong {
	padding: 5px 7px 3px;
}
.msie8 .index-all-tabs .index-tab-all-tabs li.inactive .strong {
	padding: 5px 7px 4px;
}

 
/* aktiver Tab rechter Tabteil*/
.index-all-tabs .index-tab-all-tabs li.active {
	/*background: transparent url(images/layout/indexnav-right-active.gif) no-repeat right top;*/
	float: left;
	z-index: 20;
	list-style-type:none;
	margin:0 -1px 0 0;
}
/*Schriftinformationen aktiver Tab*/ 
.index-all-tabs .index-tab-all-tabs li.active {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight: bold;
}
/* aktiver Tab linker Tabteil*/
.index-all-tabs .index-tab-all-tabs li.active .em {
	/*background: transparent url(images/layout/indexnav-left-active.gif) repeat-x left top;*/
	text-align: center;
	border:	1px #ccc solid;
	border-bottom:0px #fff solid;
	border-radius: 3px 3px 0px 0px;
	z-index: 20;
	color:#A31E1E; 
	background-color:#fff;
	padding: 5px 7px 2px;
	text-decoration:none;
	font-style:normal;
}

.safari .index-all-tabs .index-tab-all-tabs li.active .em {
	padding: 5px 7px 3px;
}

.msie8 .index-all-tabs .index-tab-all-tabs li.active .em {
	padding: 5px 7px 4px;
}

/* ------------------------------------------------------------------------------------- */
/* Suche in content-wide unter Index-Tab                                                 */
/* ------------------------------------------------------------------------------------- */

.content-wide-search {
	z-index:30;
	top: 0px;
	height: auto;
	min-height:60px;
	background-color:#fff;
	border-left:1px solid #b8c0c7; 	
	border-right:1px solid #b8c0c7; 
	border-bottom:1px solid #b8c0c7; 
	border-top:1px solid #b8c0c7; 
	padding:10px;
	margin:0px;
	color:#222222;
}

.content-search-form {
	display:block; 
	background:#efefef; 
	border:1px solid #b8c0c7; 
	padding:0 16px 10px 15px;
	border-width:0 1px 1px 1px;
}

.content-search-title {
	display:block; 
	background:#fff; 
	border:1px solid #b8c0c7; 
	padding:0 16px 10px 15px;
	border-width:0 1px;
}

#MainContent_TabbedSearch_content_search.content-search-form 
{
	padding:0 12px 10px 12px;
}

#MainContent_TabbedSearch_content_search.content-search-form.content-wide-search {
	height: 350px;
}

#MainContent_TabbedSearch_content_search.content-search-title
{

}

#MainContent_TabbedSearch_content_search.content-wide-search {
	/*width:745px;*/
}
.content-wide-search input {
	font-weight: normal !important;
}

.content-wide-search h5{
	font-size:0.75em;
	color:#000066 ;
	font-weight:bold;
	padding:5px 0 0 5px;

}

.content-wide-search .input-image
{
	margin:0px;
	padding: 0 0 0 0px;
	top:0px;
	right:0px;
	width:73px;
	height:25px;
	/*border: 0px;
	background-image: url(images/layout/button_suchen.png);*/
}

.content-wide-search p{
	margin:0;
	 padding:20px 0;
	text-align:center;
	font-weight:bold;
	font-size:0.88em;
}


.company-term {
	display:block;
	float:left;
	width:442px;
	margin:10px 0 0 0;
}

.company-term label{
	 margin: 0 15px 0 0;
	 vertical-align: top;
	 line-height:1.6;
	 font-weight:bold;	
	 width: 90px;
	 display: block;
	 float: left;
}

.company-term input {
	display:inline-block;
	vertical-align:middle;
	z-index:8000;
	height:22px;
}

.company-term input,
#MainContent_TabbedSearch_ctl00_Term input {
	width:316px;
}

.state {
	display:block;
	margin-right:0px;
}

.state label{
	font-weight:bold;
}

/*IE7**/
 + html .state label {
	float:none;
	width:250px;
}

/*IE6*/
* html .state label {
	float:none;
	width:250px;
}

/**/
.category {
	display:block;
	float: left;
	width:447px;
}
.category label{
	margin-right:5px;
	font-weight:bold;
	 width: 100px;
	 display: block;
	 float: left;
}
.fair {
	display: block;
	float:left;
	width:150px;
	margin-top:10px;
	font-weight:normal;
	color:#000;
}
.search-button{
	display:block;
	float: right;
	margin-right:0px;
	margin-top:6px;
	margin-bottom:10px;
	}

span#MainContent_TabbedSearch_ctl00_Selection.range{
	display:inline-block;
	padding:0 0 0 0;
	z-index:8000;
	min-width: 600px;
}


span#MainContent_MessageLabel.results-message {
	display:block;
	font-size:0.76em;
	font-weight:bold;
	text-align:center;
	min-height:20px;

}
/* ------------------------------------------------------------------------------------- */
/* Pagination Unternehmensprofile                                                        */
/* ------------------------------------------------------------------------------------- */

#pager-company {

	min-height:20px;
	height: 30px;
	 /*margin:0px auto;
	 width:370px;*/	 
	 font-size:12px;
}

.pager-company ul{
 text-align:center;
 padding:0 0 0 200px;
 margin-bottom:10px;
		
}
.pager-company li{
	float:left;
	margin:0 0 0 0;
	padding:0 4px;
	text-align:center;
	border-right:1px solid #000;
	list-style-type: none;
	font-size:12px;
}
.pager-company a,
.pager-company a:link,
.pager-company a:visited
{
	display:block;
	text-decoration: none;
	color:#6688c7;
}
.pager-company a:hover
{
	color:#6688c7;
	text-decoration:underline;
}
.pager-company li.active
{
	color:#6688c7;
	font-weight:bold;
}
.pager-company li.first
{
	padding-left:0;
}
.pager-company li.last
{
	border-right:0px solid #fff;
	padding:0 10px 0 7px;
}
.pager-company li.text {
	border-right:0px solid #fff;
	font-weight: bold;
	font-size:12px;
	padding: 0;
}

#MainContent_PagerPanelTop p.center,
#MainContent_PagerPanelBottom p.center
 {
text-align: center;
}
p.pagination {
margin: 10px;
}

/* ------------------------------------------------------------------------------------- */
/* Unternehmensliste                                                                     */
/* ------------------------------------------------------------------------------------- */

table.companies  {
	border-width:0px;
	border-collapse:collapse;
	margin-bottom:15px;	
	padding:5px;
	width: 100%;
}

.companies thead {
	line-height:30px;
	color:#000066 ;
	font-size:12px;
	font-weight:bold;
}

.companies th.c-name
{
	width: 170px;    
}
.companies th.c-adress
{
	width: 170px;    
}
.companies th.c-category
{
	width: 160px;    
}
.companies th.c-info
{
	width: auto;    
}

.companies td {
	vertical-align:top;
	padding:5px;
	border:1px #ddd6be solid;
}
.companies td.ul-links {
	padding:10px 5px 0px 0;
	width:50%;
}

.companies td.ul-rechts {
	padding:10px 0 0px 5px;
	width:50%;
}

.pager-bottom-unternehmerliste {
	margin-top:10px;
}

.companies .logo-area {
	display: block;
	height: 100px;
	margin-bottom: 10px;
	padding: 14px 0 0 0;
	}

.companies .logo-area .rechts {
	margin: 0;
	padding:0 0 0 10px;
}	
.companies img .rechts {
	color: #1076A9 !important;
	font-size: 0.88em;
	text-align: right;
}

table.companies .roundbox-content{
	height:260px;
}
	
.companies dl {
margin-bottom: 10px;
}

.companies dt {
margin-bottom: 0;
}

.companies dl dt {
font: bold 12px/1.3846 Arial, sans-serif;
}

.companies dl dd {
	font: normal 12px/1.3846 Arial, sans-serif;	
}

.companies table a {
	font: normal 12px/1.3846 Arial, sans-serif;	
	color:#6688c7;
}

.companies table a:hover {
	text-decoration: underline;
}



/*für Firefox
.RadTabStrip .rtsLink {
	padding-left:3px !important;
}
*/
/*für IE7
* + html .RadTabStrip_Windows7 .rtsLink {	
FONT: 12px/26px "Segoe UI", Arial, sans-serif;	COLOR: #4c607a;
}
*/
/* ------------------------------------------------------------------------------------- */
/* article (Artikel Volldarstellung)                                                     */
/* ------------------------------------------------------------------------------------- */
.article {
	width:482px;
	display:table;	
	overflow:hidden;
	line-height: 1.3em;
	font-size:12px;
	padding:0 0 5px 0;
}

.highline {
	font-size: 10px;	
	font-weight: bold;
	color: #000066 ;
	padding: 0;	
	overflow:hidden;
}

.datepub {
	font-size:9px;
	font-weight:normal;
	color:#000;	
	padding:0 5px 0 0;
	float:left;
}

.author {
	font-size:9px;
	font-weight:normal;
	color:#000066 ;	
	padding:0 0 0 5px;
	overflow:hidden;
	
}
.abstract {
	font-size: 12px;	
	line-height: 1.5em;
	font-weight: bold;
	overflow:hidden;
	color: #000;
	padding: 10px 20px 10px 0;	
}

.title h1,
.title h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.2;
	margin: 0 0 0 0;
	padding:0 0 3px 0px;
	color:#000066;
}

.title h1 a,
.title h2 a {
	text-decoration: none;
	color:#000066 ;
}

.title h1 a:hover,
.title h2 a:hover {
	text-decoration: underline;
	color:#000066 ;
}


.article p {
	line-height: 1.5em;
	font-size:12px;
	padding:0 0 5px 0;
	overflow:hidden;
}


.article a,
.article a:visited,
.article a:active {
	text-decoration:none;
	color:#000066 ;
}

.article a:hover {
	text-decoration:underline;
}

/* ------------------------------------------------------------------------------------- */
/* Bildunterschriften, Copyright, allg. Formatierungen                                   */
/* ------------------------------------------------------------------------------------- */

span.caption {
	font-family:Arial, Helvetica, Sans-Serif;
	color:#333;
	font-size: 0.92em;
	line-height:1.2727;
	display:block;
	margin-bottom: 10px;
}

span.copyright {
	color: #666;
	padding: 0 0 0 0;
	position: relative;
	font-weight: normal;
	margin-bottom: 7px;
	display:block;
	}
	
span.spacer {
	width:5px;
	display:inline-block;
}

/*copyright in der Fusszeile*/
p.copyright {
	color: #666;
	padding: 0 0 0 0;
	float: right;
	top: -30px;
	right: 15px;
	position: relative;
	font-weight:normal;

}

/* ------------------------------------------------------------------------------------- */
/* article-related (Artikel Listenübersicht für die zum Leithema gehörenden Unterthemen) */
/* ------------------------------------------------------------------------------------- */
#article-related {
	border-top:0;
	border-right:0;
	border-left:0;
	padding:15px 0 10px 0;
	display: block;	

}
.article-related-highline {
	font-size: 10px;	
	font-weight: bold;
	color: #000066 ;
	padding: 0 0 5px 0;	
}

.article-related-highline a {	
	text-decoration:none; 
	color:#000066 ;	
}
.article-related-highline a:hover {
	text-decoration: underline;
} 

#article-related h1,
#article-related h2{
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.3;
	margin: 0 0 0 0;
	padding:3px 0px;
	color:#000066 ;
}

#article-related h1 a,
#article-related h2 a{
	text-decoration: none;
	color:#000066 ;
}

#article-related h1 a:hover,
#article-related h2 a:hover {
	text-decoration: underline;
	color:#000066 ;
}
#article-related p {
	font-size:12px;
	line-height: 1.4em;
	padding:0 0 10px 0;
}

li.article-related {
	border-bottom:1px #b8c0c7 solid;
	padding-bottom:10px;
}

li.article-related-last {
	border-bottom:0px #b8c0c7 solid;
}

/* ------------------------------------------------------------------------------------- */
/* Kontaktformular  (auch für Formulare im Content)                                      */
/* ------------------------------------------------------------------------------------- */

form.kontakt-form {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
}

table.kontakt-form {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
}

p.hinweis {
	color:#000;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 10px;
}

.kontakt-form select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px 2px 3px 0;
	border-top: 1px solid gray;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid gray;
}

input#MainContent_ContactForm_SendCopy{
	background:#fff;
	border-top: 0px solid gray;
	border-right: 0px solid #D4D0C8;
	border-bottom: 0px solid #D4D0C8;
	border-left: 0px solid gray;

}
input#MainContent_ContactForm_Subject.fehler,
input#MainContent_ContactForm_EMail.fehler,
textarea#MainContent_ContactForm_Message.fehler
{
font-weight: normal;
font-family:Arial, Helvetica, Sans-Serif;
border: 1px solid #9F0000;
}

.fehler {
	color: #9F0000;
}

form.kontakt-form input.fehler,
form.kontakt-form textarea.fehler,
input#Subject.fehler,
input#Email.fehler,
textarea#Message.fehler
 {
	font-weight: normal;
	font-family:Arial, Helvetica, Sans-Serif;
	border: 1px solid #9F0000;
}

span.fehler {
	color: #9F0000;
}

table.kontakt-form tr td {
	vertical-align:top;
	text-align:left;
	padding-bottom:7px;
}

table.kontakt-form td.left {
	width:150px;
}
table.kontakt-form td.right {
	width:570px;
}
.kontakt-form select, .kontakt-form input, .kontakt-form textarea, .kontakt-form label {
width: 99%;
}

span.kopie {
	float:left;
	width: 15px;
	height:15px;
	padding-left:0px;
	padding-bottom:3px;
	padding-right:10px;
	margin-left:-3px;
	background:#fff;
	border:0px;
}


span.ok-message {
	font-size:12px;
	color:#000;
}

.submitbutton {
	float: right;
	cursor:pointer;
	padding:3px;
	position: relative;
	top: -7px;
}

.kontakt-form h1,
.kontakt-form h2{
	font-size:14px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color: #000066 
}

.kontakt-form a {
color: #000066 ;
text-decoration: none;
}

.kontakt-form a:hover {

text-decoration: underline;
}

/* ------------------------------------------------------------------------------------- */
/* Marktplatz Staufen                                                                    */
/* ------------------------------------------------------------------------------------- */
table.market  {
	width:100%
}

table.market tr td {
	width:33%;
	padding:5px 0 5px 0;	
	background-color: transparent;
	/*border:1px gray dashed;*/
}

div.market {
	position:relative;
	width:92%;
	height:220px;
	border-left:5px #cecdcc solid;
	border-top:5px #cecdcc solid;
	border-right:5px #faf8f8 solid;
	border-bottom: 5px #faf8f8 solid;	
}


.opacity07 {
	 opacity: 0.7;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	 position:absolute;
	 z-index:50;
	 width:217px;
	 height:60px;
	 background:#fff none repeat-x fixed left top;
	 top:0px;
}

.shop-window  {
	position:absolute;
	z-index:10;
	top:0px;
}

.shop-title {
	position:relative;
	z-index:100;
	/*background:#fff none repeat-x fixed left top;
	opacity:0.5;*/
	height:30px;
}

.shop-title h1,
.shop-title h2 {
	z-index:110;
	/*line-height:30px;*/
	margin:0px;
	padding-top:0px;
	padding-left:5px;
}

.shop-title a {
	color: #000066 ;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	text-decoration: none;
}

.shop-title a:hover {
	text-decoration:underline;	
}

span.shop-teaser {
	display:block;
	position:relative;
	font-size:10px;
	line-height:1.0;
	font-family:Arial, Helvetica, Sans-Serif;
	padding-left:5px;
	float:left;
}

/* ------------------------------------------------------------------------------------- */
/* Marktplatz Staufen Eintrag Frimendaten                                                */
/* ------------------------------------------------------------------------------------- */

span.normal {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding:10px 30px 10px 0;
}

span.small {
	display:inline-block;
	 font-size:10px;
	 font-style:italic;	 
	 padding:10px 30px 10px 0;
}

span.error {
	display:block;
	font-size:12px;
	font-style:italic;
	color:red;
	padding:0 0 10px 0;
}

/*Formulare und Telerik Controls*/

span.section-label {
	color:#000066 ;
	font-size:14px;
	font-weight:bold;
	display: block;
	margin: 10px 0 0 0;
}

#MainContent_address_address a {
	font-size:14px;
	font-weight:bold;
}
.RadUpload .ruBrowse  
	{  
	 /*background-image: url(../Images/tabSelected.jpg) !important;*/
	 border: 1px solid red !important;
	}
/* C... Controls bestehen aus einem Label, einer Validation-Spalte und der Spalte
	die das Webcontrol enthält. */
	
.CheckBoxListLabel, .RadioButtonListLabel
{
	font-weight: bold;	
	padding: 0 0 0 5px;
}
.CheckBoxListLabel
{
	position:relative;
	top:10px;
	left:5px;
}

.labelcolumn
{
	width: 160px; 	
	font-weight: bold; 
	font-size:0.76em;	
	position:relative; 
	padding:4px 0 4px 4px;
	vertical-align:text-top;
}

.labelcolumn label {
	vertical-align:text-top;
	font-size:12px;
}

.validationcolumn
{
	width: 10px;
	text-align: right;	
	color: #c00000;
	font-weight: bold;
	position:relative;
	padding-left:0px;
	padding-top:6px;
}

.controlcolumn
{
	/*width: 450px;*/	
	font-size: 12px;
	position:relative;
	padding-top:5px;
}

.controlcolumn textarea {
	padding:0;	
}

.TextBoxTable {
	width:100%;
	height:auto;
	padding-bottom:10px;
}

#BranchenLabel
{
	margin-left: 175px;    
	padding: 0 0 10px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

table.checkbox-list span.group label
{
	font-weight: bold;
}

/*IE7*/
* + html .TextBoxTable tr {
	min-height:50px;
}


.TextBoxTable tr td {
	border:0;
}
/* #bap CONFIRM TEXTBOX */
div.TextBoxTable  
{
	position: relative;
	width: 400px;
}
div.labelcolumn
{
	visibility: visible;
	display:block;
	/*width: 250px;*/    
	margin: 0 0 0 15px;
	font-size: 12px;
}
div.validationcolumn
{
	visibility: visible;
	display: inline; 
	float:left;
	width: 10px;
}
div.controlcolumn
{
	visibility: visible;
	display: inline-table;
	float:right;
	width: 529px;  
	margin: 0;
	padding: 0;  
}

#Text1Container {float:left;}
#Text2Container {float:right; margin-left: 20px;}

/* // CONFIRM TEXTBOX */


.controlcolumn input 
{
	width: 530px;
}

.controlcolumn input.fehler, .controlcolumn .fehler
{
	border: 1px solid #9f0000;    
}

.controlcolumn input[type=radio]
{
	width: 25px;
	border: 0;
	margin-left: -5px;
	margin-bottom: 3px;
}

/*IE7 Secials*/
* + html .controlcolumn input[type=radio] {
	height:17px;
	width:15px;
	margin-right:10px;
	margin-left:0;
}

.controlcolumn input[type=submit]
{
	width: auto;
}

.controlcolumn input[type=checkbox]
{
	width: 25px;
	border: 0;
	margin-left: -5px;
	margin-bottom: 3px;
}

/*IE7 Secials*/
* + html .controlcolumn input[type=checkbox] {
	height:17px;
	width:15px;
	margin-right:5px;
	margin-left:0;
}

.controlcolumn table.checkbox-list td
{
	padding-right: 10px;    
}

input.upload {
	cursor:pointer;	
}

.upload-ctrl {
	background-color:#fff;
}
.controlcolumn label
{
	vertical-align: top;
	line-height:18px;
}

.controlcolumn select.SelectBox
{
	border: 1px solid #3b5669;
	font-size: 12px;
}

table.checkbox-list  {
	width:100%;
}

input#MainContent_address_AddressSave{
	float:right;
	padding:3px;
	margin:10px 5px 10px 0;
}

/* ------------------------------------------------------------------------------------- */
/* Trefferliste und Trefferelement                                                       */
/* ------------------------------------------------------------------------------------- */
.match-element {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:0.98em;
	border:1px solid #999;
	border-radius:5px;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;	
}

.match-list cite {
	display:block;
	font-size:12px;
	font-style:normal;
	margin:0 0 10px;
}
.match-element a {
	color:#006;
	text-decoration:underline;
	font-weight: bold;
	font-size: 100.1%;	
}
.match-element a:hover {
	color:#006;
	text-decoration:none;
	font-weight: bold;
	font-size: 100.1%;	
}

/*.match-element .more {
		color:#006;
	text-decoration:underline;
	font-weight: bold;
	font-size: 0.91em;	
}
*/

.match-list h1,
.match-list h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
	color:#000;
}
.match-element h3 
{
	color:#006;
	font-weight: bold;
	font-size: 100.1%;
	/*
	font-size:12px;
	line-height:1.0;
	margin:0 0 px;*/
}

.match-element p {
	line-height:1.2;
	margin-bottom:10px;
	font-size:12px;
}

.match-element img {
	margin-top:2px;
	margin-left:2px;
}

/* ------------------------------------------------------------------------------------- */
/* Pagination Trefferliste                                                               */
/* ------------------------------------------------------------------------------------- */

#pagination-matchlist {

	min-height:20px;
	height: 30px;
	 margin:0px auto;
	 width:370px;	 
}

.pagination-matchlist ul{
 text-align:center;
		
}
.pagination-matchlist li{
	float:left;
	margin:10px 0 0 0;
	padding:0 3px;
	text-align:center;
	border-right:1px solid #000;
	list-style-type: none;
}
.pagination-matchlist a,
.pagination-matchlist a:link,
.pagination-matchlist a:visited
{
	display:block;
	text-decoration: none;
	color:#006;
}
.pagination-matchlist a:hover
{
	color:#006;
	text-decoration:underline;
}
.pagination-matchlist li.active
{
	color:#000;
	font-weight:bold;
}
.pagination-matchlist li.first
{
	padding-left:0;
}
.pagination-matchlist li.last
{
	border-right:0px solid #fff;
	padding:0 0 0 3px;
}
.pagination-matchlist li.text {
	border-right:0px solid #fff;
	font-weight: bold;
	padding: 0;
	margin:10px 5px;
}

/* ------------------------------------------------------------------------------------- */
/* Pagination Artikel                                                                    */
/* ------------------------------------------------------------------------------------- */
#pagination {
	min-height:20px;
	width:100%;
	margin:0px auto; 
	font-size:small;
	border-bottom: 1px dotted grey;
	padding-bottom: 10px;
}

.pagination ul {
 text-align:left;
		
}
.pagination li{
	/*  float:left;*/
	margin:0;
	padding:0;
	text-align:left;
	line-height:20px;
	list-style-type: none;
}
.pagination a,
.pagination a:link,
.pagination a:visited
{
	display:inline;
	text-decoration: none;
	color:#000066;
	
}

a.page-sequence {
	color:#000066;
	font-weight:bold;
}

a.page-title {
	
}

.pagination a:hover
{
	text-decoration:underline;
}
.pagination li.active
{
	font-weight:bold;
	color:#7d8f9e;
}

span.page-sequence {
	
}

span.page-title {
	
}

.pagination li.first
{
	padding-left:0;
}
.pagination li.last
{
	border-right:0px solid #fff;
}
.pagination li.text {
	border-right:0px solid #fff;
	font-weight: bold;
	padding: 0;
}


/* ------------------------------------------------------------------------------------- */
/* Suche in content-left                                                                 */
/* ------------------------------------------------------------------------------------- */

.content-left-search {
	position: relative;
	/* bap: width: 710px;
height: 110px;
*/
	color:#006;
}

.content-left-search label.text, 
.content-left-search label.radio
{
	font-size:11px;
	color:#006;
	font-weight:bold;
	margin-right:7px;
}

.content-left-search input {
font-weight: normal !important;
height: auto;
margin-right: 5px;
padding: 3px;
width: 340px;
float:left;
}


.content-left-search h5{
	font-size:12px;
	color:#006;
	font-weight:bold;

}

.content-left-search .input-image{
	margin:0px;
	padding: 0px;
	top:0px;
	left:0;
	width:73px;
}

div.range {
	position: relative;
	width: 0px;
}

.content-left-search.range {
	color:#006;
	font-weight:bold;
	margin-top:10px;

}
.content-left-search.range label{
		font-size:11px;
}
.content-left-search.range select{

}

select#MainContent_searchform_Period {
	width:180px;
}

label.range {
	margin-right:10px;
}
/* ------------------------------------------------------------------------------------- */
/* Zweiter Footer mit Copyright und Links                                                */
/* ------------------------------------------------------------------------------------- */
#footer-second{
	width:100%;
	background-color:transparent;
	color:#7D8F9E;
	margin:0 0 20px 0;
	display:table;
	font-size:medium;
	position:relative;
	top:30px;
}

#nav-footer-second {
	font-weight: normal;
	margin: 0 20px 0 0;
	position: relative;
	top: -30px;
	width: 450px;
	float: left;}

ul.footer-second  {
	background: none;
	font: normal normal bold 1.4em/normal Arial, sans-serif;
	width: 99%;
}

li.footer-second {
	border-right: 1px solid #666666;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
	
li.footer-second-last {
		border-right:0px #8d9fad solid;
}

a.footer-second, .footer-second a, li.footer-second-last a {
	font-size:small;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	color:#666;	
}

a:hover.footer-second, .footer-second a:hover, li.footer-second-last a:hover {
	font-size:small;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:underline;
	color:#fff;	
}

.hb-copyright{
	font-size:small;
	padding:25px 0;
}

/* ab hier auskommentiert, wird nach Bedarf übernommen */

/* ------------------------------------------------------------------------------------- */
/* Archiv                                                                                */
/* ------------------------------------------------------------------------------------- 

.archiv {
	color:#000;
	font-size:0.88em;
	line-height:1.0;
}

.archiv h3 {
	font-size:1.5em;
	font-weight:bold;
	padding-left:3px;
	margin-bottom:10px;
}
.archiv h4 {
	font-size:1.3em;
	font-weight:bold;
	padding-left:3px;
	margin-top:10px;
	text-transform:none;
	color:#000;
}

.archiv p {
	margin:5px;
	display:block;
	font-size:1.2em;
	line-height:1.0;
	font-weight:bold;
}

.archiv li{
	float:left;
	background-color:#e7f6ff;
	padding:3px;
	margin:3px;
	border:1px #97b8ca solid;
	
}
.archiv li a 
{
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
.archiv li a:hover{
	text-decoration:underline;
}

.archiv li.year-active,
.archiv li.month-active,
.archiv li.days-active
{
	background-color:#97b8ca;
}
.archiv li.year-empty,
.archiv li.month-empty,
.archiv li.days-empty
{
	background-color:#fff;
	color:#cfd2d3;
	border:1px #cfd2d3 solid;
}
.archiv li.article-list {
	float:none;
	border:0px;
	background-color:transparent;
	list-style:circle inside none;
	line-height:1.3;
}*/
/* ------------------------------------------------------------------------------------- */
/* "weiter"-links                                                                        */
/* ------------------------------------------------------------------------------------- */

.box .continue {
padding-left: 20px;
background:url('images/layout/more_red.png') no-repeat 0 2px;
}

a.continue {
padding-left: 20px;
background: url('images/layout/more_red.png') no-repeat 0 2px;
}

/* ------------------------------------------------------------------------------------- */
/* Formatierungen für die Templates in stbComent                                         */
/* ------------------------------------------------------------------------------------- */

/* bap: dropdownliste in tplSearch für dyn. Suchkriterium */
div.dyn-select 
{
	margin: 0 0 20px 0;
}
.dyn-select select
{
	width: 98%;    
}

#label-contact {padding-right: 5px;}

/* ------------------------------------------------------------------------------------- */
/* #T07176                                         */
/* -------------------------------------------------------------------------------------*/
div#wrapmenu {max-width:191px;}
div#wrapmenu div#left-nav{position:absolute;top:20px;left:0;z-index:20000;max-width:171px;}
div.wrap-menu {	
	border-radius:5px;
	padding:0;
	margin:0 0 5px 0;
	background-color:#98b8fa;
	border:1px #98b8fa solid;
}
span.wrap-menu:hover {cursor:pointer;}	
span.wrap-menu {display:block;margin:0 0 0 150px;}
span.wrap-menu-bar{height:3px;width:30px;display:block;margin:2px 2px 2px 2px;background-color:rgb(129, 169, 255)}
