/* ############################################### Allgemeine Style ############################################### */
* {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}

/* DINWeb Schrift einbetten */

@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;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:DINWeb-bold;	/* 'DIN', Arial, sans-serif */ 
	color: #000;
	padding-bottom: 10px;
	font-weight: normal;
}

nav#menueLeft, section#right {
    margin: 0;
    width: 186px;
    height: 500px;
    display: table-cell;
}

section#content {
	padding: 0 14px 50px 14px;
	display: table-cell;
}

section#content h1 {
	color: #e51937;
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
}

div.bottomline {
	margin-top: 50px;
	text-align: center;

}


/* ############################################### Links allgemeiner ############################################### */

section#content a,
section#content a:hover,
section#contentBoxen a[href]:hover,
section#content a * {
	color: #e51937;
	text-decoration: none;
}

/* ############################################### 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;
}

/* ############################################### Footer ######################################################### */

nav#navFooter a{
	color:#000000;
	text-decoration:none;
	margin-right: 5px;
	font-size: 10px;
}

nav#navFooter {
	text-transform:uppercase;
	float:right;
	line-height: 20px;
}


