@import url("global.css");

.print { display: none }

/*  DEFAULTS RESET
	--------------------------------------------------------------- */
html {
	margin: 0;
	padding:0;
	border: 0;
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #4b7087;
	color: #313131;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%
	}

img { border: 0 }


/* LINKS
	--------------------------------------------------------------- */

a { outline: none }



a .icon { background: #f7eaea }
a:hover .icon { background: #FFF }

	#contents a:hover {
		text-decoration: none;
		border-bottom: 1px solid #2b58a0;
		}

	#rightcontent a:hover {
		border: 0;
		}

	#rightcontent a:hover span {
		text-decoration: none;
		border-bottom: 1px solid #2b58a0;
		}

.anchor {
	display: block;
	}


/* FORMS
	--------------------------------------------------------------- */

input {
	padding: 1px;
	font-size: 1.1em;
	}

input.text {
	padding: 2px 1px;
	border: 1px solid #929292;
	background: #f2f2f2;
	}
input.text:hover {
	border-color: #2b58a0;
	}
input.text:focus {
	background: #FFF;
	border-color: #2b58a0;
	}

input.button {
	cursor: pointer;
	border: 1px solid #929292;
	background: #E5E5E5;
	font-weight: bold;
	color: #929292;
	}
input.button:hover,
input.button:focus {
	border: 1px solid #4b7087;
	background: #d7dfe4;
	color: #4b7087;
	outline: none;
	}


/* WRAPPERS
	--------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 48px 0;
	width: 900px;
	}
#container {
	background: #FFF;
	}

#home #container {
	background: #d7dee4;
	}


/* HEADER
	--------------------------------------------------------------- */

#header {
	position: relative;
	height: 244px;
	background: #d7dee4 url(../img/header_bg.gif) no-repeat;
	border-bottom: 1px solid #FFF; /* make opera happy */
	}

#home #header {
	height: 294px;
	border: 0;
	}
/*
#meta #header { height: 118px; } 	
*/

/* HEADER
	--------------------------------------------------------------- */


#image {
	position: absolute;
	top: 95px;
	height: 150px;
	display: block;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	z-index: 1;
	}

#home #image {
	height: 250px;	
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}

#logo a {
	border: 0;
	}


	#home #logo { visibility: hidden }


/* NAVIGATION
	--------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 69px;
	left: 0;
	width: 900px;
	height: 26px;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
/*	font-family: Georgia, Helvetica, Geneva, sans-serif; */
/*	font-family: Arial, Helvetica, Geneva, sans-serif; */
	font-size: 1.2em;
	font-weight: bold;
/*	text-transform: uppercase; */
/*	letter-spacing: .08em; */
	line-height: 2em;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	}

#nav li { float: left }

#nav a,
#nav strong {
	float: left;
	width: 149px;
	height: 24px;
	overflow: hidden;
	text-decoration: none;
	margin: 1px 0 0 1px;
	border: 0;
	text-align: left;
	}

#nav a span,
#nav a strong,
#nav strong span {
	float: none;
	width: auto;
	display: block;
	margin: 0;
	padding: 0 8px;
	}


#nav a:link,
#nav a:visited {
	color: #FFF;
	}


/* current */


#nav .current strong {
	color: #4b7087;
	background: #FFF;
 	}

#nav .current strong span {
	cursor: default;
	}



/* active */

#nav .current a strong {
	color: #4b7087;
	background: #d7dfe4;
	}



#header #nav a {
	cursor: pointer;
	}

/* Home ausblenden */

#nav00 a,
#nav00 strong { display: none }

	

/* COLORS (NAV & SUBNAV)
	--------------------------------------------------------------- */

#nav a:hover {
	background: #4b7087;
	color: #FFF;
	}

#nav a:focus,
#nav a:active {
	background: #4b7087;
	}

#nav00 a,
#nav00 strong { display: none }


/* 01 */

#nav01 a,
#nav01 strong { background: #747474 }

#section01 #subnav { color: #747474 }

/* 02 */

#nav02 a,
#nav02 strong { background: #858585 }

#section02 #subnav { color: #747474 }

/* 03 */

#nav03 a,
#nav03 strong { background: #969696 }

#section03 #subnav { color: #747474 }

/* 04 */

#nav04 a,
#nav04 strong { background: #a8a8a8 }

#section04 #subnav { color: #747474 }

/* 05 */

#nav05 a,
#nav05 strong	{ background: #bababa }

#section05 #subnav { color: #747474 }


/* 	SUBNAV
	--------------------------------------------------------------- */

