/* # Styles ##################################################################*/
body {
	background-color: #ffffff;
}

body, td, div, input, select, textarea, p, fieldset, legend {
	color: #696969;
	font-size: 8pt; 
	font-family: Verdana, Arial, sans-serif;
}

th {
	background-color: #E8E8E8;
	font-weight: bold;
}

.horizontalLabels th {
	background-color: transparent;
	font-weight: bold;
	text-align:right;
	vertical-align:top;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 { 
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 3px;
	padding:0px;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2pt;
}

small {
	font-size: 7pt;
	line-height: 110%;
}

big {
	font-size: 10pt;
}

form {
	padding:0px;
	border:0px;
	margin-bottom:0px;
	margin-top:0px;
}

ul {
	padding:0px;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:10px
}

hr {
	background-color:#bbbbbb;
	height:1px;
	border:0;		
}

input, select, textarea {
	font-size: 8pt;
	color: #000000;
}


/* # Dynamic pseudo-classes #################################################*/
a:link {
	color: #F73424;
	text-decoration: none
}

a:visited {
	color: #F73424;
	text-decoration: none
}

a:active {
	color: #FA8A47;
	text-decoration: none
}

a:hover {
	color: #FA8A47;
	text-decoration: underline
}



/* # Classes ################################################################*/
.content {
	font-size: 8pt;
	text-align: left;
}

.color {
	color: #e61c09;
}

.quickfinder {
	color: #e61c09;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.quickformRequiredSymbol {
    color: #e61c09;
}


/* # IDs #####################################################################*/
#menuLevel1	{
	position:absolute;
	top:0px;
	left:0px;
}

#l1_background {
	position:absolute;
	top:0px;
	left:0px;

}

#menuTop {
	position:absolute;
	top:4px;
	left:184px;
	width:595px;
	height:45px;
}

#box {
	position:absolute;
	top:100px;
	left:184px;
}

#matchmaking, #slideshowdiv, #matchmakingLogin {
	position:absolute;
	top:520px;
	left:3px;
	background-color:rgb(255,255,255);
}

#matchmakingLogin fieldset{
	padding:3px 6px 8px 6px;
	border:1px solid rgb(204, 204, 204);
	width:158px;
}

#matchmakingLogin input{
	width: 85px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
}
#matchmakingLogin input[type=submit]{
	width: inherit;
	font-family:inherit;
}

#bannerHeading {
    font-size:0.85em;
    position:absolute;
    vertical-align:bottom;
    top:5px;
    left:800px;
    width:160px;
    height:20px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    background-color:#eeeeee;
    text-align:right;
}

#bannerContent {
    position:absolute;
    top:20px;
    left:800px;
    width:160px;
    height:600px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    background-color:#ffffff;
}

table#druckvorlagen hr{
	background-color:#cccccc;
	border:none;
	color:#cccccc;
	height:1px;
	clear:both;
}
table#druckvorlagen h2{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
table#druckvorlagen td{
	vertical-align:top;
}
table#ausstellerDetail h1{
	font-size:1.2em;
	margin:0px;
	padding:0px;
}
table#ausstellerDetail h2{
	margin:0px;
	padding:0px;
}
table#ausstellerDetail ul, table#ausstellerDetail li{
	margin:0px;
	padding:0px;
	list-style:none;
}
table#ausstellerDetail ul{
	padding-bottom:5px;
	padding-top:5px;
}
table#ausstellerDetail ul ul{
	padding-bottom:0px;
	padding-top:0px;
}
table#ausstellerDetail li{
	font-weight:bold
}
table#ausstellerDetail ul ul  li{
	margin-left:30px;
	font-weight:normal;
	list-style:disc;
}

.CollapsiblePanelClosed .CollapsiblePanelContent {
	display:none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	display:none;
}

#eventMetadata ul, #eventMetadata ul li{
	margin:0px;
	padding:0px;
}
#eventMetadata ul{
	margin-left:15px;
}
#eventMetadata li{
	padding-left:5px;
}
#QF_CAPTCHA_captcha_question {
	border:0px;
}

table#produkte {
	width:100%;
}
table#produkte td, table#produkte th, .tableGreyBG td, .tableGreyBG th{
	background-color:#f2f2f2;
	padding:2px;
}
table#produkte td.group {
	text-align:right;
	vertical-align:middle;
	padding-right:5px;
}
table#produkte ul {
    margin:0px;
    padding:0px;
    padding-left:25px;    
}
.tableGreyBG td, .tableGreyBG th{
	text-align:center;
	font-size:8pt;
}

.content td {
	vertical-align:top;
}