#all {
	width: 1200px; 
	margin-right: auto; 
	margin-left: auto;
	font-size: 1em;
}

#navi {
	width: 800px;
	height: 156px;
	background-image: url(navilogo.gif);
	background-repeat: no-repeat;
	font-family: Calibri, Arial, sans-serif;
}

#navi_left {
	clear: left;
	margin-top: 51px;
	margin-right: 16px;
	width: 256px;
	height: 100px;
	float: left;
	padding: 0;
	font-size: 1em;
}

#navi_center {
	margin-top: 51px;
	margin-right: 16px;
	width: 256px;
	height: 100px;
	float: left;
	border-top: 1px solid #d4d4d4;
	padding: 0;
	font-size: 1em;
}

#navi_right {
	margin-top: 51px;
	margin-right: 0;
	width: 256px;
	height: 100px;
	float: left;
	border-top: 1px solid #d4d4d4;
	padding: 0;
	font-size: 1em;
}

div.navi_item_above {
	position:relative; 
	top:-1.1em
}

div.navi_item_column {
	width:33%;
	float:left;
	position:relative; 
	top:-1.1em
}

#content {
	width: 800px;
	clear: left;
	float: left;
	margin-right: 32px;
	font-size: 1em;
}

#footer {
	text-align:center; 
	margin-top:2em;
	border-top:1px solid #d4d4d4; 
	font-size: 0.8em; 
	color:#888
}

#skyscraper {
	float: left;
	width: 125px;
	height: 950px;
	overflow: visible;
	font-size: 1em;
}

.cell_1third {
	width: 256px;
	float: left;
	margin-right: 16px;
	font-size: 1em;
	overflow: hidden;
}

.cell_1third_right {
	width: 256px;
	float: left;
	font-size: 1em;
	overflow: hidden;
}

.cell_2third {
	width: 528px;
	margin-right: 16px;
	float: left;
	font-size: 1em;
	overflow: hidden;
}

.cell_3third {
	clear: left;
	width: 800px;
	overflow: hidden;
	font-size: 1em;
	overflow: hidden;
}

body {
	font-family: Corbel, "Lucida Grande", Verdana, sans-serif;
	font-size: 93%;
	line-height: 120%;
	padding: 0;
	padding-left: 32px;
	padding-right: 32px;
	background-image: url(navibg.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #888888;
	text-decoration: none;
	/*border-bottom: 1px dotted #99999;*/
}

a:hover, a:active {
	color: #E01403;
	text-decoration: none;
	/*border-bottom: 1px solid #99999;*/
}

h1 {
	font-size: 0.8em;
	font-weight: normal;
	color: #888888;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 0.8em;
	margin-bottom: 1.2em;
	line-height: 1em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

h2 a:link {
	color: #000000;
}

h2 a:visited {
	color: #000000;
}

h2 a:hover, h2 a:active {
	color: #E01403;
}

h3 {
	font-size: 1em; 
	font-weight: normal; 
	margin-top: 0;
}

table {
	font-size: 0.9em;
}

p,li,td {
	font-size: 0.9em;
	line-height: 2.4ex;
}

ul.newslist, ul.forumlist {
	padding-left: 0px;
	margin-left: 0;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1em;
}

ul.newslist h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
}

ul.newslist h2.forumentry {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1em;
}

ul.newslist h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #888888;
	margin-top: 0.2em;
	margin-left: 0.8em;
}

p.preline {
	color: #888888;
	margin-top: 0.2em;
	margin-bottom: 0;
}

div.intro_image {
	float:right; 
	width: 12em; 
	height: 5.6em; 
	text-align: right; 
	overflow: hidden;
	margin-left: 1.5em;
}

p.intro {
	font-size: 1em;
}

#navi h1, #footer h1 {
	display: none;
}

#navi a {
	font-size: 0.8em;
	margin-bottom: 0;
}

#navi a:link, #navi a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

#navi a:hover, #navi a:active {
	color: #ff0000;
	text-decoration: none;
}

#navi a.option:link, #navi a.option:visited {
	background-image: url(navibtn_option.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#navi a.option:hover, #navi a.option:active {
	background-image: url(navibtn_hover.gif);
	color: #000000;
}

#navi a.aktiv:link, #navi a.aktiv:visited {
	background-image: url(navibtn_active.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#navi a.aktiv:hover, #navi a.aktiv:active {
	color: #ff0000;
}

#navi span.option {
	font-size: 0.8em;
	font-weight: normal;
	background-image: url(navibtn_disabled.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #888888;
}

#navi input {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

#navi_search_form {
	float:right;
}

#navi_search_form input {
	color: #888888; 
	width: 17.5em;
}

#footer p {
	margin-bottom: 0px;
}

#footer ul {
	list-style-type:none;
	margin-top: 0.2em;
}

#footer li {
	display:inline; 
	margin-right: 1em;
}

#footer a {
	color:#888
}

#footer a:hover, #footer a:active {
	color:#ff0000
}
