@import url("rte.css");

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}

#center ul, #center blockquote {
    padding-left:3em;
    margin-left:0;
}

body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	background: #C6C7C8 url(images/body_bg.png) fixed repeat-x; 
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
}

h1, h2, h3, .csc-firstHeader{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
}

div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

img {
	border: none;
}

input, select, textarea {
	color: #000;
	padding: 4px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	line-height:17px;
}

input[type=text], input[type=password], textarea, select {
	border: 1px solid #969495;
}

.button {
	vertical-align: middle; 
	border: none;
	size: 18;
}

/* DIV-Boxen */
div#wrapper {
	margin: 30px auto;
	width: 880px;
	padding: 10px;
	background-color: #FFF;
}

div#main {
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	border: 1px solid #969495;
	background-image: url(images/content_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div#logo {
	height: 86px;
	background: #fff;
	float: left;
	width: 651px;
	padding-top: 29px;
	padding-left: 15px;
	font-weight: bold;
}

div#search {
	height: 53px;
	width: 190px;
	float: right;
	background: #fff url(images/searcharea_bg.jpg) repeat-x;
	padding-top: 62px;
	padding-left: 22px;
}

div#header {
	background: #fff;
	clear: both;
}

div#navigation {
	background: #fff;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height: 26px;
	padding-left:35px;
	padding-top: 2px;
}

div#left {
	margin-left:7px;
	padding-top:35px;
	background: #fff;
	width: 190px;
	float: left;
	height: 100%; /* Mindesthöhe in IE (<7) */
}

div#subnavigation{

}

div#box1, div#box2, div#box3, div#box4{
	text-align: center;
}

div#right {
	margin-top: 0px;
	padding-top:43px;
	width: 190px;
	float: right;
	padding-left: 22px;
	min-height: 500px; /* Mindesthöhe in modernen Browsern */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-color: #D9DADC;
	background-image:url(images/sidebar_right_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

div#center {
	background: #fff;
	margin-bottom: 30px;
	margin-left: 197px;
	margin-right: 212px;
	margin-top: 42px;
	padding-top: 0px;
	padding-right: 28px;
	padding-left: 28px;
	border-left: 1px solid #DDD;
	min-height: 500px; /* Mindesthöhe in modernen Browsern */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

div#footer {
	clear: both;
	height: 17px;
	bottom: 0;
	background: #969495;
	font-size: 9px;
}

div#copyright{
	float: right;
}

div#imprint{
	float: right;
}

.news-latest-container {
	margin-top: 5px;
}


/* Links */
a:link{
	color:#000;
	text-decoration: none;
}
	
a:visited{
	color:#000;
	text-decoration: none;
}
	
a:hover{
	color:#E2001A;
	text-decoration: none;
}
	
a:active{
	color:#000;
	text-decoration: none;
}

.external-link-new-window, .internal-link-new-window, .internal-link, .external-link, .download, .news-latest-morelink, .news-list-morelink, .news-latest-gotoarchive {
	background: url(images/dot.gif) no-repeat;
	background-position: left center;
	padding-left: 11px;
}

div#right .external-link-new-window, div#right .internal-link-new-window, div#right .internal-link, div#right .external-link, div#right .download, div#right .news-latest-morelink, div#right .news-list-morelink, div#right .news-latest-gotoarchive {
	padding-left: 16px;	
}
.mail {
}


/* Navigation*/
.nav {
	height: 30px;
	list-style: none;
	padding-top: 4px;
	color: #000;
}

.nav a{
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.nav a:hover{
	color:#E2001A;
	font-weight:bold;
}

.nav_act a{
	color: #E2001A;
	font-weight:bold;
}

.nav li {
	float: left;
	text-decoration: none;
	margin-right: 33px;
}

/* Subnavigation */
.subnavI {
	list-style: none;
	margin-top: 4px;
	color: #000;
}

.subnavI a{
	text-decoration: none;
	color: #000;
	margin-left:23px;
}

.subnavI a:hover{
	color:#000;
	font-weight:bold;
	
}

.subnavI li {
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
}

.subnavI_act span {
	background-image: url(images/dot_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
}

.subnavII span {
	background-image: none;
	display: block;
	height: 18px;
}

li.subnavI_act a{
	color: #000;
	font-weight:bold;
}

.subnavII {
	list-style: none;
	text-decoration: none;
	color: #000;
}
	
ul.subnavII a{
	text-decoration: none;
	font-weight: normal;	
	color: #000;
}

.subnavI a:hover {
	color: #E2001A;
	font-weight:bold;
}
	
li.subnavII_act a{
	color: #E2001A;
	font-weight:bold;
}

.subnavII li {
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #000;
}

.subnavII a {
	text-decoration: none;
	color: #000;
}

.subnavIII {
	list-style: none;
	text-decoration: none;
	color: #000;
}

.subnavIII li{
    margin-left: 17px;
}
 
ul.subnavIII a{
	text-decoration: none;
	font-weight: normal;	
	color: #000;
}

li.subnavIII_act a{
	color: 000;
	font-weight:bold;
}


/* Subnavigation */
.boxnav {
	list-style: none;
	margin-right: 25px;
}

.boxnav a {
	margin-left: 13px;
}
	
ul.boxnav li span {
	display: block;
	border-bottom: 1px solid #CDCDCD;
	font-weight: bold;
}

.boxnavsub {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 30px;
}

.boxnavsub li {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.boxnavsub li span {
	background-image: url(images/dot.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	border: none;
	font-weight: normal;
}

/* Footer-Navigation*/
#footernav {
	list-style: none;
	color: #000;
}

#footernav a{
	text-decoration: none;
	color: #000;
}

#footernav a:hover{
	color:#E2001A;
}

#footernav_act a{
	color: #E2001A;
}

#footernav li {
	float: left;
	text-decoration: none;
	margin-right: 5px;
}

/* News-Archiv Navigation*/
#amenu-active {
	font-weight:bold;
}

/* Suchergebniss Navigation*/
div.csc-textpic-center, div.csc-textpic-imagewrap, .csc-textpic-image {
	margin-left:0px;
}

/* Kontaktformular */
#mailformplus_contactform label, #infoport_contactform label {
	margin-top:5px;
	margin-bottom: 5px;
}

#mailformplus_contactform, #infoport_contactform  {
	display:block;
}

#mailformplus_contactform .left, #infoport_contactform .left  {
	width: 200px;
	float: left;
}

#mailformplus_contactform input, #mailformplus_contactform select, #infoport_contactform input, #infoport_contactform select {
	margin: 0px;
	padding: 2px;
}

#mailformplus_contactform .errorsingle {
	color: #E2001A;
}

#error {
	margin-bottom: 20px;
}

/* Suche */
.browsebox li {
	float: left;
	list-style-type: none;
	padding-right: 7px;
}

.browsebox ul {
	padding: 0px;
}

.tx-indexedsearch-browsebox {
	margin-top: 10px;
	margin-bottom:10px;
}

.res{
	margin-bottom: 20px;
}

.tx-indexedsearch-res {
	

}

/* Referenzen - A-Z*/
div#customers ul {
	list-style-image: url(images/dot.gif);
	padding-left: 17px;
}

.td-0 {
	width: 20%;
	vertical-align: top;
	padding-top: 7px;
}

.td-1 {
	padding-top: 7px;
}

.contenttable td{
	padding-top: 7px;
}


div.csc-textpic-imagewrap {
    padding-bottom:0px;
    padding-top: 5px;
}



/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 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 */
