/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 12pt;
    line-height: 1.4;
}

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/

a {
    color: #00e
}

/*a:visited { color: #551a8b; }_NO__DOTCOMMA__AFTER__*/

a:hover {
    color: #06e
}

a:focus {
    outline: thin dotted
}

a:hover, a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {
    background-color: #f0dddd
}

input, textarea {
    width: 400px;
    border: solid #333333 1px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
}

input {
    height: 20px
}

input[type=submit] {
    margin: 2px;
    height: 22px;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.program table {
    border: 10x solid black separate;
}

td {
    vertical-align: top
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'FeltRegular';
    src: url('type/feltmark-webfont.eot');
    src: url('type/feltmark-webfont.eot?#iefix') format('embedded-opentype'), url('type/feltmark-webfont.woff') format('woff'), url('type/feltmark-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.content {
    width: 980px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial, Verdana, sans-serif;
}

h1, h2 {
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

.lt-ie9 h1, .lt-ie9 h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    color: #000;
    margin: 40px 0 20px 0;
    line-height: 38px;
}

.lt-ie9 h1 {
    font-size: 25px;
    color: #000;
    margin: 40px 0 20px 0;
    line-height: 34px;
}

div > h1:first-child {
    margin-top: 0
}

h2 {
    font-size: 25px;
    color: #000;
    margin: 40px 0 20px 0;
}

.lt-ie9 h2 {
    font-size: 20px;
    color: #000;
    margin: 40px 0 20px 0;
}

h3 {
    margin-top: 25px;
    margin-bottom: -10px;
    padding-bottom: 0;
}

a {
    color: #ff0000
}

a:hover {
    color: #ff0000;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul li {
    background: url('images/ul-li-bg.png') no-repeat 0 6px;
    padding-left: 16px;
}

a.more {
    font-weight: bold
}

.topStripe {
    width: 100%;
    height: 39px;
    background-color: #000000;
}

.topStripe .menu {
    width: 999px;
    margin: 0 auto;
    list-style: none !important;
}

.topStripe .menu li {
    float: left;
    padding: 0;
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    background-image: none;
    background: transparent;
}

.topStripe .menu li a {
    color: #ffffff;
    font-size: 15px;
    display: block;
    background: transparent;
    padding: 10px 0px 8px 0px; 
    text-decoration: none;
}

.lt-ie9 .topStripe .menu li a {
    padding-left: 10px;
    padding-right: 8px;
}

.topStripe .menu li.current_page_item a, .topStripe .menu li a:hover {
    background: #ff0000
}

.submission-submenu {
    width: 980px;
    margin: 0 auto;
    list-style: none !important;
    height: 20px;
}

.submission-submenu li {
    float: left;
    padding: 0;
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: block;
    background-image: none;
    background: transparent;
}

.submission-submenu li a {
    color: #000000;
    background: transparent;
    text-decoration: none;
    padding: 15px 30px 10px 30px;
}

.lt-ie9 .submission-submenu li a {
    padding-left: 30px;
    padding-right: 30px;
}

.submission-submenu li.current_page_item a, .submission-submenu li a:hover {
    background: #ff0000;
    color: #ffffff;
}

.program-submenu {
    width: 980px;
    margin: 0 auto;
    list-style: none !important;
    height: 20px;
}

.program-submenu li {
    float: left;
    padding: 0;
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: block;
    background-image: none;
    background: transparent;
}

.program-submenu li a {
    color: #000000;
    background: transparent;
    text-decoration: none;
    padding: 15px 9px 10px 9px;
}

.lt-ie9 .program-submenu li a {
    padding-left: 9px;
    padding-right: 9px;
}

.program-submenu li.current_page_item a, .program-submenu li a:hover {
    background: #ff0000;
    color: #ffffff;
}

.head {
    width: 1020px;
    height: 139px;
    background: #ffffff url('images/dots.png') bottom no-repeat;
    margin: 0 auto 40px auto;
    position: relative;
    text-align: center;
}

.head .logo {
    position: absolute;
    bottom: 14px;
    left: 1px;
}

.head h1 {
    position: relative;
    top: 40px;
    margin-top: 0;
}

.head .buttReg {
    position: absolute;
    right: 0px;
    top: 56px;
    background: red;
    color: #fff;
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif; font-weight: normal; font-size: 18px; text-decoration: none; display: block; padding: 10px 8px; 
}


.mainTop {
    width: 1020px;
    margin: -30px auto 0 auto;
}

.mainTop .banner {
    float: left
}

.about-conference {
    float: left;
    width: 200px;
    margin-top: 30px;
    margin-left: 50px;
    padding: 30px;
    background: #efefef;
    font-size: 14px;
}

.about-conference h1 {
    color: #666
}

.contentContainer {
    width: 980px;
    text-align: left;
    margin: 0 auto 50px auto;
}

.footGray {
    width: 100%;
    height: 165px;
    background-color: #efefef;
    position: relative;
    text-align: left;
}

.footGray .width {
    width: 980px;
    height: 100%;
    /*background: transparent url('images/partners.png') left top no-repeat;*/
    margin: 0 auto;
    padding-top: 0;
    position: relative;
}

.footGray h2 { color: #777; margin-top: 20px; }

.footGray .width .sponsor1, .footGray .width .sponsor2, .footGray .width .sponsor3 {
    position: absolute;
    top: 60px;
    left: 54px;
    width: 175pxheight:47px;
}

.footGray .width .sponsor2 {
    left: 375px
}

.footGray .width .sponsor3 {
    left: 724px
}

.foot {
    margin: auto;
    width: 980px;
    text-align: right;
}

.blackEntries {
    width: 100%;
    background-color: #000000;
    color: #e8e7e7;
    text-align: left;
}

.fixedWidth {
    width: 980px;
    margin: auto;
    padding: 0 0 20px 0;
    /*background: transparent url('images/news.png') left top no-repeat;*/
    position: relative;
}

.blackEntries h2 { color: #fff; margin-top: 20px; }

.blackEntries .entryTitle a {
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 13pt;
    font-family: Arial;
}

.blackEntries .time {
    font-weight: bold;
    font-size: 13px;
    color: #e8e7e7;
    padding-left: 10px;
    font-family: Arial;
}

.blackEntries .post {
    width: 280px;
    min-height: 177px;
    float: left;
    margin-right: 40px;
}

.blackEntries .post h2 {
    margin-top: 0;
    margin-bottom: 0px;
}

.blackEntries a.more {
    float: right;
    background: transparent url('images/arrow.png') left center no-repeat;
    padding-left: 15px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #ff0000;
}

.bottomCollums {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.bottomCollums .column {
    width: 280px;
    min-height: 177px;
    float: left;
    margin-right: 40px;
    font-size: 14px;
}

.perex {
    font-size: 16px;
    font-weight: normal;
}

.block-left {
    float: left;
    width: 490px;
    margin-right: 10px;
}

.block-right {
    float: right;
    width: 424px;
    padding: 0 18px;
}

.venue-info h1, .venue-info h2 {
    margin-left: -4px
}

.venue-info blockquote {
    font-size: 16px;
    background: #efefef;
    margin: 0;
    margin-left: -14px;
    margin-bottom: 12px;
    padding: 8px 15px;
}

.venue-info address {
    font-style: normal
}

.venue-info address a {
    font-weight: bold
}

.venue-gallery {
    float: left;
    width: 490px;
    margin-right: 10px;
    margin-top: -8px;
}

.venue-gallery img {
    max-width: 225px;
    float: left;
    margin: 8px;
}

.venue-gallery iframe {
    max-width: 466px;
    float: left;
    margin: 8px;
}

.linkButton {
    background: red;
    color: #fff;
    font-family: 'FeltRegular', Arial, Verdana, Helvetica, sans-serif; font-weight: normal; font-size: 18px; text-decoration: none; display: block; padding: 10px 8px; 
}

.linkButton:hover, .linkButton:active {
    color: #0ff;	
}

.about-schedule {
    float: left;
    width: 405px;
    margin-left: 15px;
    padding: 30px;
    background: #efefef;
}

.about-schedule h1 {
    color: #666
}

.about-schedule table {
    color: #444;
    font-size: 16px;
    margin-bottom: 15px;
}

.about-schedule table th {
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
    padding-right: 30px;
}

.about-schedule th, .about-schedule td {
    padding-bottom: 7px
}

.about-schedule em {
    font-size: 14px
}

.committee {
    float: left;
    width: 320px;
    margin: 0 6px 20px 0;
}

.committee img {
    float: left;
    margin-right: 10px;
}

.committee h3 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}

.committee a {
    font-size: 13px;
}

.news {
    margin-right: 40px
}

.news h2 {
    font-size: 20px
}

.news h2 span.date {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    position: relative;
    left: 10px;
    padding-left: 10px;
    background: url('images/ul-li-bg.png') no-repeat 0 6px;
}

.twitter {
    width: 404px
}

.contacts {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.contacts .phone {
    padding-left: 35px;
    background: url('images/phone.png') no-repeat 0 0;
}

.contacts .email {
    padding-left: 35px;
    background: url('images/email.png') no-repeat 0 3px;
}

#video1 {
    border: none;
} 

/* Media Only Screen - e.g iPad, iPhone, etc  */

@media only screen and (min-width: 35em) { 
    
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none
}


.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print { 
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    .topStripe, .menu-main-menu-container, .footGray {
        display: none;
        visibility: none;
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }
}

/* Ticketing ... */
.booking-left {
    width:590px;
    }
.booking-right {
    width:300px;
    float:right;
    }

table.em-tickets th { padding:0 0 10px 0; }
table.em-tickets td { padding:2px 0; }

th.em-bookings-ticket-table-type   { width:420px; text-align:left; }
th.em-bookings-ticket-table-price  { width:80px; }
th.em-bookings-ticket-table-spaces { width:80px; }

th.em-bookings-ticket-table-price,
th.em-bookings-ticket-table-spaces,
td.em-bookings-ticket-table-price,
td.em-bookings-ticket-table-spaces {
	text-align:right;
    }

.em-booking-form-details {
	padding:10px 0 !important;
	width:100% !important;
	}
.em-booking-form label { width:140px !important; }
.em-booking-form input#user_name { width:430px; }
.em-booking-form select.dbem_country,
.em-booking-form select.gateway {
	width:450px;
	border: solid #333333 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	}
.em-booking-form input#dbem_address { width:430px; }
.em-booking-form input#dbem_zip { width:100px; }
.em-booking-form input#dbem_city { width:430px; }
.em-booking-form input#dbem_phone { width:430px; }
.em-booking-form select.gateway { width:120px; }

p.input-user-field { margin:2px 0; }

div.em-gateway-button input.em-booking-submit {
	height:auto !important;
	border:none;
	margin:20px 0 0 140px;
}
select.em-ticket-select {
	width:42px;
}

table.em-tickets { margin-bottom:30px !important; }

/*
** Zusatzfelder...
*/
p.input-field-food_resctrictions { margin-top:30px; }

.em-booking-form-details input[type="radio"],
.em-booking-form-details input[type="checkbox"] {
  display:block;
  width:30px;
  float:left;
  margin-left:-6px !important;
  padding:0;
  border:none;
}
.em-booking-form textarea#details_on_food_requirements,
.em-booking-form textarea#comments { width:430px; }

.em-booking-form-details span.input-group { margin-left: 142px !important; }

/* Damit der neue Menuepunkt "Partner" dann auch ins Menue passt, die folgenden Paddings reduzieren ... */
.topStripe .menu li a {
	padding-left: 23px;
	padding-right: 23px;
}

/*
** Preistabelle
*/
table.fee { border-collapse:collapse; margin:10px 0 30px 0; width:100%; }
table.fee tr.zebra_odd { }
table.fee tr.zebra_even { }

table.fee th, table.fee td { border:1px solid #CCC; padding:2px 3px; }
table.fee td.price { text-align:right; }

/*
** Seite Partner
*/
.partner_left  { width:25%; float:left; overflow:hidden; }
.partner_right { width:75%;	float:right; }
.partner_clear { float:none; clear:both; height:20px; }
.partner_right h2 { margin-top:0; }

/*
** Carousel Partner Logo
*/
.footGray h2 { margin-bottom:-6px; }


div#about-jcarousel_container {
	width:100% !important;
	}
.jcarousel-container-horizontal {
	border:none !important;
	padding:10px 80px 0 80px !important;
	background-color:#efefef !important;
	}
.jcarousel-container-horizontal ul li { background-image:none; padding:0; }

.jcarousel-prev-horizontal { background-image: url('images/prev-horizontal.png') !important; width:24px !important; margin-top:-10px !important; }
.jcarousel-prev-horizontal:hover { background-position:-24px 0 !important;}
.jcarousel-prev-horizontal:active { background-position:-48px 0 !important; }
.jcarousel-next-horizontal { background-image: url('images/next-horizontal.png') !important; width:24px !important; margin-top:-10px !important; }
.jcarousel-next-horizontal:hover { background-position:-24px 0 !important; }
.jcarousel-next-horizontal:active { background-position:-48px 0 !important; }

div.twtr-widget { float:left; }

div#about-jcarouselx_container { float:right; }

.jcarousel-container-vertical {
	border:none !important;
	padding:50px 0 50px 0 !important;
	background-color:transparent !important;
	}
.jcarousel-container-vertical ul li { background-image:none; padding:0; }

.jcarousel-prev-vertical { background-image: url('images/prev-vertical.png') !important; height:24px !important; }
.jcarousel-prev-vertical:hover { background-position:0 -24px !important;}
.jcarousel-prev-vertical:active { background-position:0 -48px !important; }
.jcarousel-next-vertical { background-image: url('images/next-vertical.png') !important; height:24px !important; }
.jcarousel-next-vertical:hover { background-position:0 -24px !important;}
.jcarousel-next-vertical:active { background-position:0 -48px !important; }

/*
** Ticket description auf Registrierungsseite ausblenden...
*/
span.ticket-desc {
	display:none;
	visibility:hidden;
}

/*
** Buchungshinweise und Sendbutton bei "PayPal" UND "Offline"
*/
.em-booking-gateway-form,
.em-booking-buttons {
	margin-left:140px;
}

/* 
** Show pictures and formatted text in biography section
*/

div.bio { clear:both; margin-top: 2em; } 
div.bio-pic { float:left; margin-top: .5em; } 
div.bio-text { padding-left: 160px; }