@charset "UTF-8";
html { overflow: -moz-scrollbars-vertical; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #999933;
	text-transform: uppercase;
	line-height: 34px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 26px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image:url(../layout/listelement.png);
}
table.exhibitors td {
	border:1px solid #ddd;
	border-collapse:collapse;
	text-align:center;
}
table.exhibitors td img{
	border:0px;
	text-align:center;
}
#wrapper {
	position:relative;
	margin:0 auto;
	height:auto;
	width:1024px;
}
#header {
	width:1024px;
	height:140px;
	background-image: url(../layout/header.jpg);
	background-repeat:no-repeat;
	display:block;
}
#basicinfo {
	position:absolute;
	top:50px;
	left:774px;
	width:250px;
	height:80px;
	background:transparent;
	
}
a:hover #basicinfo {
	background:url(../layout/basicinfo_hover.jpg);
	position:absolute;
	top:50px;
	left:774px;
	width:250px;
	height:80px;
	display:block;
}
#home {
	position:absolute;
	top:0px;
	left:0px;
	width:235px;
	height:100px;
	background:transparent;
	
}
a:hover #home {
	cursor:pointer;
}
#top {
	position:absolute;
	top: 95px;
	height:30px;
	width:750px;
}
.topmenu {
	border-right:1px solid black; 
	padding:0px 10px;
	float:left;
	height:30px;
}
#headline {
	height:65px;
	width:1000px;
	background-color:#333;
	padding:35px 0 0 24px;
}
#mainframe {
	width:1014px;
	padding:5px;
	background:white;
}
#right-col {
	width:300px;
	float:right;
	padding-left:5px;
}
#right-col-half {
	width:470px;
	float:right;
	padding-right:20px;
	
}
#content {
	width:994px;
	padding:0px 10px;
}

#content-small {
	padding:0px 10px;
	width:680px;
	border-right: 1px dashed #333;
}
#content-small-noline {
	padding:0px 10px;
	width:630px;
	border-right: 0px dashed #333;
	min-height:850px;
}
#content-half {
	padding:0px 20px;
	width:460px;
	border-right: 1px dashed #333;
}
#content-half-noline {
	padding:0px 20px;
	width:460px;
	border-right: 0px dashed #333;
}
#footer {
	height:40px;
	width:1024px;
	padding-top:15px;
	border-top:1px solid #999;
	background:white;
}



.bildtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #333333;
	text-align: center;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #999933;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00;
}
a.menue1, a.menue1:link, a.menue1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-color: #999933;
}
a.menue1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-color: #999933;
}
a.menue1act,  a.menue1act:link, a.menue1act:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-color: #999933;
}
a.logo, a.logo img{
	background:white;
	border:0px solid red;
}
a.login_link:link, a.login_link:visited {
	color:#999933;
	background:black;
}

a.login_link:hover {
	color:white;
	background:black;
}

.unnamed1 {
	height: 2px;
	width: 2px;
}
.unnamed2 {
	list-style-position: outside;
	list-style-image: url(L1.html);
	list-style-type: upper-alpha;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 26px;
	padding: 0px 0 0 25px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom:1px dashed #ccc;
	background:url(../layout/pfeil_pulldown.gif) no-repeat 0px 8px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border-bottom:1px solid #ccc;
	padding-left:25px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
table.registrationtable td {
	padding:3px;
	border:1px solid #ddd;
}

p.date {
	color:#666666;
	font-size:11px;
	margin-top:-12px;
}

span.chairs {
	color:#999933;
	line-height:28px;
}
span.chair-name {
	color:black;
}
.over {
	color:#CCCCCC;
}

td.headerItem {
background-color:#999933;
color:black;
font-weight:bold;
font-size:14px;
height:60px;
}

.dndtable td {
border-color:#AAAAAA;
border-style:dotted solid;
border-width:1px;
padding:3px;
}
table {
border:0 none;
border-collapse:collapse;
}

p.room {
	font-size:16px;
	font-weight:bold;
}
#sessions {
	padding: 15px;
	background:white;
}