/* ############################################### Allgemeine Style ############################################### */
* {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

/* DINWeb Schrift einbetten */
@font-face {
  font-family: 'DINWeb';
   src: url('https://www.bernexpo.ch/portaldata/22/styles/fonts/DINWeb.eot');
}
@font-face {
  font-family: 'DINWeb-bold';
   src: url('../../font/din/DINWeb-Bold.eot');
}

@font-face {
    font-family: 'DINWeb';
    src: url('../../font/din/DINWeb.eot?') format('eot'),
         url('../../font/din/DINWeb.woff') format('woff'),
         url('../../font/din/DINComp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINWeb-bold';
    src: url('../../font/din/DINWeb-Bold.eot?') format('eot'),
         url('../../font/din/DINWeb-Bold.woff') format('woff'),
         url('../../font/din/DINComp-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: transparent;
	background-image: url('../../img/kdkto/hg_kdkto.jpg');
	background-origin: padding-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family:DINWeb-bold;	/* 'DIN', Arial, sans-serif */ 
	color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: normal;
}

section#content div.div_hilfe,
section#content div.div_hilfe a {
	padding: 10px 0 50px 0;
	font-family:DINWeb;	/* 'DIN', Arial, sans-serif */
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #8f8f8f;
	text-align: right;
}

section#content div.div_hilfe a:hover {
	color: #e51937;
}

hr, 
section#content h1 {
	border-bottom: 1px dotted #999999;
}

input, textarea, select {
	border-color: #aaa;
	height: 20px;
    width: 250px;
}

label {
	line-height: 20px;
	vertical-align: top;
}

input, textarea, select, label {
	margin-top: 2px;
}

label.chbRadioLabel {
	float: none;
	display: inline;
}



/* ############################################### Links allgemeiner ############################################### */

section#content a,
section#content a:hover,
section#contentBoxen a[href]:hover,
section#content a * {
	color: #e51937;
	text-decoration: none;
}



/* ############################################### Menü links ###################################################### */

nav#menueLeft {
	vertical-align: top;
}

nav#menueLeft img#logo {
	margin: 20px auto;
	display: block;
}

/* nav#menueLeft ul.ulEbene0{
	border-bottom: #b2b2b2 solid 1px; Strich unter dem letzten Menüelement
} */

nav#menueLeft ul,
nav#menueLeft li{
	list-style: none;    
}

nav#menueLeft ul{
	background-color: #ffffff;
	color: #eeeeee;
	margin-left: 50px;
	margin-top: -146px;
/* 	border-bottom: #b2b2b2 solid 1px; */
}

/*ein kleiner Abstand unter den Listen nach ebene 0*/
nav#menueLeft ul.ulEbene0 ul{
/* 	margin-bottom: 10px; */
} 

/*Link und Text*/
nav#menueLeft li a,
nav#menueLeft li span.textzeile{
	font-family:DINWeb;	/* 'DIN', Arial, sans-serif */
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #8f8f8f;
	display: block;
	padding: 4px;
	border: none;
}

nav#menueLeft li a{
	margin: 0;
	list-style: none;
	padding: 3px 2px 3px 4px;
}

nav#menueLeft li a:hover	{
	color: #e51937;
}

nav#menueLeft li a.aktiv{
	color: #e51937;
}

nav#menueLeft li span.textzeile{
	margin-top: 8px;
	background-color: #cccccc;
	padding-left: 10px;
	font-weight: bold;
}

nav#menueLeft li.leerzeile{
	padding-bottom: 10px;
}

/* ############################################### Footer ######################################################### */

nav#navFooter a{
	color:#000000;
	text-decoration:none;
	margin-right: 5px;
	font-size: 10px;
}

nav#navFooter {
/* 	width: 574px; */
	text-transform:uppercase;
	float:right;
	line-height: 20px;
}

/* ############################################### Rahmen - Layout  ############################################### */

