* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}

body { margin: 0px; }

img { border: none; }

a { text-decoration: none; }
a:hover, a.selected { color: black; }

table {
	border-collapse: collapse;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

div#Page {
	margin-left: auto;
	margin-right: auto;
	width: 965px;
}


a#Logo {
	float: left;
	margin-right: 76px;
	margin-bottom: 28px;
}

img#Banner { margin-bottom: 28px; }

div#Main {
	clear: left;
	position: relative;
	width: 100%;
	background: url('../images/grauer_verlauf.gif') repeat-x;
	height: 800px;
}

div#Navigation, div#Text, div#Picture {
	position: absolute;
	top: 58px;
}

/***** Header *****/

div#Header, div#Footer {
	width: 100%;
	position: relative; /* for abs. placement of corner-gif */
}

div#Header img, div#Footer img {
	position: absolute;
}

div#Header {
	height: 27px;
	margin-bottom: 27px;
	background: url('../images/header_bg.gif') repeat-x;
}

/* ensure that alternative stylesheets don't change this font size */
div#Header * { font-size: 12px; }

div#Header span#FontSizes {
	margin-top: 6px;
	float:left;
	margin-left: 22px;
}

div#Header span#FontSizes a.toNormal { display: none; }

div#Header span#MetaItems, div#Header span#Languages {
	margin-top: 6px;
	float: right;
}

div#Header a { color: white; }

div#Header span#Languages {
	margin-left: 25px;
	margin-right: 10px;
}

div#Header span#Languages a {
	margin-left: 8px;
	margin-right: 9px;
}

div#Header span#MetaItems a {
	margin-left: 19px;
	margin-right: 19px;
}

div#Header div.sep {
	position: absolute;
	top: 5px;
	width: 1px;
	height: 15px;
	background-color: #C2D768;
	display: inline;
	z-index: 1;
}

div#Header span#Languages div.sep { visibility: hidden; }

div#Header div.selected {
	position: absolute;
	top: 0px;
	height: 30px;
	width: 20px;
	text-align: center;
	background: url('../images/header_selection_bg.gif') repeat-x;
	z-index: 2;
	visibility: hidden;
}

div#Header div.selected div {
	margin-top: 6px;
	color: #9EBD0D;
}

div#Header div.selected img { position: static; }

div#Header span#VideoLink {
	margin-top: 6px;
	float:left;
	margin-left: 50px;
}


/***** Footer *****/

div#Footer {
	margin-top: 30px;
	height: 49px;
	background: url('../images/footer_bg.gif') repeat-x;
}

div#Footer div {
	position: relative;
	top: 19px;
	width: 100%;
}

div#Footer * { color: white; }
div#Footer div#FooterContent {
	width: 921px; /* Page.width - 2 * 22px */
	margin-left: 22px;
	margin-right: 22px;
}

div#FooterContent span.address { float: right; }
div#FooterContent span.sep { color: #C2D768; } /* separators */


/***** Navigation *****/

div#Navigation {
	left: 0px;
	margin-left: 72px;
	width: 160px;
	margin-right: 42px;

	/* nonsense to trigger correct behaviour in IE6 */
	/*display: inline;*/
}

div#Navigation a {
	display: block;
	padding-left: 6px;
	margin-bottom: 2px;
}

div#Navigation a.area { margin-bottom: 16px; }

div#Navigation div.nav { margin-bottom: 19px; }
div#Navigation div.subnav { margin-bottom: 16px; }

div#Navigation a.areaselected {
	background-color: #9ebd0d;
	color: white;
	width: 100%;
	padding: 1px 0px 1px 6px;
	margin-bottom: 9px;
}

/***** Content *****/

div#Picture {
	left: 731px; 
	width: 234px;
	text-align: right;
}

div#Picture img {
	position: absolute;
	top: 0px;
	left: 38px;
}

div.pageTitle, div#AreaTitle, div#Navigation a.area, div#Navigation a.areaselected {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

div#Text {
	left: 274px;
	width: 457px;
	margin-bottom: 20px;
}

div#Text, div#Text * {
	line-height: 16px;
}

div#Text a { text-decoration: underline; }

div.pageTitle { color: #9ebd0d; }

div.title {
	margin-top: 16px;
	font-weight: bold;
	color: #4b4b4b;
}

div#Text table td.right { text-align: right; }

/***** area variations *****/
.area2 div.pageTitle { color: #2c8d72; }
.area3 div.pageTitle { color: #cb7927; }
.area4 div.pageTitle { color: #3884bb; }

.area2 div#Navigation a.areaselected { background-color: #2c8d72; }
.area3 div#Navigation a.areaselected { background-color: #cb7927; }
.area4 div#Navigation a.areaselected { background-color: #3884bb; }

div#Navigation a.area1 { color: #9ebd0d; }
div#Navigation a.area2 { color: #2c8d72; }
div#Navigation a.area3 { color: #cb7927; }
div#Navigation a.area4 { color: #3884bb; }

/***** Administration Links *****/
a.adminLink {
	width: 300px;
	display: block;
	color: #d94444;
	font-weight: bold;
}