#subnav {
	position: absolute;
	z-index: 3;
	top: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
/*	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif; */

	}

#subnav ul,
#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	}

#subnav ul {
	background: #FFF;
	}

#subnav li {
	display: block;
	margin: 0 1px;
	padding: 0;
	}

/* SECTION SPECIFIC */

/*#section01	#subnav	   { margin-top: -25px;} */
#section01	#subnav ul { margin-left: 0 }
/*#section02	#subnav	   { margin-top: -25px;} */
#section02	#subnav ul { margin-left: 150px }
#section03	#subnav ul { margin-left: 300px }
#section04	#subnav ul { margin-left: 450px }
#section05	#subnav ul { margin-left: 600px }

#subnav a,
#subnav strong {
	display: block;
	width: 149px;
	height: 24px;
	text-decoration: none;
	font-weight: normal;
	line-height: 2.1em;
	border-bottom: 1px solid #FFF;
	}

	#subnav a span,
	#subnav strong span {
		display: block;
		padding: 0 8px;
		}


#subnav .current a strong {	
	}

#subnav a:link,
#subnav a:visited {
	background: #d7dfe4;
	color: #4b7087;
	}

#subnav a:hover {
	background: #4b7087;
	color: #FFF;
	}

#subnav a:focus,
#subnav a:active {
	
	}

#subnav .current a strong {
	color: #4b7087;
	background: transparent;
	}

#subnav .current strong {
	background: #f7f7f7;
	}


#subnav li.current strong span {
	cursor: default;
	}


/* ---------------------------------------------------------------
   META NAV
	--------------------------------------------------------------- */

#metanav {
	position: absolute;
	right: 1px;
	top: 70px;
	display: block;
	width: 148px;
	height: 24px;
	background: #e5e5e5;
	}

	#metanav ul,
	#metanav li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: none;
		}

	#metanav li { float: left }

#metanav a,
#metanav strong {
	float: left;
	width: 17px;
	height: 24px;
	/* margin: 0 4px 0 3px; until en & it are ready */
	margin: 0 6px;
	border: 0;
	background-repeat: no-repeat;
	}

	#metanav a span,
	#metanav strong span { display: none }

	#metaSuchen a,
	#metaSuchen strong			{ background-image: url(../img/meta_suchen.gif) }
	#metaSuchen a:hover,
	#metaSuchen a:focus,
	#metaSuchen a:active,
	#metaSuchen strong { background-position: 0 -23px }

	#metaSitemap a,	
	#metaSitemap strong	{ background-image: url(../img/meta_sitemap.gif) }
	#metaSitemap a:hover,
	#metaSitemap a:focus,
	#metaSitemap a:active,
	#metaSitemap strong	{ background-position: 0 -23px }

	#metaKontakt a,
	#metaKontakt strong			{ background-image: url(../img/meta_kontakt.gif) }
	#metaKontakt a:hover,
	#metaKontakt a:focus,
	#metaKontakt a:active,
	#metaKontakt strong	{ background-position: 0 -23px }

	#metaDe a.de		{ background-image: url(../img/meta_de.gif) }
	#metaDe a.de:hover,
	#metaDe a.de:focus,
	#metaDe a.de:active	{ background-position: 0 -23px }

	#metaEn a.en		{ background-image: url(../img/meta_en.gif) }
	#metaEn a.en:hover,
	#metaEn a.en:focus,
	#metaEn a.en:active { background-position: 0 -23px }


	#metaPrint a			{ background-image: url(../img/meta_print.gif) }
	#metaPrint a:hover		{ background-position: 0 -23px }

	#metaScreen a { display: none }


/* ---------------------------------------------------------------
   FOOTER
	--------------------------------------------------------------- */

#footer {
	padding: 20px 20px 10px 157px;
	font-size: 1em;
	color: #adadad;
	}
	#home #footer {
		padding: 10px 10px 30px 160px;
		z-index: 2;
		}


	#footer a {
		text-decoration: none;
		}
	#footer strong {
		font-weight: normal;
		color: #adadad;
		}



/* ---------------------------------------------------------------
	---------------------------------------------------------------
	---------------------------------------------------------------
   CONTENT
	--------------------------------------------------------------- */

#contents {
	
	}

#home #contents {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}

#content {
	margin-top: 20px;
	float: left;
	font-size: 1.1em;
	line-height: 18px;
	}
#content .box {
	width: 543px;
	min-height: 500px;
	padding: 20px 50px 20px 157px;

	}

