@import url(font.css);

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Allgemeines ----*/
body {
	font-family: ClanWeb-Book, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #646567;
	-webkit-text-size-adjust: none;
}

/* ---- Links ----*/
a {
	color: #c6c7c8;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

/* ---- Struktur ----*/
.a_all {
	max-width: 650px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.a_head {
	height: 70px;
	border-bottom: 142px solid #f0cf00;
	margin-bottom: 20px;
}

.claim {
	font-family: ClanWeb-Medium, Arial, sans-serif;
	margin-left: 6px;
}

.a_navi, .a_sidebar, .a_navi_mobile, .service, .a_lang {
	display: none;
}

.a_content {
	width: 650px;
	float: right;
}

.a_content .post {
	margin-bottom: 30px;
}

.side_head {
	position: absolute;
	top: 100px;
	left: 0;
}

/* Spalten */
.b_2sp {
	width: 315px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.speaker_2sp_l {
	width: 150px;
	float: left;
}

.speaker_2sp_r {
	width: 625px;
	float: left;
}

/* Textelemente */
.a_head h1 {
	padding-top: 18px;
	color: #a7a8aa;
}

h2 {
	font-family: ClanWeb-Bold, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	margin-bottom: 8px;
}

h3 {
	color: #000;
	margin-bottom: 8px;
}

.side_head h2 {
	font-family: ClanWeb-Medium, Arial, sans-serif;
	font-size: 31px;
	line-height: 40px;
	font-weight: 600;
	padding-left: 25px;
}

.side_head h2 strong {
	font-family: ClanWeb-Black, Arial, sans-serif;
	font-weight: 800;
}

.side_head h2 em {
	color: #FFF;
}

.blog_rss h3 {
	font-family: ClanWeb-Medium, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

p {
	margin-bottom: 8px;
}

small {
	font-size: 11px;
}

date {
	display: block;
	color: #e3b409;
	margin-bottom: 4px;
}

.post strong {
	color: #000;
}

ul.program li strong {
	font-weight: 700;
}

ul.program li span {
	margin-right: 20px;
}

ul.program li {
	padding: 10px 0;
}

ul.link, ul.program {
	border-top: 1px solid #cfd3d8;
        margin-bottom: 30px;
}

ul.link li {
	border-bottom: 1px solid #cfd3d8;
}

ul.link li a:before {
	content: "> "; 
}

ul.link li a {
	display: block;
}

table {
	width: 100%;
}

.price {
	font-size: 11px;
}

.price .first {
	width: 40%;
}

th, td {
	border: 1px solid #FFF;
}

.step {
	color: #000;
	padding-left: 4px;	
} 

.step_1 {
	background-color: #cacc33;
}

.step_2 {
	background-color: #e5e6a1;
}

.step_3 {
	background-color: #f4f5da;
}

/* ---- Bilder ---- */
.img_left {
	float: left;
	margin: 0 16px 8px 0;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #b1b2b3;
	-moz-box-shadow: 3px 3px 5px #b1b2b3;
}

.img_right {
	float: right;
	margin: 0 0 8px 16px;
	border-radius: 6px;
	box-shadow: 3px 3px 5px #b1b2b3;
	-moz-box-shadow: 3px 3px 5px #b1b2b3;
}

/* ---- Archiv Galerie ---- */
.archive {
	margin-bottom: 20px;
}

.archive-entry {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
}

.archive img {
	border: 1px solid #cfd3d8;
	margin-bottom: 4px;
}

.archive a img.img_col {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
} 

.archive a:hover img.img_col {
	display: block;
} 

/* ---- Timetable ---- */
.timetable td, .timetable th {
	vertical-align: top;
	padding: 10px 0;
	border: 0;
	border-right: 10px solid #FFF;
}

.timetable td {
	border-top: 1px solid #A7A8AA;
	border-bottom: 1px solid #A7A8AA;
}

.timetable td.empty {
	border-top: 0;
	border-bottom: 0;
}

.timetable td.emptyfirst {
	border-top: 1px solid #A7A8AA;
	border-bottom: 0;
}

.timetable th {
	font-family: ClanWeb-Bold, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #EFB011;
}

.timetable .time {
	width: 70px;
}

.timetable .halls_2 {
	width: 46%;
}

.timetable .halls_3 {
	width: 28%;
}

.timetable .halls_4 {
	width: 22%; 
}

.timetable .time strong {
	padding: 0 2px;
	background-color: #000;
	color: #FFF;
}

.timetable .talk strong {
	font-family: ClanWeb-Bold, Arial, sans-serif;
	font-weight: 700;
	color: #878987;
}

.timetable .talk a {
	display: block;
}

.timetable .talk a:hover strong {
	color: #000;
}

.my_schedule_button {
    display: none;
}

/* ---- Formulare ---- */
input, textarea {
	font-family: ClanWeb-Book, Arial, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	width: 99%;
	max-width: 99%;
	background-color: #eff0f2;
	border: 0;
	padding: 4px 1px;
	margin-bottom: 8px;
}

textarea {
	height: 70px;
}

label {
	font-size: 11px;
	line-height: 16px;
	color: #a7a8aa;
	display: block;
}

.register_form label {
	width: 20%;
	float: left;
	margin-bottom: 0;
	line-height: 21px;
}

.register_form input, .register_form textarea { 
	float: left;
	width: 78%;	
	margin-bottom: 5px;
}

.register_form .check_radio {
	margin-left: 20%;
	font-size: 11px;
	line-height: 16px;
	color: #a7a8aa;
}

.register_form .no_space {
	margin-left: 0;
}

.register_form .no_space span {
	width: 20%;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #a7a8aa;
}

.register_form .check_radio input {
	width: auto;
	display: inline;
	float: none;
}

.register_form .check_radio label {
	width: auto;
	margin: 0 20px 0 6px;
	display: inline;
	float: none;
}

/* ---- Trenner ----*/
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.line {
	margin: 8px 0;
	border-bottom: 1px solid #c6c7c8;
}

.divider_5 {
	height: 5px;
}

.divider_10 {
	height: 10px;
}

.divider_20 {
	height: 20px;
}


.divider_50 {
	height: 50px;
}

hr {
	display: none;
}