/* 960GS */
@import url('reset.css');
@import url('text.css');
@import url('960.css');
@import url('topnavigation.css');


/* General Settings */
body {
	/* color: #2E2E2E; */
	color: #444;
	background: url(../images/bg.png) 0 261px repeat;
}

#bg {
	width: 100%;
	height: 261px;
	background-color:  #0C3E7A;
	position: absolute;
	top: 0;
	left: 0;
}

#bgV2 {
	width: 100%;
	height: 182px;
	background-color:  #0C3E7A;
	position: absolute;
	top: 0;
	left: 0;
}

#root {
	position: relative;
}

#rootV2 {
	position: relative;
	top: -80px;
}



/* Header Settings */
#header {
	height: 188px;
	background: url(../images/header_bg.png) top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: 23px;
	right: 52px;
}

#logoV2 {
	position: absolute;
	top: 103px;
	right: 52px;
}

#text01 {
	position: absolute;
	top: 61px;
	left: 50px;
}



/* Navigation Settings */
#navigation {
	height: 73px;
	background: url(../images/navi_bg.png) top left no-repeat;
}

#navigation ul {
	padding-left: 13px;
}

#navigation ul li {
	height: 42px;
	margin-right: 20px;
	padding: 0 25px;
	display: inline;
}

#navigation ul li a {
	height: 42px;
	padding: 0 5px;
	display: inline-block;
}

#navigation ul li a:hover {
	
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li img {
	margin-top: 12px;
}



/* Content Settings */
#content_top {
	height: 104px;
	background: url(../images/content_top.png) top left no-repeat;
	position: relative;
}

#content_top_ref {
	height: 311px;
	background: url(../images/referenzen2.png) top left no-repeat;
}


#text02, #text03 {
	width: 840px;
	color: #FFF;
	position: absolute;
}

#text02 {
	font-size: 20px;
	top: 14px;
	left: 48px;
}

.text02_index {
	font-size: 17px !important;
	top: 35px !important;
}

#text03 {
	font-size: 15px;
	top: 59px;
	left: 48px;
}

.sIFR-replaced h1, .sIFR-replaced h2 {
	display: none;
}

#content_root {
	min-height: 300px;
	background: url(../images/content_bg.png) top left repeat-y;
}

#content_root2 {
	min-height: 300px;
	background: url(../images/content_bg2.png) top left repeat-y;
}

#content_root a, #content_root2 a {
	text-decoration: none;
	color: #444;
}

#content_root a:hover, #content_root2 a:hover {
	text-decoration: underline;
}

#content_left {
	padding: 20px 14px 10px 49px;
}

#content_right {
	padding: 20px 49px 10px 14px;
}

#content_bottom {
	padding: 10px 49px 20px 49px;
}

#content_padding {
	width: 842px !important;
	padding: 20px 49px 10px 49px;
}

.content_padding_ref {
	width: 842px !important;
	padding: 0 49px 10px 49px !important;
}


/* Footer Settings */
#footer {
	height: 169px;
	margin-bottom: 80px;
	padding-bottom: 50px;
	font-size: 0.9em;
	color: #777;
	background: url(../images/footer_bg.png) top left no-repeat;
}

.footerV2 {
	margin-bottom: 0 !important;
}

#footer h1 {
	margin: 0 0 5px 0;
	font-size: 1.1em;
	color: #777;
}

#footer a, #footer a.textColor {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	text-decoration: underline;
}

#footerTwitter {
	padding: 10px 30px 0 49px;
	background: url(../images/twitterific.png) 49px 10px no-repeat;
}

#footerTwitter h1 {
	padding: 0 0 0 55px;
}

#footerTwitter .tx-minitweet-pi1 {
	width: 285px;
	height: 92px;
	font-size: 0.9em;
	background: url(../images/tweetBox.png) no-repeat;
	position: relative;
	top: 5px;
}

#footerTwitter .tx-minitweet-pi1 p.tweet {
	padding: 20px 15px 10px 15px;
}

#footerContact {
	padding: 10px 0 0 0;
}

#footerContact table td {
	padding: 0 15px 0 0;
}

#footerContact table td a {
	color: #7ac606;
}

#footerLinks {
	padding: 10px 0 0 0;
}

#footerLinks ul {
	margin: 0 0 6px 0;
}





/* News Settings */
/* News Settings Start */
.news-list-item-index-title {
	margin: 0 0 10px 0;
	font-size: 11px;
	border-bottom: 2px solid #777777;
}

.news-list-item-index-title h1 a {
	font-size: 17px;
	font-weight: normal;
	color: #5D5D5D;
	text-decoration: none;
}

.news-list-item-img {
	height: 76px;
	padding-right: 19px;
	text-align: left;
	overflow: hidden;
	float: left;
}

.news-list-item-content {
	width: 242px;
	font-size: 0.9em;
	line-height: 130%;
	float: left;
}

.news-list-item-content p {
	margin: 0;
}

.news-list-morelink-index {
	margin: 0 0 10px 0;
}

.news-list-morelink-index a {
	font-weight: bold;
	text-decoration: none;
	color: #83AE00;
}