/*	#home #content {
		background: url(../img/logo.gif) 30px 30px no-repeat;
		}
*/

	#content .content {
		
		}

	#content .form {
		margin: 0 0 25px 0;
		
		}

.nav {
	white-space: pre;
	}
.nav a {
	display: inline;
	}

/* ---------------------------------------------------------------
   HOME
	--------------------------------------------------------------- */

#home #content {
	float: left;
	position: relative;
	z-index: 5;
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 18px;
	}

#home #content .box {
	width: 450px;
	background: #d7dee4;
	padding: 10px;
	margin-left: 149px;
	}

#home h2 {
/*	color: #747474; */
	margin-top: 2px;
	margin-bottom: 10px;
	}

#home .bodytext {
	margin-bottom: 25px;
	}


#home #newslatest .content {
	width: 400px;
	}
#newslatest .item {
	padding: 10px 0;
	border-top: 1px solid #EEE;
	margin: 10px 0;
	}

#newslatest p.date {
	display: block;
	margin: 0;
	padding: 0;
	}

.date {
	color: #747474;
	}

#newslatest .content,
#newslatest p {
	display: inline;
	}

#newslatest .more {
	display: inline;
	}

/*
		#home #content .content {
			width: 500px;
			margin-top: 48px;
			margin-left: 142px;
			}
	
		#home #content .content .cbox {
			padding: 10px;
			}
	
		#home #content h2 {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #313131;
			}


		#home #newslatest {
			width: 500px;
			margin-top: 48px;
			margin-left: 142px;
			}

		#home #newslatest .content {
			width: auto;
			margin: 0;
			}

		#home #newslatest .item {
			padding: 10px;
			}
*/

/* ---------------------------------------------------------------
   SEARCH
	--------------------------------------------------------------- */


	#content .searchresults h3 {

		}


/*	#content .searchresults h3 a {
		padding: 0 0 0 20px;
		background: url(../img/icon_page.gif) no-repeat 0 -4px;
		}
	#content .searchresults h3 a:hover {
		background: url(../img/icon_page.gif) no-repeat 0 -28px;
		}
*/	
		#home #content p {
			margin: 0;
			padding: 0;
			background: none;
			}

.nav {
	padding: 0 0 15px 0;
	
	}

/* ---------------------------------------------------------------
   SEARCHBOX
	--------------------------------------------------------------- */

#searchbox {
	visibility: hidden;
	position: absolute;
	display: block;
	width: 148px;
	height: 68px;
	top: 0;
	left: 750px;
	background: #e5e5e5;
	border: 1px solid #FFF;
	z-index: 10000;
	}
	#searchbox div {
		position: relative;
		padding: 25px 10px;
		}

	#searchbox label {
		display: none;
		}

	#searchbox .text {
		width: 102px;
		position: absolute;
		}

	#searchbox .button {
		position: absolute;
		right: 10px;
		background: transparent;
		border: none;
		}


/*  RIGHTCONTENT
	--------------------------------------------------------------- */

#rightcontent {
	position: relative;
	float: right;
	top: 0;
	right: 0;
	z-index: 2;
	color: #797979;
	font-size: 1em;
	line-height: 14px;
	}
#rightcontent .box {
	width: 149px;
	padding: 24px 0;
	}


#rightcontent .cbox {
	margin-bottom: 10px;
	background: #f2f2f2;
	}

#rightcontent li {
	display: block;
	margin: 0;
	padding: 0 8px 3px 0;
	}

#rightcontent h2 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em;
	line-height: 2.4em;
	margin: 0;
	padding-left: 8px;
	color: #313131;
	position: relative;
	z-index: 1;
	}

#rightcontent .bodytext {
	padding: 3px 0 8px 8px;
	}

#rightcontent p {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
	line-height: 15px;
	}

#rightcontent strong {
	font-weight: normal;
	color: #595959;
	}

/* ---------------------------------------------------------------
   HEADINGS
	--------------------------------------------------------------- */

h1 { display: none }



/* ---------------------------------------------------------------
   SITEMAP
	--------------------------------------------------------------- */

#sitemap { }

#sitemap ul,
#sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sitemap li.level1 {
	font-weight: bold;
	background: none;
	}

#sitemap li li {
	font-weight: normal;
	padding-left: 15px;
	}

#sitemap ul ul {
	padding-bottom: 5px;
	}


.message {
	color: #990000;
	}


/* ---------------------------------------------------------
	---------------------------------------------------------
	---------------------------------------------------------
	---------------------------------------------------------
	---------------------------------------------------------
	---------------------------------------------------------
   EDITPANEL
   --------------------------------------------------------- */

