@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background: #FFFFFF url(/img/gfx/bg_pageTiling.gif) repeat-y fixed center top;
}
div {
	text-align: left;
}
html, body {
	height: 100%;
}

/* DIV-Boxing-Layout */
div#wrapper {
	position:relative;
	margin: 0 auto;
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
}
div#header {
	height: 130px;
}
div#metaNavi {
	font-size: 10px;
	letter-spacing: 0.05em;
	padding-top: 3px;
	position: absolute;
	left: 315px;
}
div#metaNavi a {
	text-decoration: none;
}
div#metaNavi a:hover {
	text-decoration: underline;
}
div#homeLink {
	left: -12px;
	top: 0;
	position: absolute;
}
div#homeLink a {
	outline: none;
}

div#centerCol {
	padding: 0 30px 30px;
}
div#mainCol {
	width: 600px;
	overflow: hidden;
	float: left;
	margin-top: 7px;
}
div#rightCol {
	width: 260px;
	overflow: hidden;
	float: right;
	font-size: 10px;
}

div#mainNavi {
	left: 300px;
	position: absolute;
	top: 58px;
	z-index: 91;
	width: 630px;
}


/* clearfix zum Aufheben der Floatumgebung */
.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 */

ul {
	padding: 0;
	margin: 2px 0 5px 15px;
}
ol {
	padding: 0;
	margin: 2px 0 5px 20px;
}
ul.noListStyle, ol.noListStyle {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}
img {
	border: 0 none;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

.hPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}
.vPadding {
	padding-right: 10px;
	padding-left: 10px;
}
.rPadding {
	padding-right: 7px;
}
.bPadding {
	padding-bottom: 7px;
}

/* Fonts */
a {
	text-decoration: none;
	color: #F19200;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding: 5px 0;
	letter-spacing: 0.05em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h2 a {
	color: #000000;
}
h3 {
	font-size: 12px;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

p {
	line-height: 1.5em;
	padding-bottom: 7px;
}

.txt_white, .txt_white a {
	color: #FFFFFF;
}
.txt_black, .txt_black a {
	color: #000000;
}
.txt_orange {
	color: #F19200;
}

.moreLink {
	color: #F19200;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
}

h3.hPadding {
	padding: 25px 0;
}

blockquote {
	margin:1.3em;
	color:#666;
	font-style:italic;
	quotes: none;
}

/* forms */
input, textarea, select {
	font-size: 1em;
	font-family: Verdana, Tahoma, sans-serif;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px solid #656565;
	padding: 1px;
}
select {
	background-color: #FFFFFF;
	min-width: 100px;
	width: auto;
}
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
	cursor: pointer;
	outline: none;
}
input[type=submit] {
	background-color: #E5E5E5;
	padding: 2px 10px;
	border-bottom: 2px solid #656565;
	border-right: 2px solid #656565;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	margin: 5px 0;
	font-weight: bold;
}
input.img_button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	height:16px;
	vertical-align:top;
	width:16px;
}
label {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
input.input_text {
	width: 200px;
}
input.labelinside {
	color: #b0b0b0;
}
label.error, .error-message {
	color: red;
}
input.form-error {
	border: 1px solid red;
}
label.error,
.error .error-message {
	padding: 5px;
	border: 1px dotted red;
	margin: 5px 0;
}
#flashMessage {
	border: 3px outset #656565;
	background: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 10px 20px;
	position: absolute;
	right: 15px;
	width: auto;
	z-index: 99;
}

/* Paging */
div.paging {
	color: #656565;
	padding: 10px;
}
div.paging a {
	outline: none;
}
div.paging span.current {
	color: #656565;
}

/* index */
div.listView h2 a {
	color: #000000;
}
.listView ul {
	margin: 0;
	list-style-image:none;
	list-style-type:none;
}
.listView ul li {
	font-size: 10px;
	padding-bottom: 30px;
	height: auto;
	display: block;
}
.listView ul li .thumbPic {
	float: left;
	height: 60px;
	margin: 5px 5px 0 0;
	width: 60px;
}
.listView ul li h3 a {
	color: #000000;
}

/* view */
div.subCat {
	border-bottom: 1px solid #656565;
}
div.subCat span {
	color: #656565;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 15px;
}
div.subCat span a {
	color: #656565;
	text-decoration: none;
}
div.subCat span a:hover {
	color: #000000;
	text-decoration: underline;
}

