/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body{
	text-align:left;
	min-width:885px;
	height:100%;
	background:  #FFFFFF url(images/bg.gif) repeat-x;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	background: url(images/wrapper.gif) repeat-x bottom;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:885px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:885px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:313px;/*needed to make room for header*/
}

#klbild{
	background-color:#cdcdcd;
	position:absolute;
	top:15px;
	left:60px;
	width:50px;
	height:50px;
	z-index:1;
	} 
#headernav{
	font-size: 1em;
	color: #666666;
	padding-top: 15px;
	text-align: right;
	padding-right: 0px;
}

#headernav a {
	color: #666666;
	text-decoration: none;
}
#headernav a:hover {
	color: #ff6600;
	text-decoration: none;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:885px;
	height:270px;
	z-index:74;
	background: url(images/header_linie.jpg) no-repeat;
}


#header.klbild{
	position:absolute;
	left:24px;
	top:2px;
	z-index:-100;
	background: url(images/kl_bild.jpg) no-repeat;
	margin-top: 50px;
	}
#headerbild {
	margin-top: 29px;
	background: url(images/h_tick_bg.jpg) repeat-y;
	padding-top: 35px;
}

#ajaxmenu{
	position:absolute;
	top:270px;
	left:0px;
	width:885px;
	height:43px;
	z-index:65;
	background: url(images/nav_bg.gif) repeat-x left top;
}
#logo {
	position:absolute;
	top:32px;
	left:580px;
	width:150px;
	height:237px;
	text-indent: -5000px;
	z-index:300;
}
.menu{
	width: 100%;
	font-weight: bold;
}
.select a{
	color: #0F0;
}
.menu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.menu ul li a{
	display: block;
	background: #dedede url(images/nav_ho.gif) repeat-x left top;
	border-right: 1px solid #fff;
	color: #2d2b2b;
	text-decoration: none;
	margin-bottom: 4px;
	padding-top: 8px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 17px;
}
.menu ul li.angebot a{
	background-color: #F60 !important;
	background-image: none;
	color: #FFF !important;
}

* html .menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited{
	color: #333;
}

.menu ul li a:hover, .menu ul li.active a{
	color: #0055BA !important;
}
	
/*1st sub level menu*/
.menu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul a{
	top: 0;
	display: none;
}

/* Sub level menu links style */
.menu ul li ul li a{
	width: 100%; /*width of sub menus*/
	padding: 5px;
	margin: 0px;
	color: #0055BA !important;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede !important;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.menu ul li ul li a:hover{ /*sub menus hover style*/
	color: #000 !important;
}
.menuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: #000 !important;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 0px;
	right: 0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* mac hide \*/
* html #outer, * html #header {width:890px}
/* end hide*/
#footer {
	color: #999999;
	width:885px;
	clear:both;
	height: 50px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
}
#footer p {
	margin-top: 30px;
	font-size: 0.9em;
}
#footer p a {
	text-decoration: none;
	color: #999999;
}
#footer p a:hover {
	color: #000000;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:100px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/
#breadcrumbs {
	position: relative;
	width: 885px;
	margin: 0 auto 10px;
	height: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 0.9em;
}
#breadcrumbs a {
	color: #333333;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FF6600;
	text-decoration: none;
}
#left {
	width:225px;
	float:left;
	z-index: 55;
}
#left-inner {
	width: 185px;
	text-align: left;
}
#right {
	position:relative;/*ie needs this to show float */
	width:640px;
	float:right;
	padding-left: 7px;
	z-index: 56;
}
#right-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}

#spalte_links {
	float: left;
	width: 45%;
	margin-bottom: 0px;
}

#spalte_rechts {
	float: right;
	width: 45%;
	margin-bottom: 0px;
}

/*Spalten Startseite*/
#start_links {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	margin-top: 20px;
}

#start_rechts {
	float: right;
	width: 49%;
	margin-bottom: 20px;
	margin-top: 20px;
}
#spalte1{
	float: left;
	width: 47%;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#spalte2 {
	width: 47%;
	margin-bottom: 20px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#spalte3{
	float: left;
	width: 47%;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

#spalte4 {
	width: 47%;
	margin-bottom: 20px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
/*spalten Aktuelles und Archiv*/

#aktuelles_links {
	float: left;
	width: 390px;
	margin-bottom: 0px;
}

#aktuelles_rechts {
	float: right;
	width: 200px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#aktuelles_rechts li {
	font-size: 0.9em;
	list-style: none;
	display: block;
	border-bottom: 1px solid #ccc;
}
#aktuelles_rechts li.active a {
	color: #F60 !important;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date{
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	display: block;
	margin-top: 5px;
}
/*Aktuelles und Archiv ENDE*/
.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0em;
	line-height: 0em;
}


#clearfooter {
	width:100%;
	height:100px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-100px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}

h3 {
	color: #333333;
	margin: 0px !important;
	padding: 5px 5px 0px 10px !important;
	font-size: 1.1em;
	font-weight: normal;
}

#content p {
	font-size: 1em;
	line-height: 18px;
}
.preis
 {
	font-size: 1.6em;
	color: #FF6600;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 5px;
}

#content p a, content p a:visited {
	color: #0055BA;
}

#content p a:hover {
	background-color: #0055BA;
	color: #ffffff;
}
#content li a, content li a:visited{
	color: #000;
	text-decoration: none;
}
.external  {
	background: transparent url(images/external.gif) 100% 50% no-repeat;
	padding-right: 15px;
}


#footer p {
	padding: 8px;
}


/* submenu */
 #submenu {
	width: 189px;
	margin-bottom: 30px;
}
 #submenu li a, #submenu li a:visited{
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #333333;
	width:189px;
	border-bottom: 1px solid #CCC;
	padding-left: 5px;
	text-decoration: none;
	margin: 0px;
}


 #submenu li a:hover{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

 #submenu li.active a{
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}


 #submenu li {
	margin: 5px 0 1px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
}

 #submenu li.first {
margin-top: 0px;
}

/*submenu Ende*/

/*adresse*/

#adresse {
	margin-top: 50px;
}
h2 {
	font-size: 1.3em;
	color: #0055BA;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 5px 0px 15px;
	padding: 0px;
}
.title {
	font-size: 1.3em;
	color: #0055BA;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 5px 0px 15px;
	padding: 5px 0px 0px;
}

.or {
	font-weight: bold;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0em;
}

.or_b {
	font-size: 1.3em;
	color: #FF6600;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.bl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0055BA;
	font-size: 1em;
	letter-spacing: 0em;
}
.strong{
	font-weight: bold;
}
hr {}
.FSF_searchResults {
	color: #444444;
	line-height: 18px;
}


.FSF_extract {
	color: #444444;
	line-height: 18px;
}


.FSF_resultLink {
	color: #0055BA;
}

.FSF_extract {
	color: #444444;
	line-height: 18px;
}

.highlight {
	background-color: #f2f2f2;
	color: #0055BA;
	font-weight: bold;
	line-height: 18px;
}

a img {
	text-decoration: none;
	border-style: none;
}

.aktuelles_img {
float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	}
.img_rechts{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.img_links {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.img_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}
.img_logo {
	margin-bottom: 10px;
}

#content ul {
	margin : 0;
	padding : 8px 0 8px 16px;
	list-style-image: url(images/pfeil_li.gif);
}
#content ul.li_blau {
	list-style-image: url(images/li_blau.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 16px;
}
#content li {
	padding : 0 0 10px;
}
#content ol {
	padding: 0px 0px 10px;
	margin: 0px;
}
#content ol li{
	list-style-type: none;
	background: url(images/ol_li.gif) no-repeat left center;
	margin: 0px 0px 0.2em;
	padding: 0px 0px 0px 12px;
}


#content a, #sidebar a
{
	color: #0055BA;
}