body > form table td {
	margin: 0;
	padding: 5px;
	border: 0;
	}

.typo3-editPanel {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99;
}

.typo3-editPanel td {
	}

.typo3-editPanel-controls {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: #444;
	white-space: nowrap;
	}
	.typo3-editPanel-controls a {
		padding: 5px 8px 6px 8px;
		}
	.typo3-editPanel-controls a:hover {
		padding: 5px 8px 6px 8px;
		background: #666;
		}
	.typo3-editPanel-controls img {
		vertical-align: middle;
		}
.typo3-editPanel-label {
	width: auto;
	text-align: left;
	background: #555;
	color: #F8F8F8;
	}

a#logout {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	padding: 5px 8px;
	background: #444;
	color: #FFF;
	text-decoration: none;
	}
a#logout:hover {
	color: #FFF;
	background: #666;
	}


	/* ---------------------------------------------------------------
		RAHMEN
		--------------------------------------------------------------- */

.divtop {
	padding: 15px 0;
	background: #FFF url(../img/div_horz.gif) repeat-x top;
	}


.divbottom {
	background: url(../img/div_horz.gif) repeat-x bottom;
	}


#contents a.totop {
	display: block;
	width: 15px;
	height: 15px;
	border: 0;
	float: right;
	}

#contents a.totop:hover {
	display: block;
	width: 15px;
	height: 15px;
	border: 0;
	float: right;
	}

.totop span {
	display: none;
	}

a.totop:link,
a.totop:visited {
	background: url(../img/content_totop.gif) no-repeat 3px 5px;
	}

a.totop:hover {
	background: url(../img/content_totop.gif) no-repeat 3px -45px;
	}
	
	
/* Google Maps */

#gmapDirHead {
	display: none;
	}

.googlemaps-infobox h3 {
	margin-right: 30px;
	}

/* RSS Feed */

#rssfeed b {
	font-weight: normal;
	}

#rssfeed font,
#rssfeed a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#rssfeed table,
#rssfeed td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	}



/* PAGE BROWSER */

.pagebrowser {
	position: relative;
	}
.pagebrowser .next {
	position: absolute;
	right: 0;
	}

/* PAGE TEASER */

/* Testimonials */

#testimonials {
	padding-bottom: 120px;
	}

#testimonials .item {
	position: relative;
	}

#testimonials .image {
	position: absolute;
	left: -140px;
	top: 5px;
	}

#testimonials .image a {
	border: 0;
	}

/* Case Studies */

#case-studies {
	padding-bottom: 75px;
	}

#case-studies .item {
	float: left;
	}

#case-studies .image {
	margin-right: 8px;
	margin-bottom: 8px;
	}

#case-studies .image a {
	border: 0;
	}

#case-studies .image a:link img,
#case-studies .image a:visited img {
	border: 3px solid #EEE;
	}

#case-studies .image a:hover img {
	border: 3px solid #CCC;
	}


/* @group TEXT+IMAGE */

.multimedia {
	position: relative;
	margin-left: -156px;
	}

.csc-textpic {
	position: relative;
	background: #FFF;
	}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	position: relative;
	left: -135px;
	padding-top: 4px;
	}

.csc-textpic-intext-left-nowrap {
	width: 673px;
	}


.csc-textpic-intext-left-nowrap .csc-textpic-text {
	position: relative;
	left: -130px;
	}

#content .csc-textpic-image a:hover {
	border: 0;
	}

	dl.csi-image {
		float: left;
		margin: 0;
		padding: 0 15px 15px 0;
		}
	
	dl.csi-image dt {
		margin: 0;
		padding: 0;
		}
	
	dl.csi-image dd {
		margin: 0;
		padding: 0;
		}

	.csi-text {
		float: left;
		width: 425px;
		}
	
	.csi-text p {
		margin-top: 0;
		padding-top: 0;
		}

	.csi-text h3 {
		margin: 0;
		padding: 0 0 5px 0;
		}

.csc-textpic-text {
	
	}
	

/********************************************** xineo ****************************************/


body {
	background: #ffffff;
	}

#header {
	height: 261px;
	background: #ffffff url(../img/header_bg.jpg) no-repeat;
	}

#nav {
	top: 86px;
	width: 899px;
	}

#subnav {
	top: 112px;
	}

#image {
	top: 112px;
	}

#metanav {
	top:87px;
	}

#logo {
	top: 9px;
	left: 10px;
	}

#content #mapsearch {
	margin: 0px;
	padding: 0px;
	}
	

/* @end */

