*, html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(default_FILES/bg-content.gif) 0px 81px repeat-x;
	/*background: #FFF url(../../bnt/images/background.jpg) right bottom no-repeat;*/
	font-size: 62.5%; /* 10px */
	line-height: 1.15em;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
}

img {
        border: none;
}

ul {
        list-style-type: none;
}
ul li {
        margin: 0; padding: 0;
        padding-left: 10px;
        background: transparent url(default_FILES/list_square_blue.gif) no-repeat 0px 5px;
}


a {
        color: #666;
        text-decoration: underline;
}
a:active,
a:hover {
        color: #005CA1;
}
h1 {
       font-size: 1.1em;
}
h2 {
       font-size: 1.1em;
       color: #666;
}
h3 {
        font-size: 1em;
        color: #666;
}

.clear-all {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.divider-bottom {
	border-bottom: 1px solid #fff;
}
#layout {
	font-size: 1.2em;
	font-family: "Lucida Grande","Helvetica NEUE",Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	width: 924px;
	padding-left: 8px;
	border-top: 1px solid #FFF;
	background: transparent;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-width: 1px;
}

/* main Table cells */

/* UMSTELLUNG AUF DIV statt TABLE */
#top,
#middle,
#middle-lower {
	margin: 0; padding: 0;	
}
#top {
       /*padding-top: 0.7em;*/
       height: 115px;
       margin-bottom: 10px;
       background: url(default_FILES/top_bg.gif) 0px 34px repeat-x;
}
#top img {
	background: #FFF;
}
#middle {
	margin-left: 17px;
}
/* IE FIX */
* html #middle {
	height: 1px;
}
#logo {
	text-align: left;
	/*background: url(default_FILES/logo_bg.gif) repeat-x;*/
}
#left,
#main,
.center,
.right {
	float: left;
}

#left {
	width: 183px;
}
#main {
	width: 724px;
}
.center {
	width: 531px;
}
.center .content {
	padding: 13px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 23px;
}
.right {
	width: 183px;
	font-size: 10px;
}
.right .content,
#addressCell .address {
	padding: 7px;
}
.right .content {
	line-height: 1.4em;
}
#addressCell,
#refTeaser {
	/*padding: 7px;*/
	font-size: 10px;
	/*border-top: 1px solid #EEE;*/
}
#refTeaser .content {
	margin: 0; padding: 0;
	padding: 13px;
	padding-top: 7px;
	padding-right: 20px;
	height: 180px;
}
#refTeaser {
	/*padding: 13px;*/
}
#footer {
	border-top: 1px solid #e1eaf6;
	background: #fff;
	margin-left: 221px;
	margin-right: 180px;
	margin-top: 2em;
}

.clearAll {
        margin: 0; padding: 0;
        font-size: 1px;
        line-height: 1px;
        height: 1px;
        clear: both;
}
/* ---------------------------------------------- */
/* navigation */
/* ---------------------------------------------- */
#navigation {
	border-top: 1px solid #EEE;
	margin-top: 0;
	margin-left: 0;
	font-size: 11px;
	color: #666;
	background: #FFF;
	margin-bottom: 12em;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Farben:
#E1EAF6 hellblau
#005CA1 dunkelblau
#EEE hellgrau
*/
#navigation li {
        margin: 0; padding: 0;
	    border-bottom: 1px solid #EEE;
        background: transparent none;
}
#navigation ul li ul {
	border-top: 1px solid #EEE;
	padding-top: 5px;	
	padding-bottom: 6px;
}
#navigation ul li ul li {
	font-size: 10px;
	line-height: 1.5em;
	border-bottom: none;
	padding-left: 12px;
}
#navigation ul li .active,
#navigation ul li a {
	text-decoration: none;
	display: block;
	color: #666;
	border-left: 6px solid #005CA1;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#navigation ul li a {
	border-left: 6px solid #EEE;
}
#navigation ul li .active,
#navigation ul li a:active,
#navigation ul li a:hover {
	background: #EEE;
	color: #666;
	border-left: 6px solid #CCC;
}
#navigation ul li .active {
        background: #3371B7;
        background: #FFF;
        background: #E1EAF6;
        color: #3371B7;
        font-weight: bold;
        border-left-color: #3371B7;
}
#navigation ul li .active a {
		margin: 0; padding: 0;
        border-left: none;        
        color: #FFF;
        color: #3371B7;
}
#navigation ul li .active a:active,
#navigation ul li .active a:hover {
        margin: 0; padding: 0;	
        border-left: none;
		background: transparent;
}
#navigation ul li ul {
border-left: 6px solid #E1EAF6;
}
#navigation ul li ul li a,
#navigation ul li ul li .active {
	border-left: none;
	margin: 0; padding: 0;
	padding-left: 12px;
	background: #FFF url(default_FILES/nav_pfeil_grau.gif) no-repeat 0px 4px;
}
#navigation ul li ul li a:active,
#navigation ul li ul li a:hover,
#navigation ul li ul li .active {
	border: none;
	background: #FFF url(default_FILES/nav_pfeil_blau.gif) no-repeat 0px 4px;
	color: #005CA1;
}
#navigation ul li ul li .active {
        font-weight: bold;
        border: none;
}
#navigation ul li ul li .active a {
        color: #005CA1;
}

/* content */
#center .content {
	width: 485px;
	line-height: 1.4em;
}
#center h1 {
	color: #005CA1;
	margin-bottom: 1em;
}
#center .csc-firstHeader {
       font-size: 1.2em;
       padding-bottom: 0.3em;
       border-bottom: 4px solid #E1EAF6;
}
#center p {
	margin-bottom: 1em;
}

/*css-styled content mist raus: */
#center p.bodytext {
        margin-bottom: 0;
}

#center .csc-loginform th,
#center .csc-loginform td {
        margin: 0; padding: 0;
}
#center td.csc-form-labelcell {
        margin: 0; padding-right: 4px;
}
#center .csc-form-fieldcell input {
        border: 1px solid #666;
        background: #FFF;
        font-size: 10px;
        font-family: Verdana, sans-serif;
        color: #666;
        padding: 2px 4px;
}
#center .note {
        margin-top: 2em;
        border-top: 1px dashed #CCC;
        padding-top: 0.5em;
        font-size:  9px;
        color: #666;
}


/* newsTeaser, newsArchiveMenu */
#right {
	padding-bottom: 0;
}
#right .newsTeaser {
	margin-bottom: 1em;
	line-height: 1.1em;
	margin-top: 1em;
}
#right .newsTeaser h1 {
	margin-bottom: 0;
}
#right .newsTeaser p {
	margin: 0; padding: 0;
}
#right .newsTeaser .news-amenu-item-year {
	text-align: left;
        margin-top: 1em;
        color: #666;
}
#right .newsTeaser a {
	text-decoration: none;
        color: #005CA1;
}
#right .newsTeaser a:active,
#right .newsTeaser a:hover {
	color: #666;
}
#right .moreLink {
	text-align: right;
}  
#right .date {
	font-size: 9px;
}
#right .news-latest-gotoarchive {
        text-align: right;
        margin-top: 1em;
        border-top: 1px solid #EEE;
        padding-top: 0.5em;
}
#right .news-latest-gotoarchive a,
#right .news-latest-gotoarchive a:link {
        padding-right: 12px;
        color: #666;
	background: #FFF url(default_FILES/nav_pfeil_grau.gif) no-repeat 100% 4px;
}
#right .news-latest-gotoarchive a:active,
#right .news-latest-gotoarchive a:hover {
        color: #005CA1;
	background: #FFF url(default_FILES/nav_pfeil_blau.gif) no-repeat 100% 4px;
}
#right .newsTeaser ul {
        margin: 0; padding: 0;
        list-style-type: none;
}
/* rechte spalte contents */
#right .content {
    
    padding-top: 20px;
}
#right h1 {
	font-size: 1em;
	color: #005CA1;
       margin-bottom: 1em;
}
#right h1 a,
#right h1 a:link {
	text-decoration: none;
	color: #005CA1;
}
#right h1 a:active,
#right h1 a:hover {
	color: #848484;
}
#right h3 {
     margin-bottom: 0.25em;
}
#right p {
     font-family: Arial, sans-serif;
     font-size: 10px;
     margin-bottom: 1em;
}
#right ul {
        font-family: Arial, sans-serif;
        font-size: 10px;
        line-height: 1.1em;
        list-style-type: none;
}
#right ul li {
        margin: 0; padding: 0;
        padding-left: 8px;
        background: transparent url(default_FILES/list_square_small.gif) no-repeat 0px 3px;
        margin-bottom: 0.25em;
}
#right ul.clientslist {
margin-top: 7px;
        height: 200px;
}
#right ul.clientslist li {
font-size: 11px;
line-height: 1.3em;
background: transparent url(default_FILES/list_square_small.gif) no-repeat 0px 5px;
}
#right .imgtext-table {
        margin: 0; padding: 0;
}
#right .csc-caption {
        margin: 0; padding: 0;
        font-family: Arial, sans-serif;
        font-size: 10px;
        line-height: 1em;
        margin-top: 0.25em;
}