#content a:hover, #sidebar a:hover
{
	color: #FF6600;
}
.float_r {
	float: right;
	width: 49%;
	margin-bottom: 30px;
}
.float_l {
	float: left;
	width: 49%;
	margin-bottom: 30px;
}
/* search form */
#ajaxSearch_form {
	width:225px;
	margin:50px 0px 20px;
	text-align: center;
	padding: 0px;
}

#ajaxSearch_form fieldset {
	border:none;
	margin: 0px;
	padding: 0px;
}
#ajaxSearch_input {
	float:left;
	width:130px;
	padding:3px 0px 3px 0;
	border:1px solid rgb(200,200,200);
	margin: 0px 5px 0px 0px;
}


#sitemap ul {
	list-style-type: none;
	margin: 0 30px 0 0px;
	padding: 0;
	background: url(images/pix.gif)!important;
} 
#sitemap ul li {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
#sitemap ul ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
	border-left: 1px solid #036;
	background: url(images/pix.gif) !important;
} 
#sitemap ul ul li a{
	margin: 0;
	margin: 3px 0 0;
	padding: 0 0 0 15px;
	color: #036;
} 
#sitemap ul ul ul li a{
	margin: 0;
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
} 
#sitemap ul a {
	margin: 0;
	padding: 0 0px 0 10px;
	text-decoration: none;
	font-weight: bold;
} 
#sitemap ul a:visited { padding-right: 15px; } 
#sitemap ul a:hover, #sitemap ul a:active, #sitemap ul a:focus {
	color: #FF6600;
} 
#sitemap ul ul a { font-variant: normal; font-weight: normal; } 
#sitemap ul ul a.lev2 { font-weight: normal; } 
#sitemap ul span.sm-aktiv { padding-left: 10px; font-weight: bold; }
/* Code
------------------------------------------------------------------------- */    

code {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
	padding: 10px;
	display: block;
}

/* emailform 
------------------------------------------------------------------------------- */
#emailform {
	width: 260px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#emailform.full { width: 100%; }


#emailform fieldset {
    border: none;
}

#emailform legend {
	display: none;
}
#emailform h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#emailform label,
#emailform p {
	display: block;
	clear: both;
	width: 250px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#emailform input {
	display: block;
	margin-top: 3px;
}

#emailform select {
	float: left;
	display: block;
}

#emailform label {
	float: left;
	clear: left;
	width: 250px;
	margin: 0;
	line-height: 1.5em;
}

#emailform label input {
	float: left;
	width: 250px;
	padding: 0;
}

/* style the #emailform elements to look similar across browsers ... emulates Safari */
#emailform label input,
#emailform textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
}
#emailform select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#emailform textarea {
	margin-top: 3px;
	width: 250px;
	height: 150px;
	display: block;
}

#emailform input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}


/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summarypost{
	margin: 0px 0px 15px !important;
	border: 1px solid #ccc;
}

.ditto_content{
	margin: 0px !important;
	padding: 10px 10px 0px;
}

h3 a{
	margin: 0px !important;
	padding: 0px !important;
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
}
.ditto_summarypost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
	text-align: right;
	margin-right: 15px;
}

.ditto_link a {
	font-size: 0.9em;
	font-weight: bold;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    color: #0055BA;
}
#ditto_pages {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#ditto_pages ul li {
position: relative;
	float: left;
	width:30px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	}

#ditto_pages .ditto_currentpage {
    border: 1px solid #0055BA;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #0055BA; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #0055BA; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #0055BA;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}
.ditto_tags {
	font-size: 0.9em;
	background: #F8F8F8;
	padding: 3px;
	color: #999;
}
.ditto_tags a{
	color: #CCC !important;
	text-decoration: none;
}
.stylebox {background-color: #F7F7F7; border: 1px solid #A0A0A0; padding: 5px;}
.hide {display: none;}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1000;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.slide{cursor:pointer;border-bottom:1px solid #CCC;margin:5px 0;padding:5px 0}
.sl_text{border-bottom:1px solid #CCC;padding-bottom:10px}