nav#menueOben, 
div#page {
    width: 1040px;
}

div#page {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(100, 100, 100, 1); /* WebKit */
   	-moz-box-shadow: 0px 0px 14px 0px rgba(100, 100, 100, 1); /* Firefox */
   	box-shadow: 0px 0px 14px 0px rgba(100, 100, 100, 1); /* Standard */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    background-image: url('../../img/kdkto/bernexpoLogo.gif');
    background-repeat: no-repeat;
	background-position: 730px 60px;
    background-color: #ffffff;
    
}

header#topHeader {
    display: table;
    height: 200px;
    margin-top: 0;
}

header#topHeader nav#menueOben {
    background-color: #ffffff;
}

/* ############################################### Content  ############################################### */

div#outerContent {
   margin-top: 0;
   width: 1040px;
   display: table;
   padding-bottom: 30px;
}

div#outerContent nav#menueLeft,
div#outerContent section#right,
div#outerContent section#content,
div#outerContent div#line {
   display: table-cell;
   height: 500px;
   vertical-align: top;
}

div#outerContent div#line {
   width: 1px;
   background-color: transparent;
}

div#outerContent nav#menueLeft {
    margin: 0;
    width: 186px;
    background-color: #ffffff;
}

div#outerContent section#content {
    color: #000000;
    font-size: 13px;
    padding: 0 14px;
}

div#outerContent section#right {
    background-color: #ffffff;
    margin: 0;
    width: 186px;
}

section#content h1 {
	color: #e51937;
	font-size: 28px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 0;
}

section#content h2 {
	color: #e51937;
	font-size: 14px;
    margin: 20px 0px 0px 0px;
    padding-bottom: 0;
}

section#content ul.bottomline {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	margin: 0;
}

section#content ul li {
	list-style: circle outside;
	margin-left: 20px;
}


section#content ul li.first {
	list-style: none outside none;
	padding-bottom: 5px;
	margin-left: 0;
}


section#content span.headline {
	font-size: 14px;;
	color: #e51937;
	font-family: 'DIN', Arial, sans-serif;	/* DINWeb-bold */
	text-transform: uppercase;
	padding-bottom: 5px;
}

section#content div#switchLanguage,
section#content div#switchLanguage a,
section#content div#switchLanguage a:hover,
section#content div#switchLanguage a.aktiv {
	font-face: DINWeb;	/* 'DIN' */
	font-size: 12px;
	color: #8f8f8f;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
}


section#content div#switchLanguage {
	margin-left: 0;
	margin-top: -65px;
	
}

section#content div#switchLanguage a:hover {
	color: #e51937;
}

/* ############################################### Login  ############################################### */
/* Styles für Login Seite */
div#loginErrorMsg, div#loginErrorMsg div{
               font-weight: bold;
               color: #FF0000;
}

form#loginForm ul li, ul {
	list-style-type:none;
}

form#loginForm input, 
form#loginForm  textarea, 
form#loginForm  select{
	width: 100px;	
} 

label#angemeldetbleiben_label{
	float: none;
	display: inline;    
	color: #1B1B1B;
}

form#loginForm span.itb-check_wrapper {
}

div#angemeldetbleiben_div {
	padding-top: 16px;
	padding-bottom: 16px;
}

form#loginForm a#passwortvergessen{
    display: block;
    margin-top: 14px;
}

ul, li {
	padding:0;
	margin:0;
}

ul.inputs li {
  padding: 0;
}

/* ############################################### Passwort vergessen  ############################################### */

form#getLoginForm input#input2, form#getLoginForm label.labelInput2{
	margin-top: 20px;
}

/************************ Übersichtsseite ShowLoginsErweitert.xsl  *************************/

table.tableShoplinks {
	width: 100%;
}

section#content table.tableShoplinks button.ui-button {
	margin-top: 0;
}

tr.headerMoreStDataTr {
	background-color: #e5e5e5;
}






