@charset "UTF-8";
/* CSS Document */

/* GLOBAL RESET *****************************************/	

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

/********************************************************/


/* GENERAL STYLES ***************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6064;
	line-height: 17px;
}
html, body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.clearer {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;	
}
#top {
	background: none;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

/* Text Styles */

p {
	margin: 0 0 15px 0;
	padding: 0;
}
p.lead {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

/* Headings */

h1 {
	color: #637396;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	color: #637396;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
h3 {
	color: #5f6064;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
h4 {
	color: #5f6064;
	margin: -15px 0 15px 0;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

/* Links */

a {
	color: #3f74c5;
	text-decoration: none;
}
a:hover {
	color: #5F6064;
	text-decoration: none;
}
a.arrowLink, a.archiv {
	padding: 0 12px 0 0;
	margin: 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(../img/link_arrow.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}
a:hover.arrowLink, a:hover.archiv {
	color: #5F6064;
}
a.previousLink {
	padding: 0 8px 0 12px;
	margin: 0 8px 0 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(../img/link_arrow_p.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	border-right: 1px solid #d0d4de;
}
a:hover.previousLink {
	color: #5F6064;
}
a.nextLink {
	padding: 0 12px 0 0;
	margin: 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(../img/link_arrow.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
}
a:hover.nextLink {
	color: #5F6064;
}



/* CONTENT STYLES *****************************************/

/* Page Container */

#pageContainer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 940px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#language {
	margin: 28px 0 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
	line-height: 11px;
	color: #aeb0b7;
}
#language a {
	color: #637396;
}
#language a:hover {
	color: #3f74c5;
}
#language a.active {
	color: #6b6d73;
	text-decoration: none;
	font-weight: bold;
}
#language a:hover.active {
	color: #6b6d73;
	text-decoration: none;
}
#logo {
	margin: 25px 0 0 0;
	padding: 0;
	float: right;
}


/* Navigation */

#navigationContainer {
	width: 940px;
	height: 50px;
	margin: 0;
	padding: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	float: left;
}
#navigation ul { 
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	height: 20px;
	margin: 15px 0 0 0;
	padding: 0;
	display: list-item;
	border-right: 1px solid #637396;
	float: left;
}
#navigation ul li.last {
	height: 20px;
	margin: 15px 0 0 0;
	padding: 0;
	display: list-item;
	border-right: none;
	float: left;
}
#navigation ul li a {
	height: 19px;
	margin: 0;
	padding: 1px 15px 0 15px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a.active {
	height: 30px;
	color: #7bb8f7;
	background-image: url(../img/nav_arrow.gif);
	background-position: center 20px;
	background-repeat: no-repeat;
}
#navigation ul li a:hover {
	color: #7bb8f7;
}

/* Search */

#search {
	width: 220px;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}
.inputSearch {
	width: 196px;
	height: 16px;
	margin: 0;
	padding: 4px 0 0 4px;
	color:#637396;
	font-size: 11px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	float:left;	
	background-color: #FFFFFF;
	background-image: url(../img/search_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
.submitSearch {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

/* Functions */

#functionsContainer {
	width: 940px;
	margin: 0 0 20px 0;
	padding: 18px 0 12px 0;
	border-bottom: 10px solid #d0d4de;
}

/* Path */

#path {
	margin: 0;
	padding: 0;
	float: left;
}
#path ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#path ul li {
	margin: 0;
	padding: 0;
	display: table-cell;
}
#path ul li.first a {
	margin: 0;
	padding: 0;
	display: block;
	color: #aeb0b7;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
}
#path ul li a {	
	margin: 0 0 0 8px;
	padding: 0 0 0 12px;
	display: block;
	color: #aeb0b7;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../img/path_arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#path ul li a:hover {
	color: #5f6064;
	text-decoration: none;
}

/* Print */

#functions {
	margin: 0;
	padding: 0;
	float: right;
}
#functions a {
	margin: 1px 0 0 0;
	padding: 2px 3px 2px 15px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	background-image: url(../img/icon_printer.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
}
#functions a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* Main Feature */

