

table.header {
	border: 0px;
	padding: 0 0 0 0;
	width: 930px;
	height: 130px;	
}


table.topmenu {
	border: 0px;
	padding: 0 0 0 0;
	width: 930px;
	height: 74px;
}
 
.topmenu td.left {
	background: url('/images/topmenu_table_left.jpg'); 
	width: 39px; 
	background-repeat: repeat-y;
}
.topmenu td.logo {
	background: url('/images/topmenu_table_logo.jpg'); 
	width: 200px; 
	height: 74x; 
	background-repeat: no-repeat;
}

.topmenu td.content {
	background: #ffffff; 
	width: 652px; 
	height: 74x; 	
	font-family: 'Monospace 821', 'Andale Mono', monospace;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	padding-right: 0px;
	padding-top: 15px;	
}

.topmenu td.content a{
	color: #000000;
	font-family: 'Monospace 821', 'Andale Mono', monospace;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.topmenu td.right {
	background: url('/images/topmenu_table_right.jpg'); 
	width: 39px; 
	background-repeat: repeat-y;
}


table.navi {
	border: 0px;
	padding: 0 0 0 0;
	width: 930px;
	height: 32px;
}
 
.navi td.left {
	background: url('/images/navi_left.jpg'); 
	width: 20px; 
	background-repeat: repeat-y;
}

.navi td.content {
	background: url('/images/navi_back.jpg'); 
	width: 890px; 
	height: 32px; 	
	font-family: 'Trebuchet', sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-align: left;
	vertical-align: middle;
	padding: 0px 15px 0px 20px;
}

.navi td.content a, .navi td.content a:visited {
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.navi td.content a:hover {
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	color: #cc9900;
	font-weight: bold;
	text-decoration: underline;
}

#home #nav-home, #abo #nav-abo, #aktuelleausgabe #nav-aktuelleausgabe, #businesslounge #nav-businesslounge, #termine #nav-termine, 
#messen #nav-messen, #wirtschaftsnews #nav-wirtschaftsnews {
	color: #cc9900;
	text-decoration: underline;
}

#home #nav-home:hover, #abo #nav-abo:hover, #aktuelleausgabe #nav-aktuelleausgabe:hover, #businesslounge #nav-businesslounge:hover, 
#termine #nav-termine:hover, #messen #nav-messen:hover, #wirtschaftsnews #nav-wirtschaftsnews:hover {
	color: #cc9900;
	text-decoration: underline;
}

.navi td.right {
	background: url('/images/navi_right.jpg'); 
	width: 20px; 
	background-repeat: repeat-y;
}



table.content {
	border: 0px;
	padding: 0 0 0 0;
	width: 852px;
	height:709px; 
}
.content td.contentcell {
	text-align: left;
	vertical-align: top;
	padding: 20px 0px 0px 0px;
	
}


table.content_box {
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0 0 0 0;
	width: 100%;
}

.content_box td.header {
	border: 0px;
	background: url('/images/content_table_headerback.jpg'); 
	background-repeat: repeat-x;
	height: 25px;
	color: #ffffff;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
}
.content_box td.text {
	border: 0px;
	color: #666666;
	background: #f5f5f5;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

table.content_form {
	border: 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	text-align: left;	
}

.content_form tr.even {
	background: #ffffff;
	height: 10px;
	text-align: left;
	vertical-align: middle;	
	padding-left: 0px;	
}

.content_form tr.odd {
	background: #f5f5f5;
	color: #666666;
	height: 30px;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;	
	padding-left: 0px;
}

.content_form tr.error td {
	background: #f5f5f5;	
	color: #aa0000;	
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
}

.content_form tr.success td {
	background: #f5f5f5;	
	color: #00aa00;	
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	text-align: center;
	padding-left: 10px;
}

.content_form tr.odd td.left {
	padding-left: 10px;
	text-align: left;
}

.content_form tr.odd td.right {
	padding-right: 10px;
	text-align: right;
}

.content_form tr.odd input {
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 180px;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	color: #666666;
	height: 20px;	
	padding-top: 2px;	
}

.content_form tr.odd input.submit {
	border: 0px;
	border-style: solid;
	border-color: #cccccc;
	width: 80px;
	text-align: center;
	color: #ffffff;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	background: #f4be13;
	cursor: pointer;
	height: 18px;
	padding: 0 0 0 0;
}

.content_form tr.odd input.checkbox {
	border: 0px;
	border-style: solid;
	border-color: #cccccc;
	width: 15px;
	color: #666666;
	background: #ffffff;
	cursor: pointer;
	height: 15px;
	padding: 0 0 0 0;
}


table.footer {
	border: 0px;
	padding: 0 0 0 0;
	width: 930px;
	height: 34px;	
}

.footer td.text {
	background: url('/images/footer_back.jpg');
	padding-left: 39px;
	padding-right: 39px;
	border: 0px;
	color: #666666;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;	
}

.footer a, a:visited, a:hover {
	color: #666666;
	font-family: 'Trebuchet', sans-serif;
	font-size: 10px;
	text-decoration: none;
}
