@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	Normalization			
----------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt,dd,ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
	{margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
	{font-size: 100%;}

/*Removes list-styles from lists*/
ol, ul, li
	{list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, th, var
	{font-style: normal; font-weight: normal;}

/*Removes borders from tables*/
table
	{border-collapse: collapse; border-spacing: 0;}

/*Removes Borders from fieldset and img*/
fieldset, img
	{border: 0;}

/*Left-aligns text in caption and th*/
caption, th
	{text-align: left;}

/*Removes quotation marks from q*/
q:before, q:after
	{content:'';}
	
/*Removes Outlines araound a-tags*/
a
  {outline:none;}
  
/*--------------------------------------
	LAYOUTDESCRIPTION			
----------------------------------------*/

body {
  font-size:12px;
  color:#000;
  background-color:#e9eef7;
}
p {
  line-height:16px;
  padding:0 20px 15px 0;
}
table p {
  line-height:12px;
  padding:0;
}
div#coRight p {
  line-height:14px;
  padding:0 20px 10px 16px;
}
div#stRight p {
  line-height:14px;
  padding:0 0 10px 0;
}
div#container {
  position: relative;
  width: 900px;
  margin: 0 auto 40px auto;
}

/* HEADERAREA */

div#header {
  position: relative;
  width: 898px;
  height: 92px;
  border-left:solid 1px #c5d6eb;
	border-right:solid 1px #c5d6eb;
  background-color:#fff;
}
div#logo {
  position: absolute;
  width: 240px;
  height: 56px;
  background-image: url(../../bilder/logo.gif);
  background-repeat: no-repeat;
  top:16px;
  left:24px;
}
div#gszLogo {
  position: absolute;
  width: 265px;
  height: 56px;
  background-image: url(../../bilder/logo_gsz.gif);
  background-repeat: no-repeat;
  top:16px;
  left:24px;
}
blockquote {
  position:absolute;
  text-indent:-99999px;
}
div#logo a {
  display:block;
  width: 240px;
  height: 56px;
}
div#gszLogo span {
  display:none;
}
div#gszLogo a {
  display:block;
  width: 265px;
  height: 56px;
}
div#logo span {
  display:none;
}
div#addNav {
	position: absolute;
	right: 10px;
	top: 0px;
}

/* MAINNAVAREA */

div#mainNav {
	position: relative;
	width:898px;
	height:29px;
	border-left:solid 1px #c5d6eb;
	border-right:solid 1px #c5d6eb;
	background-color:#8aadd7;
}

/* CONTENTAREA */

div#addCo {
	position: absolute;
	right: 10px;
}
div#navPath {
	position: absolute;
	left: 225px;
}
div#coWrap {
	width: 898px;
	background-image: url(../img/co_bg.gif);
  background-repeat: repeat-y;
  border-left:solid 1px #c5d6eb;
	border-right:solid 1px #c5d6eb;
  border-bottom:solid 1px #c5d6eb;
	overflow: hidden;
}
div#stWrap {
	width: 898px;
	background-color:#fff;
  border-left:solid 1px #c5d6eb;
	border-right:solid 1px #c5d6eb;
  border-bottom:solid 1px #c5d6eb;
  overflow: hidden;
}
div#subNav {
	float: left;
	padding:0 0 0 0;
	width:200px;
}
div#coLeft {
	width: 446px;
	float: left;
	padding:34px 20px 20px 34px;
}
div#coRight {
	width: 198px;
	float: left;
	padding:34px 0 0 0;
	color:#8aadd7;
	font-size:11px;
}
div#stLeft {
	width: 446px;
	height: 521px;
	float: left;
	overflow: hidden;
}
div#stRight {
	float: left;
	padding:34px 0 0 34px;
}
/* FOOTAREA */

div#footer {
  color:#afb1b5;
  font-size:10px;
  padding:10px 0 0 2px;
	width: 700px;
	height: 20px;
}

/*--------------------------------------
	CONTENTDESCRIPTION			
----------------------------------------*/

