html * {
	position: relative;
}
html,body,section,article,div,h1,h2,h3,h4,h5,p,a,b,i,table,tr,th,td,ol,ul,li,form,input,select,textarea {
	color: rgb(30,53,97);
}
header {
	background: rgb(36,52,110);
}
header article {
	min-height: 200px;
}
header h1, header h3 {
	color: rgb(255,255,255);
}
header h1 {
	padding-top: 5px;
	margin-bottom: 10px;
}
header h2 {
	color: rgb(255,255,255);
	border: 0;
}
header img.headerlogo {
	float: right;
	height: 230px;
	width: auto;
	margin-top: -10px;
}
nav {
	height: 40px;
	background-color: rgb(227,6,19);
}
nav article {
	text-align: right;
	padding-top: 10px;
}
nav a {
	color: rgb(255,255,255);
}
nav span.divider {
	color: rgb(255,255,255);
	padding-right: 10px;
	padding-left: 10px;
}
footer {
	background-color: transparent;
}
section.eventlist {
	background-color: rgb(184,208,218);
	background-image: url(../img/band_blau.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
section.footertext {
	background-color: rgb(30,53,97);
	padding: 20px 0 20px 0;
}
section.title {
	display: none;
}
main article {
	margin-bottom: 0;
}
main h2 {
	color: rgb(64,116,172);
	border: 0;
	font-weight: 400;
}
div.divider1 {
	height: auto;
	min-height: 100px;
	background-image: url(../img/band_lila_hoch.jpg);
	background-position: center top;
}
section.devidercontent {
}
section.devidercontent article {
	padding: 20px 10px 20px 10px;
}
section.devidercontent p,
section.devidercontent b,
section.devidercontent a {
	color: rgb(255,255,255);
}
section.registerform article.image {
	padding: 0;
}
article.image img {
	width: 100%;
}
table.agenda {
	background-color: rgb(255,255,255);
}
th.agendahead1 {
	text-align: center;
	color: rgb(255,255,255);
	background-color: rgb(36,52,110);
	font-size: 20px;
	padding: 8px 0 8px 0;
}
th.agendahead2 {
	text-align: left;
	color: rgb(36,52,110);
	background-color: rgb(210,225,232);
	font-size: 17px;
	padding: 5px 0 5px 5px;
	font-weight: 400;
	border-bottom: solid 1px rgb(255,255,255);
}
td.agenda1, td.agenda2 {
	background-color: rgb(245,245,245);
	border-bottom: solid 1px rgb(255,255,255);
}
td.agenda1 {
	padding: 10px 10px 10px 5px;
	width: 10%;
	min-width: 120px;
}
td.agenda2 {
	padding: 10px 0px 10px 5px;
	width: 90%;
}
td.pause {
	background-color: rgb(241,220,199);
}
td.vorsitz {
	color: rgb(30,55,113);
	font-weight: 400;
}
span.title {
	font-weight: 400;
}
span.speaker {
	font-style: italic;
}
input[type="submit"].design {
	padding: 5px 25px 5px 25px;
	line-height: 21px;
	transition: all linear 0.2s;
	font-weight: 400;
	background: rgb(227,6,19);
	color: rgb(255,255,255);
	border: solid 1px rgb(227,6,19);
	cursor: pointer;
}
input[type="submit"].design:hover {
	background: rgb(255,255,255);
	color: rgb(227,6,19);
}
p.sp_name {
	color: rgb(30,53,97);
}
footer p, footer a, footer b {
	color: rgb(255,255,255);
}
footer p, footer a {
	font-weight: 300;
}
footer a {
	padding: 0;
}
img.deko_ol {
	height: 75px;
	width: auto;
	position: absolute;
	bottom: 0px;
}
img.deko_ur {
	height: 75px;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}
span.hide {
	color: rgb(255,255,255);
}
span.togglelink {
	display: inline-block;
	cursor: pointer;
	font-weight: 500;
	padding: 8px 20px 8px 20px;
	border-top: solid 1px rgb(36,52,110);
	border-right: solid 1px rgb(36,52,110);
	border-left: solid 1px rgb(36,52,110);
}
span.togglelink:hover {
	background-color: rgb(210,225,232);
}
span.togglelink.active {
	background-color: rgb(210,225,232);
}