/**
 * screen layout style sheets
 * 
 * @project    Project Partners
 * @author     maik mettenheimer
 * @version    2009-07-20
 */

/* reset default browser css
------------------------------------------------------------------------------*/
html,body,object,iframe,
h1,h2,h3,h4,h5,h6,div,span,p,blockquote,a,address,img,
pre,abbr,acronym,code,del,dfn,em,q,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
table,td,th {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* structure
------------------------------------------------------------------------------*/

html, body {
	background-color: #f4f4f4;
    color: #000;
	font-size: 12px;
	line-height: 1.6;
	font-family: Arial;
	font-family: 'Trebuchet MS',Arial,sans-serif;
}

body { 
	min-width: 1000px;
}

#mainWrapper {
	background: url(../img/bg_mainWrapper.gif) repeat-y 0px 0px;
	margin: 0 auto;
	width: 924px;
	position: relative;
}

#header {
	background: url(../img/bg_header.png) no-repeat 8px 0px;
	width: 924px;
	height: 152px;
	position: relative;
}

#wrapper {
	width: 907px;
	background: #ededed url(../img/bg_wrapper.png) no-repeat 0px 0px;
	margin-left: 8px;
}

#images {
	position: absolute;
	top: 85px;
	left: 395px;
	width: 373px;
	height: 137px;
}

#content {
	width: 410px;
	margin: 0px 0px 0px 390px;
	padding-bottom: 30px;
}

/* main images
------------------------------------------------------------------------------*/

#images.home {
	background: url(../img/pic_home.png);
	width: 907px;
	height: 86px;
	top: 430px;
	left: 8px;
}

#images.unternehmen {
	background: url(../img/pic_company.png);
}

#images.kompetenzen {
	background: url(../img/pic_scope.png);
}

#images.referenzen {
	background: url(../img/pic_references.png);
}

#images.karriere {
	background: url(../img/pic_career.png);
}

/* transparent png / ie6 */

* html body.unternehmen #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_company.png',sizingMethod='scale');
}

* html body.kompetenzen #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_scope.png',sizingMethod='scale');
}

* html body.referenzen #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_references.png',sizingMethod='scale');
}

* html body.karriere #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_career.png',sizingMethod='scale');
}

* html body.kontakt #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_contact.png',sizingMethod='scale');
}

* html body.impressum #images {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/pic_imprint.png',sizingMethod='scale');
}

/* main navigation
------------------------------------------------------------------------------*/

#mainNav {
	position: absolute;
	bottom: 3px;
	left: 20px;
	height: 29px;
	width: 405px;
	line-height: 1;
}

#mainNav ul {
	position: relative;
	width: 400px;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#mainNav ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

#mainNav ul li.backLava {
	background: url("../img/mainNavButton.png") no-repeat right -23px;
	width: 8px;
	height: 24px;
	z-index: 8;
	position: absolute;
}

#mainNav ul li.backLava .leftLava {
	background: url("../img/mainNavButton.png") no-repeat top left;
	height: 24px;
	margin-right: 8px;
}

* html #mainNav ul li.backLava {
	background-image: none;
}

* html #mainNav ul li.backLava .leftLava {
	background-image: none;
}

#mainNav ul li a {
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 5px;
	z-index: 10;
	display: inline;	/* ie6 double margin bug */
	float: left;
	height: 24px;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
}

#mainNav ul li a:hover,
#mainNav ul li a:visited {
	text-decoration: none;
	color: #000;
}

#mainNav ul li a:active {
	text-decoration: none;
	color: #81ad16;
}

#mainNav ul li.current a:active,
#mainNav ul li.current a:focus,
#mainNav ul li.current a:hover,
#mainNav ul li.current a:visited,
#mainNav ul li.current a {
	color: #81ad16;
}

/* sub navigation
------------------------------------------------------------------------------*/

#subNav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 160px;
}

#subNav ul.unternehmen {
	left: 75px;
}

#subNav ul.kompetenzen {
	left: 165px;
}

* html #subNav ul.kompetenzen {
	left: 168px;
}

#subNav ul li {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

#subNav a:link,
#subNav a:visited {
	text-decoration: none;
}

#subNav a:active,
#subNav a:focus,
#subNav a:hover,
#subNav li.current a {
	color: #81ad16;
	text-decoration: none;
}

/* service navigation
------------------------------------------------------------------------------*/

#serviceNav {
	position: absolute;
	bottom: 15px;
	left: 800px;
	color: #81ad16;
}

#serviceNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: none;
}

#serviceNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: none;
	background-image: none;
}

#serviceNav a:link,
#serviceNav a:visited {
	color: #81ad16;
	text-decoration: none;
}

#serviceNav a:active,
#serviceNav a:focus,
#serviceNav a:hover,
#serviceNav a.current {
	color: #fff;
	text-decoration: none;
}

/* tmp / inactive langSelect */
#serviceNav span {
	color: #fff;
}

/* rss ticker
------------------------------------------------------------------------------*/

#rssticker {
	position: absolute;
	top: 499px;
	left: 8px;
	width: 907px;
}

.tickercontainer {
	width: 907px;
	height: 2em; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

.tickercontainer .mask {
	position: relative;
	left: 0px;
	top: 0px;
	width: 907px;
	height: 2em;
	overflow: hidden;
	background-color: #c5c5c5;
}

ul.newsticker {
	position: relative;
	left: 907px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/item.png) no-repeat 0em 0.9em;
	line-height: 2em;
}

* html ul.newsticker li {
	background: url(../img/item.gif) no-repeat 0em 0.9em;
}

ul.newsticker a:link,
ul.newsticker a:visited {
	white-space: nowrap;
	text-decoration: none;
}

ul.newsticker a:active,
ul.newsticker a:focus,
ul.newsticker a:hover {
	text-decoration: none;
}

/* generic classes
------------------------------------------------------------------------------*/

.clearfix {
	clear: both;
	float: none;	
}

div.col_left {
	float: left;
	width: 48%;
	padding-bottom: 1.6em;
}

div.col_right {
	float: right;
	width: 48%;
	padding-bottom: 1.6em;
}



/* up to date information
------------------------------------------------------------------------------*/

#uptodate {
	position: absolute;
	top: 570px;
	left: 600px;
	width: 300px;
}

#hluptodate {
font: 14px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #81ad16;
}

/* sources
------------------------------------------------------------------------------*/

#source {
font: 8px Arial, Helvetica, sans-serif;
}

/* headings
------------------------------------------------------------------------------*/

h1 {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 281px;
	height: 85px;
}

h1 a {
	display: block;
	width: 281px;
	height: 85px;
}

h1 a span {
	background: url(../img/logo.png) no-repeat 0px 0px;
	position: absolute;
	width: 281px;
	height: 85px;
}

h2 {
	display: none;
}

h3 {
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 24px;
	padding-top: 100px;
}

h3.top {
	padding-top: 50px;
}

h3.top2 {
	padding-top: 90px;
}

h4 {
	font-weight: bold;
}

/* text elements
------------------------------------------------------------------------------*/

p, address {
	margin-bottom: 1.6em;
	font-style: normal;
	text-align: left;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* links
------------------------------------------------------------------------------*/

a:link, a:visited {
    color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:focus, a:active {
    color: #81ad16;
}

/* lists
------------------------------------------------------------------------------*/

ul {
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 1.2em 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../img/item.png) no-repeat 0em 0.7em;
}

* html li {
	background: url(../img/item.gif) no-repeat 0em 0.7em;
}

/* forms
------------------------------------------------------------------------------*/

form div {
	margin-bottom: 10px;
}

input, textarea {
	color: #000;
	font: 12px/1.0 "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	border: 0 none;
	padding: 2px;
	margin: 0;
	width: 170px;
	height: 13px;
}

textarea {
	height: 159px;
	width: 190px;
	line-height: 1.6;
	resize: none; /* stop resize safari */
}

input.radio {
	width: auto;
}

input.submit {
	width: 190px;
	color: #000;
	background-color: #d0d0d0;
	cursor: pointer;
	height: 18px;
}

input.submit:hover {
	color: #81ad16;
}

input.inactive {
	color: #999;
}

input.error {
	background: #fff url(../img/warning.gif) no-repeat 99% 50%;
}

textarea.error {
	background: #fff url(../img/warning.gif) no-repeat 99% 98%;
}

span.required {
	padding-left: 5px;
}

label.hidden {
	display: none;	
}

label.radio {
	padding-right: 1em;
}

label.message {
	margin-bottom: 10px;
	display: block;
}

span.error {
	text-indent: -99999em;
}

#messageBox {
	position: absolute;
	top: 286px;
	left: 60px;
	width: 280px;
}

#messageBox div {
	margin: 0;
}

/* comment home
---------------------------------------------------------------------*/

#comment {
	position:absolute;
	color:#aaa;
	font-size: 11px;
	width: 350px;
	left:60px;
	top:580px;
}

#spacer {
	height:290px;
}
