/* CSS BSK SCREEN, DKDL 2006 // Update 07/2009  */


body {
	background-color: #DAD9C7;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#struktur {
	width: 816px;
	position: relative;
	margin: 10px auto 0 auto;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	color: #FFFFFF;
}

/* tooltip*/

a.tooltiptext {
	text-decoration: none;
	border-bottom: 1px dashed black;
/*	display: inline-block !important;*/
	display: inline;
	vertical-align: bottom;
/*	margin-bottom: -1px;*/
	position: relative;
}
a.tooltiptext span.tooltip {
	visibility: hidden;
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: 260px;
	z-index: 1;
	padding: 2px;
	background-color: #D7CA92;
	color: #000000;
}
a.tooltiptext:hover {
	border-bottom: 1px solid black;
}
a.tooltiptext:hover span.tooltip {
	visibility: visible;
}

/* tooltipreferenz*/

.tooltipreferenz {
	display: none;
}
a:hover .tooltipreferenz {
	display: block;
	position: absolute;
	padding: 2px;
	background-color: #D7CA92;
	z-index: 1;
	color: #000000;
	top: 186px;
}

/* Angebote */

#struktur #struktur-rechts #inhalte #angebote {
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-right: 20px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(/imgs/muster_dunkel.gif);
}

#struktur #struktur-rechts #inhalte #angebotekontakt {
	float: right;
	width: 160px;
	margin-right: 28px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 8px;
	/*background-image: url(/imgs/muster_dunkel.gif);*/
}

#struktur #struktur-rechts #inhalte #angebote #Angebot_Headline {
	width: 170px;
	padding: 5px;
	font-weight: bold;
}

#struktur #struktur-rechts #inhalte #angebote #Angebot_Bild {
	height: 110px;
	width: 170px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#struktur #struktur-rechts #inhalte #angebote #Angebot_Text {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
}

#struktur #struktur-rechts #inhalte #angebote #Angebot_Preis {
	width: 170px;
	padding: 5px;
}

#struktur #struktur-rechts #inhalte #angebote a {
	color: #333333;
}

#struktur #struktur-rechts #inhalte #angebote a:hover {
	color: #000000;
	background-color: #D7CA92;
	
}

#struktur #struktur-rechts #inhalte #angebote-home {
	float: right;
	width: 180px;
	margin-top: 130px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#struktur #struktur-rechts #inhalte #angebote-home #Angebot_Headline {
	width: 170px;
	padding: 5px;
	font-weight: bold;
}

#struktur #struktur-rechts #inhalte #angebote-home #Angebot_Bild {
	height: 110px;
	width: 170px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#struktur #struktur-rechts #inhalte #angebote-home #Angebot_Text {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
}

#struktur #struktur-rechts #inhalte #angebote-home #Angebot_Preis {
	width: 170px;
	padding: 5px;
}

#struktur #struktur-rechts #inhalte #angebote-home a {
	color: #333333;
}

#struktur #struktur-rechts #inhalte #angebote-home a:hover {
	color: #000000;
	background-color: #FFCC33;
}

/* subnavigation */

/*
#struktur #subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #DAD9C7;
	text-align: right;
}

#struktur #struktur-rechts #subnavigation a {
	display: inline;
	position: relative;
	color: #666;
	text-decoration: none;
	margin-left: 20px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

#struktur #struktur-rechts #subnavigation a:hover {
	color: #000000;
	border-bottom: 1px solid #000;
}

#struktur #struktur-rechts #subnavigation a .subnav {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: auto;
	padding: 2px;
	z-index: 1000;
	visibility: hidden;
	color: #000;
	background-color: #D7CA92;
}
#struktur #struktur-rechts #subnavigation a:hover .subnav {
	visibility: visible;
}
*/

/* */

#struktur #struktur-rechts #inhalte table p {
	margin: 0 0 0.5em 0;
}
#struktur #struktur-rechts #inhalte #bildleiste a  {
	background-color: #FFFFFF;
	padding: 2px;
}
#struktur #footer a {
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#struktur #footer a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#struktur #struktur-rechts #inhalte a {
	color: #000000;
	text-decoration: none;
}

