/* CSS Document */

/* common styles */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: -moz-scrollbars-vertical;
}
body,td,th,input,select,textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #58595b;
}
body, div, table, td, th, tr,
p, h1, h2, h3, h4, h5, ol, ul, li,
a, img, form, fieldset, legend, label, input, select, textarea, iframe {
	margin: 0px;
	padding: 0px;
}
table.contenttable {
	margin-left: -2px;
}
a {
	color: #58595b;
	/*text-decoration: none;*/
	text-decoration: underline;
}
a:link, a:visited {
}
a:focus, a:hover, a:active {
}


/* structure */
.page {
	margin: 45px auto 30px auto;
	width: 850px;
}
.header, .pagebody, .footer {
	width: 850px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.pagebody {
	background-image: url(../../../fileadmin/templates/images/pagebody-bg.gif);
	background-repeat: repeat-y;
}
.leftcol, .stage, .rightcol {
	float: left;
	overflow: hidden;
}
.leftcol, .rightcol {
	width: 170px;
}
.stage {
	width: 448px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 21px;
	padding-right: 21px;
}
.header {
	height: 80px;
}


/* header */
.header img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.metanavi {
	position: absolute;
	bottom: 38px;
	right: 0px;
	font-size: 10px;
	color: #003d68;
	line-height: 14px;
}
.metanavi .metanavi-pipe {
	color: #f2891e;
}
.metanavi a {
	color: #003d68;
	font-weight: normal;
	text-decoration: none;
}
.metanavi a.meta-act {
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}
.metanavi a:link, .metanavi a:visited {
}
.metanavi a:focus, .metanavi a:hover, .metanavi a:active {
	text-decoration: underline;
}


/* left column */
/* main navi */
.mainnavi {
	width: 170px;
	color: #003d68;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
}
.mainnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
.mainnavi li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
	width: 170px;
	vertical-align: top;
}
.mainnavi a {
	float: left;
	width: 155px;
	color: #003d68;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	vertical-align: top;
}
.mainnavi ul.mn-l1 {
	border-top: 1px solid #7f9eb3;
}
.mainnavi li.mn-l1 {
	border-bottom: 1px solid #7f9eb3;
	background-image: url(../../../fileadmin/templates/images/mn-l1-inact-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainnavi li.mn-l1-act {
	background-color: #d9e2e8;
}
.mainnavi li.mn-l1-actsub {
	padding-bottom:5px;
}
.mainnavi li.mn-l1-act a {
	background-color: #fad0a5;
	background-image: url(../../../fileadmin/templates/images/mn-l1-act-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.mainnavi ul.mn-l2 {
	border-top: 1px solid #7f9eb3;
	color: #58595b;
}
.mainnavi ul.mn-l2 a {
	background-color: transparent;
	background-image: none;
	color: #58595b;
}
.mainnavi li.mn-l2-inact a {
	font-weight: normal;
}
.mainnavi li.mn-l2-act {
	background-image: url(../../../fileadmin/templates/images/mn-l2-act-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainnavi ul.mn-l3 {
	width: 155px;
	margin-left: 15px;
	background-color: #f4f6f8;
}
.mainnavi ul.mn-l3 li {
	width: 155px;
}
.mainnavi ul.mn-l3 a {
	width: 148px;
	padding-left: 7px;
}
.mainnavi li.mn-l3-inact a {
	font-weight: normal;
}
.mainnavi li.mn-l1 a:focus, .mainnavi li.mn-l1 a:hover, .mainnavi li.mn-l1 a:active {
	font-weight: bold;
	text-decoration: none;
}


/* stage */
.stage {
	line-height: 18px;
/*	padding-top: 20px; */
}
/* content */
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #003d68;
	padding-bottom: 16px;
	line-height: 20px;
}
h2, p.csc-subheader {
	font-size: 12px;
	font-weight: bold;
	color: #f2891e;
	padding-bottom: 16px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #003d68;
	padding-bottom: 8px;
}
h4 {
}
h5 {
}
p {
	padding-bottom: 16px;
}
ul {
	padding-bottom: 16px;
}
ol {
	padding-bottom: 16px;
}
li {
	margin-left: 15px;
}
.csc-textpic-caption {
	font-size: 10px;
	line-height: 14px;
	padding-top: 4px;
}
/* file list */
.filelinks .even, .filelinks .odd {
	padding-left: 22px;
	background-image: url(../../../fileadmin/templates/images/fileicons/fileicon.gif);
	background-repeat: no-repeat;
}

/* news */
.news-singlebox {
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7f9eb3;
}
.news-date {
	font-size: 10px;
}
.news-single-additional-info {
	margin-top: 30px;
	/*margin-bottom: 30px;*/
	padding-top: 20px;
	/*padding-bottom: 10px;*/
	font-size: 10px;
	border-top: 1px solid #7f9eb3;
	/*border-bottom: 1px solid #7f9eb3;*/
}
.news-single-additional-info dl {
	padding-bottom: 16px;
}
.news-single-files dd img {
	padding-right: 4px;
}
.news-single-additional-info dt {
	font-weight: bold;
	color: #003d68;
	padding-bottom: 4px;
}
.news-single-additional-info dd {
}
.news-single-additional-info p {
	padding-bottom: 0px;
}
.news-single-backlink a {
	font-size: 10px;
	font-weight: bold;
	color: #003d68;
}
.news-list-container {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 30px;
}
.news-list-odd, .news-list-even {
	/*background-color: #d9e2e8;*/
	border-bottom: 1px solid #7f9eb3;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	width: 448px;
}
.news-list-container h1 {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 0px;
}
.news-list-container h1 a {
	color: #003d68;
	text-decoration: none;
}
.news-list-container p {
	padding-bottom: 0px;
}
.news-list-container .csc-textpic-caption {
	display: none;
}
.news-list-container div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0px;
	padding: 0px;
}

/* forms */
fieldset {
	border: none;
	margin-bottom: 30px;
}
.csc-mailform-field {
	overflow: hidden;
	width: 448px;
	margin-bottom: 6px;
}
.csc-mailform-field label, .csc-mailform-field input,
.csc-mailform-field p.csc-mailform-info, .csc-mailform-field div.captchadiv,
.csc-mailform-field textarea, .csc-mailform-errorlist,
.captchadiv img {
	float: left;
}
.csc-mailform-field label {
	width: 130px;
}
.csc-mailform-error {
	color: #f2891e;
}
.csc-mailform-errorlist {
	width: 318px;
}
.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 312px;
	margin: 0px;
	padding: 2px;
	background-color: #d9e2e8;
	border: 1px solid #7f9eb3;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #58595b;
}
input.csc-mailform-file {
	/*width: 318px;*/
}
.csc-mailform-field p.csc-mailform-info {
	width: 318px;
	font-size: 10px;
	line-height: 14px;
}
input.csc-mailform-privacy {
	float: none;
	width: 14px;
	padding: 0px;
	background-color: transparent;
	border: none;
}
.csc-mailform-field div.captchadiv {
	width: 318px;
	overflow: hidden;
}
input#Spamschutzcode {
	width: 211px;
	margin-left: 6px;
	text-align: center;
}
input.csc-mailform-submit {
	width: 217px;
	background-color: #fad0a5;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.csc-mailform-submit:hover {
	font-weight: bold;
}


/* right column */
/* newsbox */
.newsbox {
	width: 170px;
	font-size: 10px;
	line-height: 14px;
}
.newsbox .newsbox-header {
	line-height: 18px;
	padding-left: 15px;
	border-top: 1px solid #7f9eb3;
	border-bottom: 1px solid #7f9eb3;
	background-color: #d9e2e8;
	background-image: url(../../../fileadmin/templates/images/newsbox-header-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsbox .newsbox-item {
	padding-top: 10px;
	padding-left: 14px;
	margin-top: -1px;
	background-image: url(../../../fileadmin/templates/images/newsbox-separator.gif);
	background-repeat: no-repeat;
}
.newsbox h3.newsbox-item-headline {
	padding-bottom: 0px;
}
.newsbox h3.newsbox-item-headline a {
	color: #003d68;
	text-decoration: none;
}
.newsbox p {
	padding-bottom: 10px;
}
.newsbox ul {
	padding-bottom: 10px;
}
.newsbox ol {
	padding-bottom: 10px;
}


/* submainnavcont */
.submainnavcont {
	padding-top: 30px;
	font-size: 10px;
	line-height: 14px;
}


/* fixes and tweaks */
/* IE7 Typo3 Imagerow fix */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px; padding-bottom: 15px;
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 0px; padding-bottom: 15px;
}

/* no borders around pics in links */
a img {
	border: none;
}

div.teaser {
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  background-color: #fad0a5;
  #border: 1px solid #7f9eb3;
  padding: 8px 5px 8px 5px;
}

div.teaser p {
  padding-bottom: 5px;
  }