/* RTE */

p.textGrau {
	color:#9c9d9f;
}
span.textGrau {
	color:#9c9d9f;
}
p.textBlauBold {
	color:#006ab2;
	font-weight:bold;
}
span.textBlauBold {
	color:#006ab2;
	font-weight:bold;
}

/* LINKTYPES */

table a {
  color: #8aadd7;
  text-decoration: underline;
}
a.mail {
  color: #8aadd7;
  text-decoration: underline;
}
a.internal-link {
  color:#006ab2;
  padding-left:10px;
  text-decoration: none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
}
a.internal-link-new-window {
  color:#006ab2;
  padding-left:10px;
  text-decoration: none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
}
a.external-link {
  color:#006ab2;
  padding-left:10px;
  text-decoration: none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
}
a.external-link-new-window {
  color:#006ab2;
  padding-left:10px;
  text-decoration: none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
}
a.download {
  color:#006ab2;
  padding-left:10px;
  text-decoration: none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
}
ul.download li a {
  color:#006ab2;
  text-decoration: none;
}


/* LISTS */

div#coLeft ul {
	padding:0 0 10px 0;
}
div#coLeft ul.download {
	padding:0;
}
div#coLeft ul.download li {
	background-position:left .55em;
}
div#coLeft ul li {
  list-style-type:none;
	background-image:url(../img/arrow_bl_ri.gif);
	background-repeat:no-repeat;
	background-position:left .45em;
	padding: 0 0 3px 10px;
}
div#coLeft ol {
	padding:0 0 10px 22px;
}
div#coLeft ol li {
	padding: 0 0 3px 0;
	list-style-type:decimal;
}

/*	H-TAG DESCRIPTION */

h2 {
    font-size: 17px;
	  font-weight:bold;
    line-height: 19px;
    color: #006ab2;
	  text-decoration: none;
    padding: 0 0 10px 0;
}
h3 {
  display:block;
  height:20px;
	font-size: 11px;
	font-weight:normal;
	line-height: 20px;
	color: #5090c8;
	background-color:#dfe6f3;
  padding:0 0 0 13px;
  margin-bottom:14px;
  border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #8aadd7;
}
h4 {
    font-size: 12px;
	  font-weight:bold;
    line-height: 16px;
    color: #000;
	  text-decoration: none;
    padding: 0 0 10px 0;
}

/* SUBHEADLINE */

.csc-subheader-0 {
	color:#9c9d9f;
}

/* MARGINS AROUND PICTURES IN MARGINAL*/

/* Pictures on left, add margin on left */
div#coRight DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
div#coRight DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
div#coRight DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	padding-left: 16px;
}
div#coRight DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 12px;
}
div#coRight DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 12px; display: block;
}

/* TABLELAYOUT */

table {
	border: solid 1px #d4deef;
	text-align:left;
	margin-bottom:25px;
	width:430px;
}
table th {
	border: solid 1px #d4deef;
	line-height:18px;
	background-color:#8aadd7;
	color:#fff;
	padding:0 4px;
}
table .subheader {
	background-color:#f4f7fb;
}
table .subdata {
	background-color:#dfe7f4;
}
table tr td {
	border: solid 1px #d4deef;
	padding: 0 4px;
	line-height:18px;
}
table .alignCenter {
	text-align:center;
}
table .alignRight {
	text-align:right;
}
table .valignMiddle {
  vertical-align: middle;
}
table .valignBottom {
  vertical-align: bottom;
}
table .tdFirst {
	width:80px;
}
table img {
  margin:2px 0;
}
.contenttable-1 td {
	width:50px;
}
table .proz10 {
	width:10%;
}
table .proz15 {
	width:15%;
}
table .proz20 {
	width:20%;
}
table .proz25 {
	width:25%;
}
table .proz30 {
	width:30%;
}
table .proz35 {
	width:35%;
}
table .proz40 {
	width:40%;
}
table .proz45 {
	width:45%;
}
table .proz50 {
	width:50%;
}

/* FORMULARLAYOUT */

form table tr td {
	padding: 2px 4px;
}
form input {
  border:none;
  color:#006ab2;
  font-size:12px;
  padding-left:2px;
	background-color:#e9eef7;
	margin:2px 0 2px 0;
}
form select {
  border:none;
  font-size:12px;
  color:#006ab2;
  padding-left:2px;
	background-color:#e9eef7;
	margin:2px 0 2px 0;
}
form textarea {
  border:none;
  font-size:12px;
  color:#006ab2;
  padding-left:2px;
	background-color:#e9eef7;
	margin:2px 0 2px 0;
}
form .button {
  border:1px solid #006ab2;
}
form .tdspacer {
  width:80px;
  float:left;
  display:block;
}
form .short {
  width:50px;
}
form .middle {
  width:110px;
}
form .long {
  width:190px;
}

/* SITEMAP */

.csc-sitemap ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.csc-sitemap ul li {
	margin: 4px 0 0 16px;
	padding: 0;
}
.csc-sitemap ul li a {
    	text-decoration: none;
}
.csc-sitemap ul li a:hover {
	text-decoration: none;
	color: #fa6800;
}

/*	MAILFORM */

.csc-mailform {
    border: 0px;
}
.csc-mailform-field {
    clear: both;
    padding: 0 0 10px 0;
}
.csc-mailform-field input {
    width: 240px;
	height: 15px;
	border:solid 1px #9b0e4e;
}
input.csc-mailform-check {
	width: 14px;
	height: 18px;
}
.csc-mailform-field textarea {
    width: 240px;
	border:solid 1px #9b0e4e;
}
.csc-mailform-field label {
  	width: 200px;
  	padding: 0 10px 2px 0;
  	display: block;
}
#mailformformtype_mail {
	height: 18px;
    margin: 10px 0 0 0;
	color: #9b0e4e;
	cursor: pointer;
	width: 80px;
	background-color: white;
	border:solid 1px #9b0e4e;
}

/*--------------------------------------
	EXTENSIONS
----------------------------------------*/


/* NEWLOGINBOX */

.tx-newloginform-pi1 {
	padding-top:10px;
	width:300px;
}
.tx-newloginform-pi2{
	padding-bottom:10px;
	width:300px;
}
.tx-newloginform-pi1 label{
	float: left;
  	width: 100px;
  	padding: 0 10px 0 0;
  	text-align: right;
  	display: block;
}
.tx-newloginform-pi1 input{
	width: 140px;
}
.tx-newloginform-field{
    clear: both;
    padding: 2px 0px;
}
input.tx-newloginform-submit{
    width: 70px;
    margin: 8px 0 0 0;
}

/* Indexsearch */

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline;
	margin-right:5px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width:100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold;
	font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align:center;
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:red;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:#eeeeee;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background:#cccccc;
	vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
	background:#cccccc;
	font-size:16px;
	font-weight:bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css {
	clear:both;
	margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:1em;
	width:10em;
	float:left;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing:0;
	font-weight:normal;
	margin-top:-1.2em;
	float:right;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float:none;
}

/* TT_NEWS */

div.newslistitem {
	position: relative;
	width: 233px;
	left: 0px;
	margin: 0;
	padding: 11px 0 0 8px;
}
span.newslistdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
span.newslisttitel {
	display: block;
	margin-bottom: 10px;
}
span.newslisttitel p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}
span.newslisttitel a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	font-weight: bold;
	color:#475153;
}
span.newslisttitel a:hover {
	text-decoration: none;
}

div.newssingleview {
	position: relative;
	width: 570px;
	left: 0px;
	margin: 0;
	padding: 0;
}
span.newssingletitlel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
    color: #8c2f45;
	display: block;
	margin-bottom: 11px;
	padding: 0;
}
span.newssingledate {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
}
span.newssingletext {
	display: block;
}
div.newslistitem .news-current a{
	color:#8c2f45;
}
