/* I.C.E. AG - Oktober 2006 - by Online Consulting AG - muc */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearfix {inline-block;}
.seitenumbruch { page-break-before: always;}
/************************************************
*		   Grundlayout - Global		*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 1.12em;
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
	background: #5F6062;
	}
body {
	color: #3B3B3B;
	font-size: 0.75em;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	}
.wrapper {
    position: absolute;
    left: 50%;
    margin-left: -475px;
	width: 947px;
	background: #fff;
	}
.globus {
	height: 132px;
	width: 222px;
	background: url('../../images/design/globus.gif') no-repeat;
    position: absolute;
    left: 50%;
	margin-left: -532px;
    top: 0px;
	}
.header {
	height: 50px;
	padding: 25px 0 20px 175px;
	}
.hnav {
	background: #EBEBEB;
	text-align: center;
	height: 40px;
	}
.main {
	position: relative;
	display: block;
	padding: 20px 0 10px 0;
	background: #fff;
	border-left: 150px solid #EBEBEB;
	border-right: 150px solid #EBEBEB;
	overflow: visible;
	}
/* linker Balken */
.snav { 
	float: left;
	position: relative;
	margin-left: -150px;
	width: 135px;
	padding: 0 0 0 15px;
	display: inline;
	}	
.content {
	overflow: auto;
	width: 596px;
	padding: 0 10px 0 30px;
	background: #fff;
	scrollbar-arrow-color:#767676;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #E7E7E7;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-shadow-color: #E7E7E7;
	scrollbar-darkshadow-color: #767676;
	scrollbar-track-color: #E7E7E7;
	}
/* 2-spaltig */
.left-col, .right-col {
	width: 280px;
	float: left;
	}
.right-col {
	margin-left: 18px;
	}
/* Box */
.content .box {
	margin: 10px 0;
	border: 1px solid #E51B23;
	padding: 0 0 3px 0;
}
.content .box p {
	margin-left: 8px;
	margin-right: 8px;
}
.info { /* rechter Balken */
	float: right;
	position: relative;
	width: 120px;
	padding: 0 15px;
	margin-right: -150px;
	display: inline;
	}
.bottom {
	position: relative;
	}
.copyright, .gnav {
	position: absolute;
	width: 130px;
	padding: 0 0 0 15px;
	}
.copyright {
	font-size: .77em;
	height: 10px; 
	top: -60px; 
	left: 0;
	}
.gnav {
	font-size: .9em;
	height: 100px;
	top: -90px;
	right: 0;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {
	border: none;
	}
hr {
	clear: both;
	}
a:link, a:visited {
	color: #3B3B3B;
	text-decoration: none;
	}
ul li {
	list-style-type: none;
	}
/************************************************
*					Header						*
************************************************/
.header address {
	height: 12px;
	float: left;
	width: 582px;
	padding: 38px 0 0 0;
}
.header img {
	float:right;
	margin-right: 3px;
}
.header img.logo {
	margin-right: 22px;
	display: inline;
}
/************************************************
*					Navigation					*
************************************************/
/* Hauptnavigation */
.hnav ul {
	height: 20px;
	padding: 10px 170px;
	}
.hnav ul li {
	display: block;
	float: left;
	width: 99px;
	}
.hnav ul li a:link, .hnav ul li a:visited {
	font-size: .9em;
	display: block;
	width: 92px;
	height: 20px;
	border: 1px solid #3B3B3B;
	background: #fff;
	}
.hnav ul li a:hover, .hnav ul li a:active, .wrapper .hnav ul li a.hnavactive {
	color: #E51B23;
	border: 1px solid #E51B23;
	}
/* Subnavigation */
.snav ul {
	}
.snav ul li {
	margin: 10px 0;
	}
.snav ul li a, 
.snav ul li a:link, 
.snav ul li a:visited {
	display: block;
	width: 130px;
	font-size: .9em;
	}
.snav ul li a:hover, 
.snav ul li a:active, 
.main .snav ul li a.snavactive {
	color: #E51B23;
	}
/************************************************
*			Content-Absatzformate				*
************************************************/

/* Ueberschriften */
h1, h2 {
	color: #E51B23;
	}
h1 {
	font-size: 1.2em;
	padding: 5px 0;
	}
.right-col h1 {color: #555A5C}
h1 span.grey {color: #555A5C}
h2 {
	font-size: 1.1em;
	padding: 5px 0;
	}
h3 {
	font-size: 1em;
	padding: 5px 0 0 0;
	margin-top: 20px;
	}
.content .box h2 {
	color: #3B3B3B;
	font-size: 1em;
	padding: 3px 5px;
	background: #F3F3F3;
	border-bottom: 1px solid #E51B23;
	margin-bottom: 4px;
}
/* Paragraph */
.content p {
	margin: 5px 0;
	}
	
/* Links */
.content a, .content a:link,  .content a:visited, .content a:hover, .content a:active {
	text-decoration: none;
	color: #E51B23;
	}
/* Listen */
.content ul {
	}
.content ul ul {
	padding-left: 10px;
	}
.content .box ul {
	padding: 2px 0 5px 3px;	
	}
.content .box ul li {
	padding: 0 0 0 15px;
	background: url('../../images/design/box_list_item.gif') 5px .7em no-repeat;
	}
.content dl {
	float: left;
	}
.content dt {
	font-weight: bold;
	float: left;
	}
.content dd {
}

/* Tabellen */
.content table {
	}
.content table th, .content table td {
	vertical-align: top;
	padding: 0;	
}
.red {color: #E51B23;}

table.links td {
	border-bottom: 1px solid #E51B23;
	padding: 2px;
}
/* Kundenliste */
table.referenzen thead td {padding-bottom: 10px;}
table.referenzen tbody td {padding-bottom: 10px;}

/* Bilder */
.content img.splash {
	margin-bottom: 20px;
}

.content img {
	margin: 10px 0;
}
/* Textbaustein Adresse / Mitarbeiter */
div.mitarbeiter {
	float: left;
	margin: 10px 0 20px 0;
	width: 28%;
	margin-right: 40px;
	display: inline;
}
div.mitarbeiter address {margin-bottom: 0;}
div.mitarbeiter.third {
	margin-right: 0px;
}

address strong,
div.mitarbeiter img {display: block;}
div.mitarbeiter img {margin-bottom: 5px; }

address {
	font-style: normal;
	font-size: 1em;
	margin-bottom: 20px;
}
address a,
address a:link,
address a:visited {
	text-decoration: none !important;
	color: #E51B23;
}
/************************************************
*			 Unterer Bereich					*
************************************************/
/* Copyright */
.copyright p {
	color: #767676;
	text-indent: -10px;
	}
.copyright p a, .copyright p a:hover, .copyright p a:active, .copyright p a:visited {
	color: #767676;
	}
	

/* Footer */ 
#content .footer {
	clear: both;
	width: 578px;
	padding-top: 40px;
}

#content a.print, 
#content a.print:link,
#content a.print:visited {
	float: left;
	text-decoration: none;
	color: #767676;
}
#content a.print:hover, 
#content a.print:active {
	color: #E51B23;
}
#content a.print img {
	float: left;
	margin: 0 5px 0 0;
	border: none;
}
#content a.print p {
	float: left;
	margin: 0;
	cursor: pointer;
}

