@charset "UTF-8";

/* layout styles */

* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #666;
	font: 67.5%/1.75em Verdana, sans-serif; /* 16px * 0.6875 = 11px */
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;	
}
:focus {
	
}
h1, h2, h3 {
	color: #000;
}
h1 {
	color: #6C3;
	font-size: 1em;
}
h2 {
	font-size: 1em;
}
p {
	/* content.css */
}
ul, ol {
	/* content.css */
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	width: 880px;
}
#page {
	height: 100%;
	margin: 0 auto;
	text-align: left;
	
	width: 100%;
}

td {
	vertical-align: top;	
}

table.page {
	background-color: #fff; /* workaround fuer div background color */
	height: 100%;
	width: 100%;
}
td.page-cell-staticmenu {
	height: 20px;
}
td.page-cell-logo-menu {
	height: 280px; /* 30px + 250px */
}
td.page-cell-left, td.page-cell-content, td-page-cell-right {
	height: auto; /* ev. vor ie verbergen */
}
td.page-cell-left {
	width: 220px;
}
td.page-cell-content {
	width: 440px;
}
td.page-cell-right {
	width: 220px;
}
td.page-cell-foot {
	height: 80px;
	width: 100%;	
}
#staticmenu {
	font-size: 0.8em;
	height: 20px;
	text-align: right;	
}
#searchlink {
	display: inline;
}
#printlink {
	display: inline;
}

#pagehead {
	height: 100%;
}
table.pagehead {
	height: 100%;
	width: 100%;
}
td.logo, td.menu {
	background: url(../images/bg_line.jpg) top repeat-x;
}
td.logo {
	height: 60px;
	width: 220px;
}
td.menu {
	height: 60px;
	width: 660px;
}
td.logo-menu {
	height: 220px;	
	width: 880px;
}

#logo {
	height: 60px;
	width: 220px;
}
#menu {
	height: 25px;
	margin-top: 35px;
	text-align: right;
	width: 660px;
}
#image {
	background-color: #eee;
	height: 220px;
	width: 880px;
}
#imageCenter {
	height: 220px;
	width: 440px; /* 440px */
}
#imageRight {
	height: 220px;
	width: 220px; /* 220px */
}

#left, #content, #right {
	padding-top: 10px;
}
#left {
	padding-right: 10px;
	width: 210px; /* 209 + 10 = 219px */
}
#right {
	padding-left: 10px;
	width: 210px; /* 210 + 10 = 219px */
}

#content {
	min-height: 260px;
	padding: 10px;
	width: 420px; /* 420 + 2*10 = 440px */
}

#pagefoot {
	height: 100%;
	width: 100%;
}
table.pagefoot {
	height: 100%;
	width: 100%;
}
td.pagefoot-cell {
	height: 100%;
	width: 100%;
}

/* IE 6 sucks */
td.pagefoot-cell.borderRight {
	border-right: 1px solid #666;
}
td.pagefoot-cell.borderLeft {
	border-left: 1px solid #666;
}

#sponsor1, #sponsor2, #sponsor3 {
	font-size: 0.8em;
	height: 75px; /* 75px + 2 * 2px + 1px bolder = 80px */
	line-height: 1em;
	padding: 2px;
}
#sponsor1, #sponsor3 {
	width: 286px; /* 285px + (2 * 2px padding) = 290px */
}
#sponsor2 {
	width: 296px; /* 296px + (2 * 2px) = 300px */
}

.floatbox {
	overflow: hidden;
}
.fullheight {
	height: 100%;
}
.fullHeight {
	height: 100%;
}
.borderTop {
	border-top: 1px solid #666;
}
.borderRight {
 	border-right: 1px solid #666;
}
.borderLeft {
	border-left: 1px solid #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.white {
	color: #fff;
}
.lightgray {
	color: #ccc;
}
.darkgray {
	color: #999;	
}
.green {
	color: #6C3;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