img.subCatIcon {
	margin-bottom:-1px;
	margin-right:5px;
}
img.subCatIcon.subTopic {
	left:15px;
	margin-top:-15px;
	position:absolute;
	width:55px;
}

div.imageMain {
	margin: 7px 0 22px 0;
	position: relative;
}
div.imageCaption,
div.imageCaptionPlus {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1px 3px 3px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10px;
	line-height:1em;
}
div.imageCaptionPlus {
	bottom: 4px;
}
div#articleMaintxt {
	margin: 10px 0;
}
div#articleMaintxt p {
	text-align: justify;
}

/* Topic Icon */
div.subIconTopic {
	background: white none repeat scroll 0 0;
	width: 102px;
	left: -5px;
	top: 125px;
	position: absolute;
}
div.subBorderTopic {
	height: 15px;
	border-bottom: 1px solid #656565;
}

/* Content Teasers */
div.teaserBoxLeft {
	float: left;
	width: 48%;
	margin: 10px 0 45px 0;
	clear: left;
}
div.teaserBoxRight {
	float: right;
	width: 48%;
	margin: 10px 0 45px 0;
}
div.teaserBoxLeft .thumbPic,
div.teaserBoxRight .thumbPic {
	float: left;
	height: 100px;
	width: 100px;
	margin: 3px 7px 0 0;
}

div.teaserCategoryTitle {
	color: #666666;
	font-family: Consolas, Courier New, Lucidatypewriter, monospace;
	font-size: 18px;
	font-weight:bold;
	float: left;
	width: auto;
	background: white none repeat scroll 0 0;
	padding-right: 5px;
}
div.teaserCategoryBorder {
	border-bottom: 1px solid #666666;
	height: 18px;
	margin-bottom: 7px;
}
div.teaserCategoryContent ul {
	margin: 0;
	font-size: 10px;
}
div.teaserCategoryContent div.thumbPicCategory {
	height: 50px;
	width: 50px;
	float: left;
}
div.teaserCategoryContent span a {
	text-decoration: none;
}

/* Topic Teaser Box */
div#TopicTeaserBoxLogo {
	background: #FFFFFF url(/img/gfx/bg_Topic-FullTeaserLogo.jpg) no-repeat left top;
	position: absolute;
	left: 15px;
	height: 36px;
	width: 96px;
	z-index: 22;
	margin-top: -25px;
}
div.TopicTeaserBox {
	border-top: 1px solid #F19200;
	background: #FFFFFF url(/img/gfx/bg_Topic-FullTeaserBox.jpg) no-repeat right bottom;
	margin-bottom: 50px;
	height: 272px;
	padding-top: 15px;
}
div.TopicTeaserBox h2 {
	padding: 0 0 10px 0;
}
div.TopicTeaserBox div.TopicTeaserBoxImage {
	padding: 0 10px 5px 0;
	float: left;
	width: auto;
}

/* Marginal Col */
div#rightCol .thumbNail {
	/* position: relative; */
	padding-left: 3px;
}
div#rightCol .subCatIcon {
	position: absolute;
	bottom: 7px;
	left: 7px;
}
div.marginalItems {
	margin-bottom: 25px;
}
div.marginalItems ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 5px 10px 5px 0;
}
div.marginalItems ul li {
	border-bottom: 1px dotted #000000;
	padding: 5px 0;
}

div#rightCol div.marginalItems img.partner {
	width: 250px;
}

div#rightCol div.marginalItems div.header {
	height: 22px;
	width: 250px;
	border-bottom: 1px solid #666666;
}
div#rightCol div.marginalItems div.header h3 {
	font-family: Consolas,Courier New,Lucidatypewriter,monospace;
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: auto;
	background-color: white;
	padding-right: 5px;
	color: #666666;
}
div#rightCol div.marginalItems div.orange {
	border-bottom: 1px solid #F19200;
}
div#rightCol div.marginalItems div.orange h3 a {
	color: #F19200;
}

/* Tag Cloud */
div#bannerPic,
div#tagCloudMar {
	height: auto;
	width: 250px;
	overflow: hidden;
	margin: 0;
	text-align: center;
}
div#tagCloudMar span a {
	padding: 10px;
	text-decoration: none;
	line-height: 2em;
}
div#tagCloudMar span a:hover {
	text-decoration:underline;
}

div#searchInput {
	bottom: 1px;
	position: absolute;
	right: 0;
}