#struktur #struktur-rechts #inhalte a:hover {
	color: #000000;
	text-decoration: none;
}


/* Struktur */

#struktur #struktur-links {
	width: 122px;
	position: absolute;
	left: 10px;
	top: 0;
}

#struktur #struktur-rechts {
	width: 684px;
	position: absolute;
	left: 132px;
	top: 0;
	background-color: #FFFFFF;
}

#struktur #logo {
	width: 122px;
	background-color: #DAD9C7;
	background-image: url(/imgs/bsk-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 132px;
	cursor:pointer;
}

#struktur #logo:hover {
	cursor:pointer
}

#struktur #navigation {
	width: 121px;
	background-color: #fff;
	padding-bottom: 32px;
}

#struktur #inhalte {
	padding-left: 60px;
	color: #333333;
	padding-bottom: 10px;
	min-height: 600px;
}

#struktur #struktur-rechts #inhalte #bildleiste {
	width: 564px;
	margin-bottom: 10px;
	margin-top: 20px;
	height: 50px;
	overflow-x: auto;
	overflow-y: hidden;
}

#struktur #struktur-rechts #inhalte #textundbild {
	width: 564px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #666666;
}

#struktur #struktur-rechts #inhalte #textundbild-angebote {
	width: 564px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #666666;
}

#struktur #struktur-rechts #inhalte a {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#struktur #struktur-rechts #inhalte .Angebot_Bild a,
#struktur #struktur-rechts #inhalte .Angebot_Bild a:hover{ 
	border: none; 
}

#struktur #struktur-rechts #inhalte a img {
	border: 1px solid #666;
}

#struktur #struktur-rechts #inhalte a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}

#struktur #struktur-rechts #inhalte a:hover img{
	border: 1px solid #000;
}

#struktur #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A8A59F;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3DBCC;
	width: 564px;
	padding: 20px 60px;
}

.img-rahmen {
	padding: 1px;
	border: 1px solid #E3DBCC;
}

.headline {
	padding-top: 20px;
	padding-bottom: 10px;
}

.headline_home {
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 60px;
}

.headline_sub {
	padding-bottom: 10px;
}

#struktur #struktur-rechts #inhalte #textundbild #Text-Home {
	width: 260px;
	padding-top: 60px;
}

#struktur #struktur-rechts #inhalte #textundbild #Inhalt_Home #Text_Home {
	width: 260px;
	float: left;
	padding-top: 50px;
}

#struktur #struktur-rechts #inhalte #textundbild #Inhalt_Home #Bild_Home {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}

#struktur #struktur-rechts #inhalte #Abbildung-Home {
	float: right;
}

li {
	list-style-type: square;
}

.subnavaktiv {
	background-color: #FFCC33;
}

/* bildleiste */

#struktur #struktur-rechts #inhalte #bildleiste a {
	display: block;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #6C6660;
}
#struktur #struktur-rechts #inhalte #bildleiste a:hover {
	border-bottom: 1px solid black;
}
#struktur #struktur-rechts #inhalte #textundbild .small {
	font-size: 10px;
	line-height: 120%;
}
#struktur #struktur-rechts #inhalte #textundbild h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}
#struktur #struktur-rechts #inhalte #textundbild .locations h2{
	font-size: 18px;
	margin: 15px 0 0 0;
	font-weight: bold;
}
#struktur #struktur-rechts #inhalte #textundbild table.logotable {
	text-align: center;
	vertical-align: middle;
}
#struktur #struktur-rechts #inhalte #textundbild-angebote table td {
	padding: 0 10px 24px 0;
}
#struktur #struktur-rechts #inhalte #textundbild-angebote .Angebot_Bild img {
	border: 1px solid #999999;
}
#intro {
	position: absolute;
	z-index: 500;
	left: 5px;
	top: 0px;
	background:#DAD9C7;
	padding: 0;
	margin: 0;
	/*height: 1500px;*/
	vertical-align:top
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 48px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}

.error {
	color: #ff0000;
}

/* subnavigation */


#struktur #subnavigation {
	/*padding: 10px 20px;*/
	height: 20px;
	padding: 12px 0 0 10px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #DAD9C7;
	z-index:100;
}

/*
#struktur #struktur-rechts #subnavigation a {
	display: inline;
	position: relative;
	color: #666;
	text-decoration: none;
	margin-left: 20px;
	text-align: left;
	border-bottom: 1px solid #fff;
}

#struktur #struktur-rechts #subnavigation a:hover {
	color: #000000;
	border-bottom: 1px solid #000;
}

#struktur #struktur-rechts #subnavigation a .subnav {
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	width: auto;
	padding: 2px;
	z-index: 1000;
	visibility: hidden;
	color: #000;
	background-color: #D7CA92;
}
#struktur #struktur-rechts #subnavigation a:hover .subnav {
	visibility: visible;
}
*/

/* new navigation */
/*** ESSENTIAL STYLES ***/
.bsk-menu, .bsk-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 100;
}
.bsk-menu {
	line-height:	1.0;
}
.bsk-menu ul {
	position:		absolute;
	top:			-999em;
	width:			17.5em; /* left offset of submenus need to match (see below) */
	background:		#fff;
	padding:		0 0 10px 5px;
	z-index:100;
}
.bsk-menu ul li {
	width:			100%;
}
.bsk-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.bsk-menu li {
	float:			left;
	position:		relative;
	background:		#fff;
	margin-right:	27px;
}
.bsk-menu a {
	display:		block;
	position:		relative;
	white-space:	nowrap;
}
.bsk-menu li:hover ul,
.bsk-menu li.sfHover ul {
	left:			-10px;
	top:			15px; /* match top ul list item height */
	z-index:		99;
	z-index: 100;
}
ul.bsk-menu li li:hover ul,
ul.bsk-menu li li.sfHover ul {
	left:			17.5em; /* match ul width */
	top:			0;
}

.bsk-menu li.sfHover a{
	background: green;
}

/*** BSK SKIN ***/
.bsk-menu {
	float:			right;
}
.bsk-menu a {
	padding: 		0px 0px 10px 0;
	text-decoration:none;
}
.bsk-menu span,
.bsk-menu span:hover
{
	cursor: 		default;
	padding: 		0px 0px 10px 0;
	color: 			#666;
}
.bsk-menu a, .bsk-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.bsk-menu li li a{
	padding: 		2px 0px 4px 0;
}
.bsk-menu li li {
	background:		url(../imgs/nav_li.gif) no-repeat 0px -12px;
	padding: 		6px 15px 0 20px;
	margin:			0 0 -7px 0;
}
.bsk-menu li li li {
	/*background:		#9AAEDB;*/
}
.bsk-menu li:hover, .bsk-menu li.sfHover,
.bsk-menu a:focus, .bsk-menu a:hover, .bsk-menu a:active {
	/*background:		#CFDEFF;*/	
	outline:		0;
}

.bsk-menu a:focus, .bsk-menu a:hover, .bsk-menu a:active, .bsk-menu a.current {
	text-decoration: underline;
	color: #000;
}

.bsk-menu li li a.current{
	text-decoration: none;
	color: #666;
}

.bsk-menu li li:hover, .bsk-menu li li.sfHover,
.bsk-menu li li a:focus, .bsk-menu li li a:hover, .bsk-menu li li a:active {
	/*background:		#CFDEFF;*/
	color: #000;
	outline:		0;
}

/* home page */
.home_box{
	float: left;
	margin-top: 10px;
}

ul.home_list{
	border-top: 1px dotted #666;
	margin: 0;
}

ul.single_list,
ul.aktionen_list{
	border: none;
}

ul.home_list{
	padding:0;
}

ul.home_list li{
	list-style:none;
	clear: both; 
	float: none;
	margin: 5px 0;
	border-bottom: 1px dotted #666;
	padding: 0 0 3px 0;
}

ul.archive_list {
	border-top: none;
}

ul.overview_list li{
	padding: 10px 0 3px 0;
}

ul.aktionen_list li{
	border: none;
}

.home_list h3{
	font-weight: bold;
	font-size:11px;
	margin:6px 0;
}

.aktionen_list h3{
	font-size: 20px;
	font-weight:normal;
	margin: 3px 0 5px 0;
}