#mainFeature {
	width: 940px;
	height: 130px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 10px solid #d0d4de;
	background-image: url(../img/mainfeature.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
ul.hover_block {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.hover_block li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 157px; 
	height: 130px;
	position: relative;
}
ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 130px;
	width: 157px;
	padding: 0;
	margin: 0;
}
ul.hover_block li.short, ul.hover_block li.short a {
	width: 156px;
}
ul.hover_block li img {
	position: absolute;
	top: 40px;
	left: 0;
	border: 0;
}

/* Content */

#contentContainer {
	width: 940px;
	margin: 0;
	padding: 0;
}
#content {
	width: 680px;
	margin: 0;
	padding: 0;
	float: left;
}
.entry {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: 3px solid #d0d4de;
}
.entryNoLine {
	margin: 0 0 30px 0;
	padding: 0;
	border-bottom: none;
}

/* Content List */

#content ul  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
#content ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 8px 0px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Projects */

ul.projectList {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.projectList li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 680px; 
}
ul.projectList li.dark {
	background-color: #f3f4f7;
}
ul.projectList li a {
	display: block;
	padding: 10px 50px 10px 12px;
	margin: 0;
	color: #5F6064;
	text-decoration: none;
	border-bottom: 1px solid #d0d4de;
	background-image: url(../img/icon_arrow.png);
	background-position: 645px 17px;
	background-repeat: no-repeat;
}
ul.projectList li a:hover {
	color: #3f74c5;
	text-decoration: none;
}

/* Go To Top */

.gototop {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
}
.gototop a {
	margin: 0;
	padding: 2px 3px 2px 14px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	background-image: url(../img/icon_gototop.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
}
.gototop a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* Portrait */

.portraitPic {
	margin: 0 0 10px 0;
	padding: 0;
}


/* Content Picture */

.contentPic {
	margin: 0 0 20px 0;
	padding: 0;
}
.csc-textpic-caption {
	margin: 0 0 15px 0 !important;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #D0D4DE;
	font-size: 11px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px !important;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-left: 0px !important;
}

/* Sidebar */

#sidebarHome {
	width: 220px;
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
}
#sidebar {
	width: 220px;
	margin: 0;
	padding: 0;
	float: right;
}
#sidebarHome h2 {
	float: left;
}
.rss {
	margin: 0;
	padding: 0;
	float: right;
}
.rss a {
	margin: 5px 0 0 0;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	display: block;
}
.rss a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* News */

ul.newsList {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.newsList li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px; 
	
}
ul.newsList li a {
	display: block;
	padding: 10px 1px 12px 1px;
	margin: 0;
	color: #5F6064;
	text-decoration: none;
	border-bottom: 1px solid #d0d4de;
}
ul.newsList li a:hover {
	color: #3f74c5;
	text-decoration: none;
}
ul.newsList li a span.heading {
	width: 218px;
	color: #5f6064;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	display: block;
}
ul.newsList li a:hover span.heading {
	color: #3f74c5;
}
ul.newsList li a span.date {
	width: 218px;
	font-size: 11px;
	line-height: 14px;
	color: #aeb0b7;
	margin: 0 0 8px 0;
	padding: 0;
	display: block;
}
ul.newsList li a:hover span.date {
	color: #9fb9e2;
}
ul.newsList li a span.text {
	width: 218px;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
ul.newsList li a:hover span.text {
	color: #3f74c5;
}
ul.newsList li a span.text p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

/* Second Navigation */

ul.navigationSecond {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.navigationSecond li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	border-bottom: 1px solid #d0d4de;
}
ul.navigationSecond li a {
	display: block;
	padding: 7px 1px 8px 1px;
	margin: 0;
	color: #5F6064;
	font-weight: bold;
	text-decoration: none;
}
ul.navigationSecond li a:hover {
	color: #3f74c5;
	text-decoration: none;
}
ul.navigationSecond li a.active {
	color: #3f74c5;
}

ul.navigationSecond ul {
	margin: -4px 0 6px 0;
	padding: 0;
	list-style-type: none;
	border-top: none;
	border-bottom: none;
}
ul.navigationSecond ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	border-bottom: none;
}
ul.navigationSecond ul li a {
	display: block;
	padding: 0 1px 5px 20px;
	margin: 0;
	color: #5F6064;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
ul.navigationSecond ul li a:hover {
	color: #3f74c5;
	text-decoration: none;
}



/* Footer */

#footer {
	width: 940px;
	margin: 30px 0 60px 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	color: #aeb0b7;
	border-top: 10px solid #d0d4de;
}
#footer a {
	color: #637396;
}
#footer a:hover {
	color: #3f74c5;
}
#footerlogo {
	margin: 18px 0 0 0;
	padding: 0;
	float: left;
}
#copyright {
	margin: 22px 0 0 30px;
	padding: 0;
	float: left;
}
#allover {
	margin: 22px 0 0 0;
	padding: 0;
	float: right;
}