.news-list-morelink-index a:hover {
	text-decoration: underline;
}

hr.clearer {
	border: 0 #5D5D48 dotted;
	border-top-width: 1px;
}


/* News Settings Newspage */
.news-list-item-overview {
	padding: 5px 0;
	font-size: 0.9em;
	border-bottom: 1px #5D5D48 dotted;
}

.news-list-item-overview:hover {
	background-color: #ECF9D0;
}

.news-list-date-overview {
	width: 70px;
	float: left;
}

.news-list-title-overview {
	width: 200px;
	float: left;
}

.news-list-title-overview h1 {
	margin: 0;
	font-size: 1em;
}

.news-list-title-overview a {
	color: #000;
	text-decoration: none;
}

.news-single-title-overview h1 {
	font-size: 17px;
	font-weight: normal;
	color: #5D5D5D;
	text-decoration: none;
}

.news-single-content-overview img {
	margin: 0 0 0 10px;
	float: right;
}

.news-single-timedata-overview {
	padding: 0 0 5px 0;
	color: #83AE00;
}



/* incoWEB Referenzen Settings */
/* incoWEB Referenzen Settings Startseite */
.tx-incoref-pi1 {
	clear: both;
}

.incoref-list-index {
	width: 133px;
	margin: 0 44px 30px 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	/*font-weight: bold;*/
	overflow: hidden;
	float: left;
	border-bottom: 1px #5D5D48 dotted;
}

#catid5 {
	margin-right: 0;
}

.incoref-list-index-img {
	height: 77px;
	margin: 0 0 5px 0;
	overflow: hidden;
	filter:alpha(opacity=60); /* Internet Explorer */
	-moz-opacity: 0.60; /* Mozilla Browser */
	opacity: 0.60; /* Opera */
}

.incoref-list-index-img:hover {
	filter:alpha(opacity=100); /* Internet Explorer */
	-moz-opacity: 1; /* Mozilla Browser */
	opacity: 1; /* Opera */
}

.incoref-list-index a {
	text-decoration: none;
	font-weight: bold;
	color: #83AE00;
}

.incoref-list-index a:hover {
	text-decoration: underline;
}

.incoref-details-text {
	width: 502px;
	padding-right: 40px;
	float: left;
}

.incoref-details-text a {
	text-decoration: none;
	color: #444;
}

.incoref-details-title {
	font-size: 16px;
	margin: 0 0 25px 0;
	border-bottom: 1px #5D5D48 dotted;
}

.incoref-details-title h1 {
	color: #5D5D5D;
}

.incoref-details-text-title h2 {
	font-size: 20px;
	color: #5D5D5D;
}

.incoref-details-screenshots {
	width: 300px;
	padding: 5px 0 30px 0;
	background: url(../images/detailsShadow.png) bottom no-repeat;
	float: left;
}

.incoref-details-images {
	height: 184px;
	overflow: hidden;
	border: 1px solid #BBB;
}

.incoref-details-images img {
	margin: 0 auto;
	display: block;
}


/* Referenz Übersichtsliste */
.incoref-list {
	clear: both;
}

table.incoref-list {
	border-collapse: separate;
	border-spacing: 3px;
}

table.incoref-list th {
	margin: 0 2px 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	color: #FFF;
	background-color: #444;
}

table.incoref-list td {
	padding: 10px 5px 10px 0;
	vertical-align: bottom;
	border-bottom: 1px solid #BBB;
}

table.incoref-list td img {
	border: 1px solid #BBB;
}

table.incoref-list a {
	font-weight: bold;
	text-decoration: none;
	color: #444;
}




/* Kundenstimmen Settings */
.tx-kundenstimmen {
	margin: 0 0 35px 0;
	padding: 16px 0 25px 0;
	border-bottom: 1px #5D5D48 dotted;
}

.tx-kundenstimmen-img {
	width: 120px;
	float: left;
}

.tx-kundenstimmen-content {
	width: 397px;
	float: left;
}

.tx-kundenstimmen-name, .tx-kundenstimmen-firma, .tx-kundenstimmen-url a {
	color: #5D5D5D;
}

.tx-kundenstimmen-name {
	font-size: 15px;
}

.tx-kundenstimmen-firma {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.tx-kundenstimmen-url {
	padding: 10px 0 0 0;
}

.tx-kundenstimmen-url a {
	text-decoration: none;
}



/* Powermail Settings */
.tx-powermail-pi1 fieldset, .tx-powermail-pi1 .even {
	border: 0;
	background: none !important;
}

.tx-powermail-pi1 fieldset {
	margin: 0;
	padding: 0;
}

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx-powermail-pi1 #powermaildiv_uid1 {
	padding: 0 0 20px 0;
}

.tx-powermail-pi1 #powermaildiv_uid1 label {
	font-weight: normal !important;
}

.tx-powermail-pi1_confirmation {
	padding: 0 0 50px 0;
}

.tx_powermail_pi1_formconfirmation_back {
	width: 80px;
	float: left;
}

.tx_powermail_pi1_formconfirmation_submit {
	width: 180px;
	float: left;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin: 0 0 10px 0;
}