.home_date{
	font-weight: normal;
}

#cover_half{
	float: left;
	margin-right: 10px;
}

#aktion_frame{
	border: 1px solid #666;
	position: relative;
	width: 200px;
	height:400px;
	overflow:hidden;
	z-index:1;
}

#aktion_teaser{
	float: left;
	width: 190px;
	height: 390px;
	padding: 5px;
}

#aktion_teaser h1{
	margin: 10px 0 10px 0;
	line-height: 25px;
	font-weight: normal;
}

#aktion_teaser img{
	margin-bottom: 2px;
}


.home_list img{
	float: left;
	margin: 2px 20px 10px 0;
	border: 1px solid #666;
}

.single_list img{
	margin-bottom: 60px;
}

.single_list h1{
	margin-top: 10px;
}

ul.single_list li{
	border-bottom: none;
}

.box_events .home_list img{
	margin-right: 12px;
}

.home_list img.list_year{
	float: left;
	margin: 25px 20px 10px 0;
	border: none;
}

.home_list a:hover img{
	border: 1px solid #000;
}

.home_list hr{
	float:none;
	clear:both;
}

.box_news{
	width: 340px;
	margin-right:20px;
}

.box_events{
	width: 200px;
}

#struktur #struktur-rechts #inhalte a.pager,
#struktur #struktur-rechts #inhalte a.no_underline,
#struktur #struktur-rechts #inhalte a.no_underline img,
#struktur #struktur-rechts #inhalte a.no_underline:hover img{
	text-decoration: none;
	border: none;
}

/* Archiv etc */
.list_years{
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
}

.list_years li{
	list-style:none;
	display: inline;
	float: left;
	margin-right: 20px;
}

.list_img{
	float: left;
	width: 115px;
	display:block;
}

.list_text{
	float: left;
	width: 240px;
	padding: 0 135px 0 0;
}

.list_text h1{
	font-size: 20px;
	font-weight:normal;
	margin: 0 0 5px 0;
}

.list_date{
	float: left;
	width: 70px;
	text-align: right;
}

.marker{
	float: left;
	width: 10px;
	height: 10px;
	display: block;
	background: #ccc;
}


.angebote .marker{
	margin-bottom: 70px;
}

.twenty{	background: #c0dfb3;}
.thirtyfive{background: #c5b13c;}
.fifty{		background: #3ca5ac;}

.pager{
	display: block;
	width: 32px;
	height: 20px;
	background-position: 0 0;
	overflow:hidden;
	border: none;
	text-decoration:none;
	float: left;
	margin: 5px 3px 0 0;
}

.prev{ background-image: url(../imgs/arrow_left.gif); }
.next{ background-image:url(../imgs/arrow_right.gif); }

.prev:hover,
.next:hover{
	background-position: 0 20px;
}

.status{
	display: block;
	width: 50px;
	float: left;
	margin: 6px 0 0 8px;
}

.manuf_column{
	float: left;
	width: 105px;
	padding:0 10px 0 0;
	margin-right: 15px;
	font-size: 10px;
}

.manuf_column h3{
	margin: 10px 0 0px 0;
}

div.scrollable {
	position:relative;
	overflow:hidden;
	width: 564px;
	margin-bottom: 5px;
	height: 50px;
}

div.scrollable div.items {
	width:20000em;
	position:absolute;
}

div.scrollable div.items div {
	float:left;
	margin-right: 15px;
	border:1px solid #fff;
}

div.scrollable div.items div.active {
	border:1px solid #ccc;
	background-color:#fff;
}

div.pager_small{
	display: block;
	width: 19px;
	height: 13px;
	float: left;
	cursor:pointer;
	position:absolute;
	top: 214px;
	.top: 200px;
}

div.pager_showroom{
	top: 62px;
	.top: 67px;
}

div.prev_small{
	left: 28px;
	background: url(/imgs/arrow_left_small.gif) no-repeat 0 0;
}

div.next_small{
	left: 640px;
	background: url(/imgs/arrow_right_small.gif) no-repeat 0 0;
}

div.disabled{
	display: none;
	visibility:hidden;
}

div.prev_small:hover{
	cursor: pointer;
}

