/*Clearing and normalizing*/
* {

  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

html {
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
}
img
{
	border: 0;
}
 

/* Layout*/

html, 
body 
{
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:11px;
	color: #000;
	background-color:#CFD5CE;
}

.wrapper-o-fixed {
	width:100%;
	max-width:1040px;
	margin: 0 auto;
	min-height:100%;
/*	height:100%;*/
	background-color:#fff;
}


.w-head {
 height:300px;
 position:relative;
 overflow:auto;
 border-bottom: 2px solid #C80000;
}
.w-head__presenter {
 padding: 20px 10px 10px 10px;
 float:right;
 text-align:right;
}
.w-head__presenter .m-name {
 margin-top:0;
 margin-bottom:1em;
}
.w-head__presenter .m-location {
 font-size:1.4em;
}
.w-head__image-switcher {
background-color: #008000;
height: calc(100% - 11px);
margin-right: 300px;
}
.w-head__submenu {
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:24px;
 background-color:#fff;
 background-color:rgba(255,255,255, 0.5);
}
.w-head__submenu ul {
 list-style-type:none;
 padding:0 10px 0 10px;
 margin:0;
 float:right;
}
.w-head__submenu li {
 line-height:24px;
 color:#00085A;
 display:inline-block;
}
.w-head__submenu a {
 text-decoration:none;
 color:#00085A;
 background-color:none;
}

.w-head__submenu a:hover,
.w-head__submenu a:focus {
 text-decoration:underline;
 color:#fff;
 background-color:#00085A;
}

.w-body
{
 display: table-cell;
 min-height: calc(100% - 300px);
 height: calc(100% - 300px);
 padding-bottom: 20px;
/* overflow:auto;*/
 width: 1040px;
}
.w-sidebar {
	width:200px;
	padding:24px 10px 0 10px;
	min-height:100%;
	vertical-align:top;
}
.sidebar-left {
 float:left;
}
.widget-sidebar {
 text-align:center;
 margin-top: 30px;
}
.w-navigation li {
 padding-bottom:5px;
}
.w-navigation .menu_level1 {
 list-style-type:none;
 margin:0;
 padding:0;
}
.w-navigation .menu_level2 {
 list-style-type:square;
 margin:0;
 padding:0 0 0 18px;
 margin-top: .5em;
}
.w-navigation .menu_level2 a {
 text-decoration: none;
 color: #716d5d;
 line-height: 1.1em;
}
.w-navigation .link_level1 {
 display:block;
 background-color:#e2daba;
 color:#716d5d;
 text-decoration:none;
 padding:4px;
 height:24px;
 line-height:16px;
}
.w-navigation .link_level1:hover,
.w-navigation .link_level1:focus {
 background-color:#bfbb9d;
 color:#fff;
 font-weight:bold;
}
.w-content {
	padding:24px 10px 10px 210px;
	min-height:100%;
	vertical-align:top;
	line-height:1.4;
}

.w-content h1,
.w-content h2,
.w-content h3,
.w-content .h2,
.w-content .h3 {
 margin-top:0;
}

.w-content h1,
.w-content a,
.w-content h2,
.w-content h3,
.w-content .h2,
.w-content .h3{
 color:#C80000;
}
.w-content a {
 text-decoration:none;
}
.w-content a:hover,
.w-content a:focus {
 text-decoration:underline;
}

.w-content .visual {
  border-collapse: collapse;
  border-spacing: 0;
  border:1px solid #bfbb9d;
}

.w-content .visual thead {
  background-color:#bfbb9d;
  color:#fff;
}
.w-content .visual th {
 font-weight:bold;
}
.w-content .visual th,
.w-content .visual td {
 padding:4px;
 border-bottom: 1px solid #bfbb9d;
}

/** ie fixes **/
.lt-ie9 .w-head{
  overflow: hidden;
}
.lt-ie9 .w-head__submenu {
 height: 22px;
 border-top:1px solid #00085A;
 border-bottom:1px solid #BFBB9D;
}

.lt-ie9 .w-head__submenu li {
 line-height: 22px;
}
.lt-ie9 .w-body {
 height:100%;
 overflow:visible;
}
.lt-ie9 .w-content {
 height:100%;
 background-color:#fff;
 padding-bottom:0;
}

/*Moodboard*/
.w-head__presenter
{
	padding-top: 10px;
	text-align: center;
}
.w-head__image-switcher
{
	background-color: #ffffff;
	margin-right: 330px;
}

#m-additional-logos
{
 margin-top: 35px;
}

#first-image,
#second-image,
#third-image,
#fourth-image,
#fifth-image,
#sixth-image
{
	background-image: url(https://www.dach2016.de/dach2016-image-header-fu-berlin_henry_ford_bau_710x288.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	position: absolute;
	top:0;
	height:288px;
	width:710px;
}

#second-image
{
 background-image: url(https://www.dach2016.de/dach2016-image-header-orange-blau_710x288.jpg);
}

#third-image
{
 background-image: url(https://www.dach2016.de/dach2016-image-header-alex_710x288.jpg);
}

#fourth-image
{
 background-image: url(https://www.dach2016.de/dach2016-image-header-wetter_710x288.jpg);
}

#fifth-image
{
 background-image: url(https://www.dach2016.de/dach2016-image-header-bbtor_710x288.jpg);
}

#sixth-image
{
 background-image: url(https://www.dach2016.de/dach2016_header_710x288.png);
}

.m-name
{
	font-size: 24px;
	/*font-size: 2rem;*/
}
.m-details 
{
	font-size: 18px;
	/*font-size: 1.6rem;*/
}

.m-location 
{
	font-size: 14px;
	/*font-size: 1.2rem;*/
}
.m-name,
.m-details,
.m-location 
{
	color: #646a6c;
	display:block;
	font-weight:bold;
	font-style:normal;
	line-height:1.5;
	padding:1px;
	margin: 0!important;
}
.m-main-logo
{
	margin-top: 3px;
	margin-bottom: 5px;
}

.m-main-logo img
{
	margin-top: 3px;
	margin-bottom: 5px;
	width: 200px!important;
	height: 125px!important;
}

.appointment 
{
	margin-bottom:24px;
}
.appointment .appointment-date
{
	font-weight:bold;
	margin-bottom: 0;
}

/** Content*/

.area-content p,
.area-content ul,
.area-content ol, 
.area-content dl,
.area-content .v-table 
{
 margin:0 0 11px 0;
 padding:0;
}

.area-content ul 
{
/**  list-style: disc inside none; replaced 2015-09-02, stefan */
	list-style: disc outside none;
	margin-left: 1.5em;
}

.area-content ol 
{
 list-style: decimal inside none;
}

.area-content h1,
.area-content .h1 
{
 color:#C80000;
 border-bottom: 1px solid #c3c3c3;
 margin:0 0 11px 0;
 padding:0;
 font-size: 1.5em;
 font-weight: bold;
}
.area-content h2,
.area-content .h2 
{
 color:#C80000;
 margin:0;
 padding:0;
 font-size:1.2em;
 font-weight:bold;
}
.area-content h3,
.area-content .h3 
{
 color:#C80000;
 margin:0;
 padding:0;
 font-size:1em;
 font-weight:bold;
}


/** TABLES */

.area-content .v-table,
.area-content [class*='v-table--']
{
 border-left:1px solid #6A6A6A;
 border-top:1px solid #6A6A6A;
 border-collapse: collapse;
 border-spacing:0;
}
.area-content .v-table th,
.area-content [class*='v-table--'] th
{
 background-color: #F5F5F5; /* #FFE5E5*/
 color: #777777;
 font-weight:bold;
 border-right:1px solid #6A6A6A; /* #C80000*/
 border-bottom:1px solid #6A6A6A;
 padding:2px 4px;
}

.area-content .v-table td,
.area-content [class*='v-table--'] td
{
 border-right:1px solid #6A6A6A;
 border-bottom:1px solid #6A6A6A;
 padding:2px 4px;
}

.v-table td.row-span-cell
{
 font-weight: bold;
 text-align: center;
 background-color: #F5F5F5;
}

.area-content .v-table--expanded {
 width:100%;
}
.area-content .v-table--size-l {
 width:75%;
}
.area-content .v-table--size-m {
 width:50%;
}
.area-content .v-table--size-s {
 width:30%;
}

.m-sponsors img {
 border:0;
}
.sponsors {
}
.sponsors td {
 padding-bottom:12px;
 vertical-align:top;
}
.sponsors td:first-child {
  padding-right:24px;
}
.sponsor-shortcut,
.sponsor-name,
.sponsor-homepage {
 display:block;
}

.custom-width-1
{
 	width:19%;
}
.spacer-mt-s-x1,
.area-content .spacer-mt-s-x1
{
	margin-top: 5px;
}
.center
{
    text-align: center!important;
}

/** NOTIFICATION */
.area-content .notification 
{
 position:relative;
 border:1px solid #C80000;
 top:5px;
 margin-bottom:16px; /* fontsize + top - 1*/
}
.area-content .notification__label 
{
 background-color:#C80000;
 color:#fff;
 font-weight:bold;
 padding:2px 4px;
 position:absolute;
 top:-25%;
 left:11px;
}
.area-content .notification__content 
{
 padding-top:11px;
 padding-left:11px;
 padding-right:11px;
 margin-bottom:11px;
}


#co_auth_check_authiframecontainer
{
 margin-bottom: 5px;
}
#page_colum_left_container .co_administrator_menu_userinfo
{
 width: 180px;
}

ol.co_cms-ul-within-ol
{
 list-style-position: outside;
 margin-left: 22px;
}

#pcoverview_scrollContainer .wheel_element
{
	height: auto!important;
}



/* Payment*/
.contentbox
{
 font-size: 12px!important;
}

#co_trd_paymentFormCC .form_save_area,
#co_trd_paymentFormLaterPayment .form_save_area
{
    padding-top: 1px!important;
}

/** Spacing */
.spacer-mb-x1 
{
 margin-bottom: 11px;
}

.spacer-mb-x2 
{
 margin-bottom: 22px;
}