/* Sitemap */

.csc-sitemap li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: square;
	border-top: none;
	border-bottom: none;
}
.csc-sitemap ul {
	margin: 0 0 0 8px;
	padding: 0;
}

/* News */
.newstext {
	margin: 3px 0 0 0;
}




/* FILTER */

#filter {
	width: 700px;
	margin: 0;
	padding: 0;
	float: right;
}
#categories {
	margin: 5px 0 0 0; 
	padding: 0;
	float: right;
}
#categories h6 {
	margin: 5px 15px 0 0;
	padding: 0;
	float: left;
	color: #AEB0B7;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#order {
	margin: 6px 0 0 40px;
	padding: 0;
	float: right;
}
#order h6 {
	margin: 4px 15px 0 0;
	padding: 0;
	float: left;
	color: #AEB0B7;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

a#orderDate {
	margin: 0 5px 0 0;
	padding: 3px 15px 2px 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	
	background-image: url(../img/icon_dot.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
}
a:hover#orderDate {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}
a#orderProject {
	margin: 0 5px 0 0;
	padding: 3px 15px 2px 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	
	background-image: url(../img/icon_dot.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
}
a:hover#orderProject {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}
a#orderKunde {
	margin: 0 5px 0 0;
	padding: 3px 15px 2px 4px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	
	background-image: url(../img/icon_dot.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
}
a:hover#orderKunde {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

.sortDESC {
	background-color: #637396 !important;
	background-image: url(../img/icon_arrow_down.gif) !important;
	background-position: right 7px !important;
	background-repeat: no-repeat !important;
}
.sortASC {
	background-color: #637396 !important;
	background-image: url(../img/icon_arrow_up.gif) !important;
	background-position: right 7px !important;
	background-repeat: no-repeat !important;
}


/* PAGINATOR */

#paginator {
	margin: 0;
	padding: 0;
}
#pagePrev {
	width: 88px;
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
	background-image: url(../img/link_arrow_p.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #AEB0B7;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: left;
}
#pagePrev a {
	color: #3f74c5;
	font-weight: bold;
	text-transform: capitalize;
}
#pagePrev a:hover {
	color: #5F6064;
}



#pages {
	width: 740px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	text-align: center;
}
#pages a {
	color: #AEB0B7;
	font-weight: bold;
	font-size: 14px;
	padding: 0 3px 0 3px;
	text-decoration: none;
}
#pages a:hover {
	color: #3f74c5;
	text-decoration: underline;
}
#pages a.current {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0 3px 0 3px;
	text-decoration: none;
	background-color: #AEB0B7;
}
#pages a:hover.current {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AEB0B7;
}

#pageNext {
	width: 88px;
	margin: 0;
	padding: 0 12px 0 0;
	float: right;
	background-image: url(../img/link_arrow.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #AEB0B7;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	text-align: right;
}
#pageNext a {
	color: #3f74c5;
	font-weight: bold;
	text-transform: capitalize;
}
#pageNext a:hover {
	color: #5F6064;
}


/* Project-Tool */
div#contentWide ul.projectList li {
    width: 100%;
}
div#contentWide ul.projectList li a {
    background-position: 900px 17px;
}
div#content ul.projectList li {
    background-image: none;
    margin: 0;
    padding: 0;
}
td.beschreibung {
	vertical-align: top;
	padding: 0 30px 0 0 !important;
	line-height: 15px;
}
td.kunde {
	width: 200px;
	vertical-align: top;
	padding: 0 30px 0 0 !important;
	line-height: 15px;
}
td.categories {
	width: 200px;
	vertical-align: top;
	padding: 0 30px 0 0 !important;
	line-height: 15px;
}
td.published {
	width: 140px;
	vertical-align: top;
	line-height: 15px;
}
ul.projectList li table {
	width: 100%;
}
ul.projectList li a:hover td {
	color: #3F74C5;
	text-decoration: none;
}
