@charset "utf-8";
/* CSS Document */
* {
	margin:  0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- general stuff ---- */
HTML, BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #E5E5E5;
	background-image: url('../images/general_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
	/*line-height: 15px;*/
}

A {
	/*color: #940505;*/
	text-decoration: underline;
}

A:ACTIVE {
	/*color: #940505;*/
}

A:HOVER {
	/*color: #940505;*/
}

H1 {
	font-size: 11pt;
	font-weight: bold;
	/*color: #333;*/
	margin-top: 0px;
	margin-bottom: 10px;
	/*line-height: 18px;*/
}

H1 A {
	font-weight: bold;
	/*color: #333;*/
	text-decoration: none;
}

H2 {
	font-size: 9pt;
	font-weight: bold;
	/*color: #C74D1B;*/
	margin-top: 1px;
	margin-bottom: 5px;
	/*line-height: 18px;*/
}

H2 A {
	font-weight: bold;
	/*color: #C74D1B;*/	
}

H3 {
	font-size: 9pt;
	font-weight: bold;
	/*color: #C74D1B;*/
	margin-top: 1px;
	margin-bottom: 3px;
	/*line-height: 18px;*/
}

H3 A {
	font-weight: bold;
	/*color: #C74D1B;*/
}

.hidden-text {
	display: none;
}

.wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

/* ---- header stuff ---- */
.header {
	position: relative;
	top: 10px;
	left: 30px;
	width: 840px;
	height: 95px;
	/*background-image: url("../images/header_logo.jpg");*/
	background-repeat: no-repeat;
	background-position: left;
}

/* ---- sidebar left stuff ---- */
.sidebar-left {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 150px;
}

/* ---- sidebar right stuff ---- */
.sidebar-right {
	position: absolute;
	top: 115px;
	left: 720px;
	width: 150px;
}

/* ---- first floor ---- */
.sidebar-element-first {
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	list-style-type: none;
}

/* ---- second floor ---- */
.sidebar-element-sec {
	position: relative;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	list-style-type: none;
}

/* ---- main stuff ---- */
.main {
	position: absolute;
	top: 115px;
	left: 180px;
	width: 540px;
}

.main-content {
	position: relative;
	width: 520px;
	/*padding: 5px;*/
	margin: 0 auto;
	border: thin solid #E5E5E5;
	overflow: auto;
}

.main-content .csc-textpic-caption {
	display: none;
}

.main-content LI {
	margin: 5px 20px;
}

.main-content .bodytext {
	margin: 10px 0;
}

.main .csc-default {
	margin: 5px;
}

/* ---- footer stuff ---- */
.footer {
	clear: both;
	position: relative;
	width: 520px;
	margin: 5px auto;
	font-size: 0.8em;
	text-align: right;
}

.footer A {
	color: #333;
	font-size: 7pt;
	text-decoration: none;
}

.footer .legalitem, .footer .legalitem a {
	margin: 0 0 0 5px;
	text-decoration: none;
}

/* ---- Sprache ---- */

.language-switch {

}
