﻿@charset "utf-8";
/*
 * Created by Jakob Külzer mailto:jakob.kuelzer (at) jakusys.de
 */

/* ***************************************************************************
 * Styles for elements 
 * **************************************************************************/

body { 
	margin: 0px; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	background-color: #58585a;
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-x;
	color: white;
}

a img {
	border: none;
}

a {
	text-decoration: underline;
	color: #ee8013; 
}

a:hover {
	color: #ffffff;
}

/* ***************************************************************************
 * Styles header area 
 * **************************************************************************/

#header {
	position: absolute;
	left: 50%;
	margin-left: -488px;
	width: 941px;
	height: 96px;
	color: #48474a;
}

#logo {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
}

#meta_navigation {
	position: absolute;
	left: 202px;
	bottom: 0px;
	width: 475px;
	padding-left: 12px;
	color: #58585a;
	font-size: 11px; 
	word-spacing: 0.5em;
}

#meta_navigation a {
	color: #87888a; 
	font-size: 10px; 
	text-decoration: none; 
}

#meta_navigation a:hover {
	color: #ee8013; 
	font-size: 10px; 
	text-decoration: none;
}

#language_select {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 261px;
	display: none;
}

/* ***************************************************************************
 * Styles for the main panel area 
 * **************************************************************************/

#panel {
	width: 906px;
	position: absolute; 
	left: 50%;
	padding: 0px;
	margin: 0px 0px 16px -453px;
	top: 96px;
	background-image: url(../images/panel_background.gif);
	background-repeat: repeat-y;
}

#panel_bottom {
	background-image: url(../images/panel_background_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	padding-bottom: 12px;
}

#contents {
	padding: 134px 261px 0px 188px;
	
	background-image: url(../images/panel_background_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 316px;
}

#contents h1, h2, h3	{ 
	color: #ee8013; 
	font-weight: bold; 
	line-height: 16px; 
	font-family: Verdana, Arial, Helvetica; 
	margin: 0px; 
}

#contents { 
	font-size: 13px; 
}

#contents h1 { 
	font-size: 13px;
	padding-bottom: 4px; 
}

#contents h2 { 
	font-size: 12px; 
}

#contents h3 { 
	font-size: 11px; 
}

#contents hr {
	color: #5a5a5c;
	border: 1px solid;
} 

#contents input, select {
	border: 1px solid #565658;
}


#border {
	position: absolute;
	right: 0px;
	top: 134px;
	width: 261px;
}

.border_element {
	margin-bottom: 10px;
} 

.border_top {
	height: 16px;
	padding-left: 16px;
	padding-right: 20px;
	font-weight: bold; 
	background-repeat: no-repeat;
	background-image: url(../images/border_background_top.gif);
	margin: 0px;
	color: rgb(56,55,58);
}

.border_contents {
	padding: 1px 24px 1px 16px;
	background-repeat: repeat-y;
	background-image: url(../images/border_background_center.gif);
}


.border_contents p {
	margin: 8px 0px 8px 0px;
}

.border_bottom {
	height: 10px;
	padding: 1px 12px 2px 24px;
	background-repeat: no-repeat;
	background-image: url(../images/border_background_bottom.gif);
}

#page_logo {
	position: absolute;
	top: 22px;
	left: 170px;
	right: 16px;
} 

.list_element {	
	margin-bottom: 24px;

}

.list_text {
	margin-left: 170px;
}

.list_element .bodytext {
	margin-top: 0px;
}

.list_image {
	float: left; 
	margin: 4px 8px 8px 0px;
}

.list_title {
	margin-left: 170px;
}

.list_element hr {
	clear: both; 
}

/* ***************************************************************************
 * Styles for the primary navigation 
 * **************************************************************************/

#navigation {
	top: 22px;
	left: 0px;
	position: absolute;
	width: 170px;
	margin: 0px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica;
}

/* Level 1 navigation, first the text styles and then the different backgrounds */
.level1 a {
	color: #c6c7c8; 
	text-decoration: none; 
}

.level1 a:hover {
	color: #3e3d40; 
	text-decoration: none; 
}

.level1_normal {
	background-image: url(../images/nav_level1_normal.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}

.level1_active {
	background-image: url(../images/nav_level1_active.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}

/* Level 2 navigation, first the text styles and then the different backgrounds */
.level2 a {
	color: #3e3d40;
	text-decoration: none;
}

.level2 a:hover {
	color: #646567;
	text-decoration: none;
}

.level2_normal {
	background-image: url(../images/nav_level2_normal.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}

.level2_active {
	background-image: url(../images/nav_level2_active.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}

/* Level 3 navigation, first the text styles and then the different backgrounds */
.level3 a {
	color: #646567;
	text-decoration: none;
}

.level3 a:hover {
	color: #9c9e9f;
	text-decoration: none;
}

.level3_normal {
	background-image: url(../images/nav_level3_normal.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}

.level3_active {
	background-image: url(../images/nav_level3_active.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 32px;
	margin-bottom: 1px;
}


.csc-mailform-field {
	width: 90%;
}

.csc-mailform-field label {
	width: 100px;
}

#mailform fieldset {
	border: none;
}