* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

#header {
	background-color: #000;
	border-bottom: 1px solid #333;
	color: #fff;
	position: fixed;
	z-index: 200;
	top: 0;
	text-align: center;
	width: 100%;
	padding: 15px 10px;
	box-shadow: 0px 0px 10px #000;
}

p {
	text-align: left;	
}

h2 {
	margin: 15px auto 15px;
	}

#logo {
	float: left;
	color: #fff;
}

#logo a {
	color: #fff;
	text-decoration: none;
}

#home {
	//background-image: url(background10a.jpg);
	background-image: url(page-1-inv.jpg);
	background-size: cover;
	background-color: #333;
}

#home>.content {
	padding: 100px 0px 75px;
}

#programm .page-content {
	text-align: left;
	}
	
#programm .programm-entry {
	margin: 5px 0;
	}
#programm .programm-time {
	color: #21aaff;
	}
	
#programm hr {
	background-color: #21aaff;
	border: 0;
	border-top: 1px solid #21aaff;
	} 

.content {
	text-align: center;
	padding: 100px;
	max-width: 800px;
	margin: 0 auto;
}

.alternate-back {
	background: #efeee1;
}

.site-title {
	font-size: 3em;
	color: #fff;
	font-weight: 700;
	text-shadow: 4px 4px 4px #000;
	padding-top:50px;
}

.site-sub-title {
	font-size: 1.5em;
	color: #fff;
	text-shadow: 3px 3px 5px #000;
}

.redish {
	color: #21aaff;
}

.box-shadow {
	box-shadow: 3px 3px 3px #000;
}

a {
	color: #21aaff;
}

.page-title {
	font-weight: 500;
	font-size: 2em;
	color: #21aaff;
	padding-bottom: 20px;
}

h2 {
	font-weight: 500;
	color: #21aaff;
	font-size: 2em;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font-weight: 500;
	color: #21aaff;
	font-size: 1.3em;
	padding: 30px 0 20px;
}

.page-content p {
	line-height: 120%;
	margin-bottom: 20px;
}

.section-divider::before {
	background-size: contain;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	content: '';
	pointer-events: none;
}

.alternate-back::before {
	background: url(/cc/home.nsf/divider-white-to-dark.png);
}

.normal-back::before {
	background: url(/cc/home.nsf/divider-dark-to-white.png);
}

#about::before {
	background: url(/cc/home.nsf/divider-white-to-dark.png);
}

.button {
	background-color: #21aaff;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
}

fieldset {
	border: 0px;
	margin-bottom: 10px;
}

.registration-container {
	border: 1px inset white;
	background-color: white;
	padding-right: 10px;
}
	
div.registration-form {
//	overflow: hidden;
	margin: 15px;
	//border: 1px solid red;
}

div.registration-form label {
	width: 200px;
	float: left;
	text-align: left !important;
}

#registration input:not([type=checkbox]),select,textarea {
	float: left;
	width: 100%;
	padding: 4px;
	font-size: 16px;
	text-align: left;
	font-family: 'Roboto', Tahoma, Arial, sans-serif;
	border: 1px inset #ddd;
}

#registration input[type=checkbox] {
	margin-right: 5px;
}

.partner-logo {
	margin: 0px 20px;
	max-width: 200px;
	
}

.speakers {
	overflow: hidden;
}
	
.speaker {
	width: 230px;
	text-align: center;
	float: left;
	margin: 0px 15px 30px;
}

.speaker-img img {
	width: 200px;
	height: 200px;
	}
	
.speaker-name {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 10px 0px 5px;
}

@media screen and (max-width : 520px) {
	.speaker-img img {
		width: 150px;
		height: 150px;
	}
	.speaker {
		width: 150px;
		margin: 0px 0px 15px;
	}
}

@media screen and (max-width : 350px) {
	.speaker-img img {
		width: 125px;
		height: 125px;
	}
	.speaker {
		width: 125px;
		margin: 0px 0px 10px;
	}
}


.price-table td, th {
	padding: 5px 10px;
}
.price-table th {
	background-color: #ddd;
}

.price-table {
	background-color: #fff;
}

#service li {
	margin-left: 40px;
}

.programs {
	font-size: 0.9em;
	margin: 100px auto 50px;
}