html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
}

div#content {
	z-index: 10;
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: #ffffff;*/ /*border-right: 1px solid #f0f0f0;*/
}

div#content div.contentcontainer {
	z-index: 25;
	position: absolute;
	/*background-color: #ffffff;*/
}

div#content_main {
	width: 405px;
	float: left;
	margin-left: 60px;
	padding-bottom: 60px;
}

div.textcontent {
	margin-top: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

div#buy_tickets {
	z-index: 13;
	position: absolute;
	top: 44px;
	left: 510px;
}

div#lang_switch {
	z-index: 14;
	position: absolute;
	top: 4px;
	width: 670px;
	text-align: right;

	/*top: 104px;
	left: 510px;*/
}

/* NAVIGATION */
div#navigation {
	width: 160px;
	float: right;
	margin-right: 60px;
}

div.navigation_section {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 17px;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #c8c443;
	cursor: default;
}

div.navigation_sectionwo {
	margin-top: 4px;
	margin-bottom: 4px;
	height: 17px;
	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #c8c443;
	cursor: default;
}

div.navigation_chapter_inactive
{
	display: block;
	padding-left: 11px;
	padding-top: 2px;
	font-size: 11px;
	font-weigth: normal;
	text-decoration: none;
	color: #999999;
	height: 17px;
	cursor: default;
}

div.inactive
{
	padding-left: 11px;
	font-size: 11px;
	font-weigth: normal;
	text-decoration: none;
	color: #999999;
	cursor: default;
}



a.invisible:link, a.invisible: hover, a.invisible:active, a.invisible:visited {
	background: none;
	display: inline;	
}

a.navigation:link,a.navigation:hover,a.navigation:active,a.navigation:visited,a.navigation_active:link,a.navigation_active:hover,a.navigation_active:active,a.navigation_active:visited
	{
	background-image: url(/images/link_arrow_small_black.png);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	display: block;
	padding-left: 11px;
	font-size: 11px;
	font-weigth: normal;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	height: 17px;
}

a.navigation:hover,a.navigation_active:link,a.navigation_active:hover,a.navigation_active:active,a.navigation_active:visited
	{
	color: #000000;
	background-color: #E5E756;
	
	background-image: url(/images/link_arrow_small_white.png);
}

.navigation_firstelement {
	margin-top: 0px;
}

div.divider_single {
	height: 1px;
	/*width: 400px;*/
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

div.divider_double {
	height: 1px;
	/*width: 400px;*/
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 0px;
}

div.divider_teaser_text {
    height: 1px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}

div#meta {
    text-align: right;
    padding-right: 5px;
}

div#meta a
{
    margin-left: 16px;
}

div.divider_meta {
	height: 1px;
	/*width: 400px;*/
	margin-top: 25px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	clear: both;
}

div.divider_in_content {
	margin-top: 16px;
}

div.content_spacer {
	height: 25px;
}

div.content_spacer_small {
	height: 10px;
}

div.content_spacer_big {
	height: 40px;
}

div.content_spacer_tiny {
	height: 10px;
}

div.divider_single {
	height: 1px;
	/*width: 400px;*/
	border-bottom: 1px solid #000000;
	margin-top: 8px;
	margin-bottom: 4px;
}

img.speaker_image {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}

/* HEADLINES */
h1 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

h2 {
	font-size: 30px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 32px;
}

/* ANCHORS */
a:link,a:hover,a:active,a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #ed6e00;
}

a:hover {
	color: #979696;
}

a.big:link,a.big:hover,a.big:active,a.big:visited {
    background: none;
	padding-left: 4px;
	font-size: 19px;
	text-decoration: none;
	color: #c8c443;
	cursor: pointer;
}

a.big:hover {
	color: #000000;
}

a.tiny:link,a.tiny:hover,a.tiny:active,a.tiny:visited {
    background: none;
    padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #c8c443;
	cursor: pointer;
	font-weight: bold;
}

a.image:link,a.image:hover,a.image:active,a.image:visited {
    background: none;
    padding: 0;
}

/* FORM FIELDS */
input.string {
	border: 1px solid #d9d8d8;
	border-top: 1px inset;
	border-bottom: 1px solid #EFEFEF;
	/*border-bottom: none;*/
	margin-bottom: 10px;
	width: 187px;
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

textarea {
	border: 1px solid #d9d8d8;
	border-top: 1px inset;
	border-bottom: 1px solid #EFEFEF;
	width: 395px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	height: 150px;
	padding: 5px;
}

.error {
	background-color: #EB6E00;
	color: #000000;
}

select
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    height: 18px;
}

div#speaker_video
{
    margin-top: 40px;
}

div.sponsors {
    min-height: 550px;
}

#registration_visualisation {
	float:left;
	margin:0;
}