/* adresse startseite */
#addressCell {
	padding-top: 19px;
}
#addressCell .address {

}
#addressCell h1 {
	font-size: 1em;
	color: #848484;
	margin-bottom: 0.5em;
}
#addressCell p {
font-family: Arial, sans-serif;
font-size: 10px;
	margin-bottom: 0.5em;
}
#addressCell a,
#addressCell a:link {
	color: #848484;
}
#addressCell a:active,
#addressCell a:hover {
	color: #005CA1;
}


/* referenzen teaser startseite */
#refTeaser {
	padding-right: 0;
    padding-bottom: 7px;
}

#refTeaser.center .content {
	padding-left: 20px;
	line-height: 1.2em;
}
#refTeaser h1 {
	font-size: 1em;
	color: #005CA1;
	margin-bottom: 1em;
}
#refTeaser .references,
#refTeaser .csc-caption,
#refTeaser .csc-textpic-caption {	
	font-size: 9px;
}
#refTeaser .csc-textpic-imagewrap {
	height: 180px;
}
#refTeaser .refItem {
	width: 115px;
	float: left;
	margin-right: 7px;
}
#refTeaser p {
	margin-top: 0.25em;
}
#refTeaser .moreLink {
	clear: both;
	padding-top: 184px;
	padding-right: 17px;
	text-align: right;
}
#refTeaser a,
#refTeaser a:link {
	color: #333;
	text-decoration: none;
}
#refTeaser a:active,
#refTeaser a:hover {
	color: #005CA1;
	text-decoration: none;
}
#footer a,
#footer a:link {
        display: inline;
}

/*
RSS FEED AUF HOMEPAGE
*/
#right div.twrss_bodytext {
font-family: Arial, sans-serif;
font-size: 10px;
margin-bottom: 0.5em;
line-height: 1em;
}
#right div.twrss_bodytext a {
 color: #508515;
text-decoration: none;
}
#right div.twrss_bodytext a:active,
#right div.twrss_bodytext a:hover {
 color: #333;
}
#right div#twrss_table table{
margin: 0; padding: 0;
}
#right .rss-source {
text-align: right;
padding-bottom: 0.3em;
border-bottom: 1px solid #EEE;
margin-bottom: 1em;
font-size: 9px;
color: #999;
}
#right .rss-source a {
color: #999;
text-decoration: none;
}
#right .rss-source a:active,
#right .rss-source a:hover {
color: #333;
}
#right .csc-header-n1 h1.csc-firstHeader {
margin: 0; padding: 0;
margin-bottom: 0.5em;
color: #508515;
}