html, body {
	background-color: #FFF;
	background-image: url('background.gif');
	color: #000;
	cursor: default;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #3D62A1;
	text-decoration: none;
}

a:hover {
	color: #BDCC3A;
	text-decoration: underline;
}

a img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

button, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding: 1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
	margin: 0px;
	padding: 0px;
}

.copyright {
	border-top: 1px dotted #999;
	font-family: Arial, Helvetica;
	font-size: 11px;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: center;
}

.copyright img {
	float: right;
	padding-bottom: 9px;
	padding-top: 9px;
}

#quicknav {
	background-image: url('back.gif');
}

#quicknav-table td {
	color: #FFF;
	font-size: 11px;
}

#quicknav a {
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#quicknav a:link, #quicknav a:visited {
	color: #FFF;
	text-decoration: none;
}

#quicknav a:active, #quicknav a:hover {
	background-color: #005DA3;
	border: 1px solid #BBCB27;
	color: #FFF;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	-moz-border-radius: 7px;
}

#left .headline, #right .headline {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 1px;
}

#right .headline_sponsor {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 6px;
}

#left .links, #right .links {
	color: #3D62A1;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 13px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-top: 5px;
	padding: 0px;
}

#left .links li, #right .links li {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#left .links a:link, #left .links a:visited, #left .links a:active,
#right .links a:link, #right .links a:visited, #right .links a:active {
	color: #3D62A1;
	text-decoration: none;
}

#left .links a:hover, #right .links a:hover {
	color: #BDCC3A;
	text-decoration: underline;
}

#left .links .inactive {
	color: #999;
}

#left #anmelden a {
	display: block;
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 10px;
}

#left #anmelden a:link, #left #anmelden a:visited {
	background-color: #D7E786;
	border: 1px solid #005DA3;
	color: #005DA3;
}

#left #anmelden a:active, #left #anmelden a:hover {
	background-color: #005DA3;
	border: 1px solid #005DA3;
	color: #FFF;
	text-decoration: none;
}

#right #newsletter {
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
}

#right #newsletter input {
	width: 130px;
}

#right #platin, #right #gold,
#right #silber, #right #bronze,
#right #media {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#right #platin img, #right #gold img,
#right #silber img, #right #bronze img,
#right #media img {
	border: 0;
	padding-bottom: 5px;
}

#right #platin img, #right #gold img,
#right #silber img, #right #bronze img {
	padding-bottom: 15px;
}

#right #platin, #right #gold,
#right #silber, #right #bronze {
	background-color: #FFF;
	border-bottom: 1px solid #000;
	padding-top: 15px;
}

#body {
}

#body h2 {
	border-bottom: 2px solid #3D62A1;
	font-size: 21px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 3px;
}

#body h3 {
	border-bottom: 1px dotted #BDCC3A;
	color: #3D62A1;
	font-size: 17px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 5px;
}

#body h4 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	padding-left: 5px;
}

#body p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 0px;
}

#body p.small {
	font-size: 11px;
	line-height: 16px;
}

#body li {
	font-size: 11px;
	line-height: 16px;
}

#body .info, #body .grey {
	background-color: #D7E786;
	border-bottom: 1px solid #005DA3;
	border-right: 1px solid #005DA3;
	margin: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	-moz-border-radius: 10px;
}

#body .grey {
 	background-color: #EEE;
}

#body .blue {
	background-color: #005DA3;
	margin: 10px;
	margin-bottom: 0px;
	padding: 10px;
	-moz-border-radius: 10px;
}

#body .blue .frueh {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

#body .blue .kostn td {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#body .blue .manag {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#body .blue .anmel {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#body .info h3, #body .grey h3 {
	font-size: 14px;
}

#body .info p, #body .grey p {
	font-size: 11px;
	line-height: 16px;
}

#body .info li, #body .grey li {
	font-size: 11px;
	line-height: 16px;
	padding-right: 15px;
}

#uebersicht th {
	font-family: Arial, Helvetica;
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
	width: 16%;
	white-space: nowrap;
}

#uebersicht .date {
	background-color: #0164A7;
	color: #FFF;
}

#uebersicht .type {
	background-color: #BBCB27;
	color: #005DA3;
	font-size: 11px;
}

#uebersicht td {
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
	width: 16%;
}

#uebersicht .expo, #uebersicht .part {
	background-color: #D7E786;
}

#uebersicht .chec {
	background-color: #F9F9F9;
}

#uebersicht .brea {
	background-color: #FFF;
}

#uebersicht .powe, #legende .powe {
	background-color: #F3F5E6;
}

#uebersicht .mana, #legende .mana {
	background-color: #DDD;
}

#uebersicht .mobi, #legende .mobi {
	background-color: #EEE;
}

#uebersicht .sess, #legende .sess {
	background-color: #E6F1F8;
}

#uebersicht .keyn, #legende .keyn {
	background-color: #D0E1ED;
}

#legende td {
	font-size: 11px;
	line-height: 14px;
	padding: 10px;
	vertical-align: top;
}

div.session {
	margin-bottom: 10px;
}

div.session .top {
	font-size: 10px;
	float: right;
	line-height: 25px;
	padding-right: 20px;
}

div.session h3.title {
	background-color: #F0F0F0;
	border-left: 3px solid #BDCC3B;
	color: #3D62A1;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding-left: 5px;
}

div.session div.speaker {
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
	padding-top: 5px;
}

div.session div.speaker strong {
	font-style: normal;
}

div.session img.speaker {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.session div.level {
	color: #3D62A1;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 3px;
}

#sponsoring thead th {
	border-left: 1px dotted #BBCB27;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#sponsoring tbody th {
	border-top: 1px dotted #BBCB27;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#sponsoring tbody td {
	border-left: 1px dotted #BBCB27;
	border-top: 1px dotted #BBCB27;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

#overview {
	margin-bottom: 15px;
	width: 100%;
}

#overview th {
	border-bottom: 1px solid #BDCC3B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#overview td.session {
	border-bottom: 1px dotted #BDCC3B;
	border-right: 1px dotted #BDCC3B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#overview td.session2 {
	border-bottom: 1px dotted #BDCC3B;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

#overview td.speaker {
	border-bottom: 1px dotted #BDCC3B;
	font-size: 11px;
	font-style: italic;
}

.time {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.umfrage td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

div.session .time {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	color: #3D62A1;
}

div.session .time2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	color: #3D62A1;
}