#content .footer img.logo {
	padding: 0;
	float: right; 
}

/* Generische Navigation */
.gnav ul li {
	margin-top: .3em;
	}
.gnav ul li a:hover, .gnav ul li a:active {
	color: #E51B23;
	}
/* Sprachwahl */
.gnav .sprachwahl li {
	float: left;
	display: inline;
	}
.gnav .sprachwahl li.de a, .gnav .sprachwahl li.de a:link {
	padding-right: 7px;
	background: url('../../images/design/gnav_trennlinie.gif') right no-repeat;
	}
.gnav .sprachwahl li.en a {
	padding-left: 7px;
	}
.gnav .sprachwahl li.active a {
	color: #E51B23;
}
/************************************************
*					Formular					*
************************************************/
form {margin-top: 50px;}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form label {
	font-weight: bold;
	color: #555A5C;
	float: left;
	clear: left;
}
input.txtfield,
textarea {
	float: left;
	clear: left;
	border: 1px solid #000;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 270px;
	margin: 1px 0 7px 0;
}
form textarea {
	line-height: 1.2em;
}
input:hover, textarea:hover,
input:focus, textarea:focus  {
	background: #eee;
}

/* Checkboxen / Dokumente */
fieldset.dokumente {
	background: #EEEFEF;
	padding: 10px 20px;
	margin: 20px 0;
}
fieldset h2 {
	margin-bottom: 20px;
}

input.checkbox {
	float: left; 
	clear: left;
	margin: 2px 10px 0 0;
	padding: 0;
}
fieldset.dokumente label {
	clear: none;
	margin: 0 0 10px 0;
}

fieldset.dokumente .left-col,
fieldset.dokumente .right-col {width: 47%;}
/* Submit */
input.submit {
	padding: 3px 10px;
	border: 1px solid #000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-weight: bold;
	color: #555A5C;
}
input.submit:hover {
	background: #eee;
	color: #E51B23;
}
/************************************************
*					Sitemap						*
************************************************/

ul.sitemap {
	margin: 40px 0 0 0;
	padding: 0;
}
ul.sitemap li {
	margin: 10px 0 2px 0;
}
ul.sitemap li a,
ul.sitemap li a:link,
ul.sitemap li a:visited {
	text-decoration: none;
	color: #E51B23;
	font-weight: bold;
}

ul.sitemap li li a,
ul.sitemap li li a:link,
ul.sitemap li li a:visited {
	color: #555A5C;
	font-weight: normal;
}
ul.sitemap li a:hover,
ul.sitemap li a:active {text-decoration: underline;}

ul.sitemap li li {
	margin: 2px 0;
}

/************************************************
*					Fenster Downloads			*
************************************************/

div.downloads {
	padding: 30px;
}

div.downloads h1 {margin-bottom: -10px;}
div.downloads h3 {margin-bottom: 10px;}

div.downloads a,
div.downloads a:link,
div.downloads a:visited {
	background: url('../../images/design/pdficon.gif') no-repeat -.3em 0;
	padding: 7px 0px 7px 30px;
	display: block;
}
div.downloads a:hover,
div.downloads a:active {color: #E51B23; }