@charset "UTF-8";

body {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 990px;
}

h1, h2, h3, h4, div, p {
	margin: 0;
	padding: 0
}

h1 {
	font-size: 1.8em;
	padding-top: 30px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.4em;
}

h3, h4, p {
	font-size: 1.2em;
	line-height: 1.6em;
}

h4 {
	color: #666
}

/* lists (possible: disc, decimal, square, circle) */

ul {
	list-style-type: square;
	margin: 0;
	padding: 0px 5px 10px 13px;
}

li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

img {
	border: none;
}

form p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #c00;
	text-decoration: none;
}

.icon-pdf {
	padding-left:30px;
	padding-bottom:2px !important;
	background:url(../images/design/icon_pdf.gif) no-repeat left 0px;
}

.icon-ps {
	padding-left:30px;
	padding-bottom:2px !important;
	background:url(../images/design/icon_ps.gif) no-repeat left 0px;
}

a:hover,a:active {
	text-decoration: underline;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

span.print-only {
	display: none
}

/* the header ---------------------------------------------------*/

#header {
	position: relative;
	clear: both;
	height: 100px;
	background: #c00 url(../images/design/header.gif) repeat-x;
}

#logo, #logo_print {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#logo_print {
	display: none;
}

/* navigation - page links*/

#claim {
	position: absolute;
	top: 55px;
	left: 38px;
	display: block;
	text-align: left;
}

#claim p {
	color: #fff;
	display: block;
}

/* mainmenu bar ---------------------------------------------- */

#menubar {
	position: relative;
	font-size: 1.2em;
	clear: both;
	background: #fff url("../images/design/mainmenu.gif") repeat-x top;
	display: block;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#sectionsmenu {
	margin-right: 180px;
	width: 700px;
}

#sectionsmenu a {
	padding: 5px 10px 6px 10px;
	color: #666;
	float: left;
	display: block;
	font-weight: bold;
	background: url("../images/design/mainmenu_off.gif") right top no-repeat;
}

#sectionsmenu a:hover, #sectionsmenu a.selected:hover {
	color: #c00;
}

#sectionsmenu a.selected {
	color: #000;
	background: url("../images/design/mainmenu_on.gif") right top no-repeat;
}

#languagemenu {
	float: right;
	text-align: right;
}

#languagemenu a {
	padding: 5px 10px 6px 10px;
	color: #666;
	float: left;
	display: block;
	font-weight: bold;
	background: url("../images/design/mainmenu_off.gif") left top no-repeat;
}

#languagemenu a:hover, #sectionsmenu a.selected:hover {
	color: #c00;
}

#languagemenu a.selected {
	color: #000;
}

/* submenu bar ------------------------------------------------- */

#submenu {
	position: relative;
	font-size: 1.2em;
	clear: both;
	background: url("../images/design/submenu.gif") repeat-x bottom;
	display: block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#submenu a {
	padding: 5px 10px;
	color: #bbb;
	float: left;
	display: block;
	font-weight: bold;
	background: #fff url("../images/design/submenu_off.gif") right bottom no-repeat;
}

#submenu a:hover, #submenu a.selected:hover {
	color: #c00;
}

#submenu a.selected {
	color: #000;
	background: url("../images/design/submenu_on.gif") right bottom no-repeat;
}

/* the pagetitle ---------------------------------------------------*/

#pagetitle {
	position: relative;
	clear: both;
}

#pagetitle p.date {
	position: absolute;
	top: 10px;
	left:0;
	color:#333;
}

#pagetitle p.date {
	position: absolute;
	top: 10px;
	left:0;
	color:#333;
}
/* the quotesection ------------------------------------------------*/

#pagequote {
	position: relative;
	clear: both;
	height: 220px;
	width: 988px;
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: hidden;
}

#pagequote-text, #pagequote-text2 {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 400px;
	height: 80px;
}

#pagequote h2 {
	font-size: 1.8em;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
}

#pagequote p {
	color: #000;
	padding-top: 20px;
}

/* the content ---------------------------------------------------- */

#content {
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

#leftcolumn {
	float: left;
	width: 740px;
}

#infocolumn {
	float: right;
	width: 240px;
}

/*
#leftcolumn h2 {
	color: #666666
}
*/

#leftcolumn h2 {
	padding-bottom: 5px;
}

#leftcolumn p {
	padding-right: 30px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#leftcolumn p.lead {
	padding:0;
	margin:0 0 20px 0;
	font-weight:bold;
	line-height: 1.5em;
}


#leftcolumn img.portrait {
	padding:5px;
	margin: 0 10px 5px 0;
	float:left;
	border:1px solid #ccc;
}

.papers {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin-bottom:10px;
}
.papers h4 {
	font-weight:lighter;
	color:#333;
	font-size:10px;
}

/* the footer -------------------------------------------------------*/

#footer {
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #ccc;
	font-size: 0.8em;
	/*  62.5% x 1.2em x 8em = 10px */
	color: #666;
}

#copyright {
	float: right;
	text-align: right;
}

#copyright p {
	padding: 5px 10px;
	float: left;
	display: block;
	font-weight: bold;
}

#breadcrumb {
	margin-right: 242px;
	width: 550px;
}

#breadcrumb p {
	padding: 5px 10px;
	float: left;
	display: block;
	font-weight: bold;
}

#breadcrumb  a:link, #breadcrumb  a:visited {
	color: #666;
}

#breadcrumb  a:hover, #breadcrumb  a:active {
	color: #c00 !important;
}

/* sonstige ------------------------------*/

.banner {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.banner h3 {
	background: url("../images/design/banner.bg.gif") repeat-y;
	padding: 7px 10px;
}

.banner h4 {
	padding: 7px 10px;
}

.banner p {
	padding: 7px 10px;
}

.banner ul {
	padding-top: 5px;
	padding-left: 20px;
}

.banner p.image {
	background: url("../images/design/banner_bild.jpg") no-repeat;
	height: 170px;
	padding: 0px;
}

#leftcolumn #bildrechts .banner {
	margin-left: 20px;
	width: 280px;
	float: right;
}

/* /// Clears Hights with Parents and Childs <DIV> //////////////////////////////////////////////////  */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */