@charset "utf-8";
/* CSS Document */

/*

RESET DEFAULT VALUES

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*
RESET END
*/

/*
FONTS IE
*/
/*
@font-face {
	font-family: GillSansMT;
	src: url('../fonts/gillsansmt.eot');
}

@font-face { 
	font-family: GillSansMT;
	font-weight: bold;
	src: url('../fonts/gillsansmt-bd.eot'); 
}

@font-face { 
	font-family: GillSansMT;
	font-style:italic;
	src: url('../fonts/gillsansmt-it.eot'); 
}

@font-face { 
	font-family: GillSansMT;
	font-style:italic;
	font-weight: bold;
	src: url('../fonts/gillsansmt-bd-it.eot'); 
}
*/
/*
FONTS IE - END
*/

/*
FONTS
*/
/*
@font-face {
	font-family: GillSansMT;
	src: url('../fonts/gillsansmt.ttf');
}

@font-face { 
	font-family: GillSansMT;
	font-weight: bold;
	src: url('../fonts/gillsansmt-bd.ttf'); 
}

@font-face { 
	font-family: GillSansMT;
	font-style:italic;
	src: url('../fonts/gillsansmt-it.ttf'); 
}

@font-face { 
	font-family: GillSansMT;
	font-style:italic;
	font-weight: bold;
	src: url('../fonts/gillsansmt-bd-it.ttf'); 
}
*/
.gillsans {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: normal;
}

.gillsansbold {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: bold;
}

.gillsansbolditalic {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: bold;
}

.gillsansitalic {
  font-family: "Gill Sans";
  font-style: italic;
  font-weight: normal;
}

/*
FONTS - END
*/

/*
html, body {
	height: 100%;
}
*/
body {
	/*font-family: Gill Sans, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e3e4e5 url("../img/bg-body.jpg") top left repeat-x;
	color: #4b4b4d;
	text-align: center;
	
}

a {
	/*font-family: Gill Sans, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4b4d;
	text-decoration: none;
}

a:hover {
	color: #cd071e;
}

a.active {
	font-weight: bold;
}

a.active:hover {
	color: #4b4b4d;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 17px 0 15px 6px;
}

h2{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #fcfcfe;
	background: #4b4b4d;
	padding: 0 6px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	clear: both;
	padding-left: 6px;
}

p {
	line-height: 18px;
	margin-bottom: 18px;
	padding-left: 6px;
}

hr {
	height: 1px;
	color: #cd071e;
	background: #cd071e;
	border: 0;
	clear: both;
	margin: 15px 6px;
}

strong {
	font-weight: bold;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clr {
	clear: both;
	width: 1px;
	height: 20px;
}

.sclr {
	clear: both;
	width: 1px;
	height: 5px;
}

#content ul, #content li {
	clear: both;
    list-style-type: disc;
    margin: 10px;
}

/*
PAGE WRAP
*/

#wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0 20px !important;
	text-align: left;
	background: #fff;
	min-height: 100%;
}

/*
PAGE WRAP - END
*/

/*
HEADER
*/

#header{
	margin-bottom: 20px;
	height: 75px;
	padding-top: 25px;
}

#functions img {
	margin: 0 6px -2px 6px;
}
#functions a.log {
	margin-right: 37px;
}

#search {
	margin-top: 14px;
}

#search label {
	display:block;
	float:left;
	height:27px;
	line-height:27px;
	margin-right:10px;
	font-size: 14px;
}
#search input {
	background: url("../img/bg-input-search.png") top left no-repeat;
	border: 0;
	width: 107px;
	height: 27px;
	line-height: 27px;
	padding: 0 5px 0 5px;
	margin: 0;
}

input.search-submit {
	height: 27px !important;
	width: 31px !important;
	float: right;
	background: url("../img/btn-go.png") top left no-repeat !important;
	padding-bottom: 2px !important;
}

/*
HEADEr - END
*/

/*
NAVIGATION
*/
#navigation {
	clear: both;
	height: 30px;
	margin-bottom: 11px;
	letter-spacing: normal;
}

#navigation li {
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 72px;
	line-height: 30px;
}

#navigation li.last {
	margin-right: 0 !important;
}

#navigation li a {
	background: url("../img/bg-navi-hover.png") -5px -3px repeat-x;
	font-size: 15px !important;
}

#navigation li a:hover, #navigation li a.active {
	background: url("../img/bg-navi-hover.png") bottom left repeat-x;
	color: #4b4b4d;
}

/*
NAVIGATION - END
*/



/*
CONTENT STARTSEITE
*/

.content-home {
	width: 330px;
	margin-right: 35px;
}

.content-home p, .content-home h3, .news-container h3 {
	padding: 0 6px;
}

#content {
	width: 700px;
}

#content a {
	padding-left: 13px;
	background: url("../img/bg-more.gif") 0 3px no-repeat;
	font-size: 13px;
}

.more  a, .news-container a {
	display: block;
	float:right;
	height: 12px;
	line-height: 8px;
	width: 60px;
	text-align: right;
	padding-right: 15px;
	margin: 6px 0 20px 0;
	background: url("../img/bg-more.gif") top right no-repeat !important;
}

.news-list-container a {
	background-position: 35px 5px !important;
	display: block;
	margin-top: 10px;
	padding-left: 0 !important;
	padding-right: 15px;
}

.news-list-container a.active {
	color: #cd1013;
}

.content-home a {
	padding-right: 15px;
	background: url("../img/bg-more.gif") bottom right no-repeat;
}

.content-home a.more {
background: url("../img/bg-more.gif") right 3px no-repeat !important;
}

/*
NEWS
*/
.news-container {
	width: 210px;
	background-color: #e3e3e3;
	margin-bottom: 30px;
}

.news-container p {
	border-bottom: 1px solid #cd1013;
	margin: 0 6px 15px 6px;
	padding-left: 0 !important;
}

.news-list-container p {
	width: 520px;
	border: 0;
}

.news-list-container img {
	float: left;
	margin: 0 20px 15px 6px;
}

.news-container p.last {
	border: 0;
}

.news-container h3 {
	font-style: italic;
}

.news-short {
	clear: both;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.news-single-item h1 {
	width: 550px;
}

.news-single-item h3 {
	width: 80px;
	text-align: right;
	margin-top: 17px;
	margin-right: 6px;
}

.news-download a, .downloads .csc-textpic-text a {
	background: url('../img/ic-pdf.png') no-repeat !important;
	margin-right: 15px;
	padding-left: 20px !important;
}

.downloads .csc-textpic-text a {
	line-height: 50px;
}

/*
CONTENT 1SP
*/

#subnavigation {
	width: 210px;
	margin-right: 30px;
	padding-bottom: 20px;
}

#subnavigation li {
	margin: 0 6px 15px 8px;
}

#subnavigation li a.active {
	padding-left: 15px;
	background: url("../img/bg-more.gif")  no-repeat;
	background-position: 0px 2px;
	font-weight: normal;
	margin-left: 0;
	display: block;
}

#subnavigation li li {
	margin: 10px 6px 0 25px;
}

#subnavigation li li a.active {
	background: none;
	margin: 0;
	padding: 0;
	color: #cd071e;
}

#subnavigation p {
	font-size: 14px !important;
}

.social {
	margin-top: 15px;
	padding-bottom: 30px !important;
	clear: both;
}

.social a {
	display:block;
	float:left;
	margin: 8px 8px 0 0;
	background: none !important;
	padding: 0 !important;
}

#rootline {
	height: 28px;
	padding-left: 6px;
	background-color: #4b4b4d;
}

#rootline a {
	color: #fcfcfe;
	background: url("../img/bg-lang-root.png") right 2px no-repeat;
	padding-right: 6px;
	margin-right: 3px;
	font-size: 11px;
	line-height: 28px;
}

#rootline a.last {
	background: none;
	margin: 0;
	padding: 0;
}


#sitemap {
	padding: 6px;
}

#sitemap a {
	background: none !important;
	padding: 0;
	line-height: 28px;
}

#sitemap img {
	vertical-align: middle;
}

/*
FOOTER
*/
#footer {
	clear: both;
	height: 45px;
	text-align: center;
	color: #fcfcfe;
	padding-top: 5px;
	background-color: #4b4b4d;
	font-size: 12px;
	/*position: absolute;
	bottom: 0;*/
	width: 940px;
	margin: 0 auto 0 auto;
}

#footer a {
	color: #fcfcfe;
	font-size: 12px;
}

/*
SUCHE
*/

.result-row, .tx-indexedsearch-whatis{
	border-bottom: 1px solid #cd071e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.result-row dl {
	margin-left: 6px;
}

.tx-indexedsearch-whatis {
	margin-left: 6px;
}

.tx-indexedsearch-sw {
	font-weight: bold;
	font-style: normal;
}

.tx-indexedsearch-redMarkup {
	color: #cd071e;
	font-weight: bold;
}

.item-path a {
	background: url("../img/bg-more.gif")  no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	font-size: 14px;
}

.tx-indexedsearch-browsebox, .news-browsebox {
	font-weight: bold;
	margin-top: 20px;
}

.tx-indexedsearch-browsebox p, .news-browsebox p{
	float:left;
	width:300px;
}

.browsebox {
	float: right;
	font-weight: bold;
	clear: none !important;
}

.browsebox li, .browsebox {
	clear: none !important;
	margin-top: 0 !important;
}

.browsebox li {
	float: left !important;
	margin-bottom:20px;
	margin-right:6px;
	margin-top:0;
	list-style-type: none !important;
}

.browsebox li a {
	font-size: 14px;
}

.news-list-container .browsebox a {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 13px !important;
	background-position: 0 3px !important;
}

/*
Loginbox
*/

.login-box {
	margin-left: 6px;
}

.login-box label {
	display: block;
	width: 100px;
	margin-right: 10px;
	float: left;
}

.login-box #user, .login-box #pass, .login-box #email {
	width: 150px;
	border: 1px solid #4b4b4d;
}

.login-box input.submit {
	margin-left: 110px;
}


/*
REGISTRIERUNG
*/

.tx-srfeuserregister-pi1 .sclr {
	height: 10px;
}

.tx-srfeuserregister-pi1 p {
	margin: 0 0 10px 6px !important;
	padding: 0 !important;

}

.tx-srfeuserregister-pi1 h1, .tx-srfeuserregister-pi1 h3 {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 15px;
}

.login-box input.error {
	border: 2px solid #ff0000;
}

.tx-srfeuserregister-pi1-text, .tx-srfeuserregister-pi1-password {
	float: left;
	margin-right: 10px !important;
	border: 1px solid #4b4b4d;
	width: 200px;
}

.tx-srfeuserregister-pi1-radio {
	float: left;
	margin-right: 5px !important;
}

.tx-srfeuserregister-pi1-error {
	float: left;
	line-height: 5px;
}

.mleft {
	margin-left: 6px !important;
}

/*
SLIDER
*/

#slider {
	width: 940px;
	height: 360px;
	margin-bottom: 20px;
	overflow: hidden;
}


#slider .csc-textpic {
	background: #fff !important;
	display: none;
}

#slider .csc-textpic-text p {
	position: absolute;
	margin-left: 45px;
	margin-top: 150px ;
	width: 270px;
	font-size: 15px;
}

#slider .csc-textpic-text b, #slider .csc-textpic-text strong {
	font-size: 18px;
	padding-bottom: 15px;
	display: inline-block;
}

#slider div.csc-textpic-intext-right div.csc-textpic-imagewrap, #slider div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin: 0 !important;
}

#slider .fadenav {
	margin: 330px 0 0 10px;
    position: absolute;
}

#slider .fadenav a {
	display: inline-block;
	text-decoration: none;
	padding: 0;
	height: 17px;
	width: 17px;
	margin: 0 3px 0 0;
	background: url(../img/btn-slider.png) top left no-repeat;
}

#slider .fadenav a.current, #slider .fadenav a:hover {
	background-position: bottom left;
}



/*
DOWNLOADS
*/

.downloads .csc-textpic-intext-right {
	width: 470px;
}



/*
IE6 Hacks
*/

* html #functions{
	width: 208px;
	margin-top: -90px;
}

* html input.search-submit {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

* html #wrapper {
	width: 980px;
}

* html #rootline {
	width: 700px;
}

* html #slider .fadenav a {
	background: url(../img/btn-slider.gif) top left no-repeat;
	line-height: 2px;
}

* html #slider .csc-textpic-text {
	position: absolute;
}

/*
IE7 Hacks
*/

* + html #functions {
	width: 235px;
	position: absolute;
	margin-left: 505px;
}

* + html input.search-submit {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

* + html a.more {
	line-height: 12px;
}


