@charset "utf-8";

/****
* Global Reset
********************/

* {
	padding:0;
	margin:0;
}

html {color:#000;background:#FFF;line-height:1;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
caption,th {text-align:left;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

#content li, dd {
	margin-left:5%;
}

fieldset {
	padding: .5em;
}

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol,ul { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:16px; font-weight:normal; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* adjust line-height for sup and sub */

sup,sub {line-height:0px;}

/*********************************************
* Globale Einstellungen
**********************************************/

html {
   height: 100%;
   margin-bottom: 0.1px;
   background: #0f0f11 url(../gfx/backgrounds/grid-muster.jpg) repeat-x left top;
}

body {
	
	color: #414042;
	font: 100.1%/100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	width:  900px;
	height: 675px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	z-index: 1000;
	position: relative;
}


#vision #container {
	background: url(../gfx/backgrounds/Vision_image1.jpg) no-repeat center top;
}

#service #container {
	background: url(../gfx/backgrounds/Service_image1.jpg) no-repeat center top;
}

#academy #container {
	background: url(../gfx/backgrounds/Akademie_image1.jpg) no-repeat center top;
}

#references #container {
	background: url(../gfx/backgrounds/Referenzen_image1.jpg) no-repeat center top;
}

#team #container {
	background: url(../gfx/backgrounds/Team_image1.jpg) no-repeat center top;
}

#location #container {
	background: url(../gfx/backgrounds/Standorte_image1.jpg) no-repeat center top;
}

#legal #container {
	background: #4e4e4e;
}

/* classes to work with cycle plugin for BG images */
#bg_containers {width:900px; margin:0 auto;z-index: 100;}
#bg_containers div {width:900px; height:675px; margin:0 auto; z-index: 10;}
#bg_containers .bg1 {
	background:url(../gfx/imagecycle/1.jpg) no-repeat;
	position: absolute;
	top: 0;
}
#bg_containers .bg2 {
	background:url(../gfx/imagecycle/2.jpg) no-repeat;
	z-index: 10;
	display: none;
}
#bg_containers .bg3 {
	background:url(../gfx/imagecycle/3.jpg) no-repeat;
	z-index: 10;
	display: none;
}



#headerwrapper {
	background: url(../gfx/Velum_Header.png) no-repeat left top;
	height: 119px;
}


#footerwrapper {
	background: url(../gfx/Velum_Footer.png) no-repeat left top;
	height: 65px;
}

#logo {
	width: 410px;
	height: 105px;
	float: left;
	background: url(../gfx/Logo.png) no-repeat 40px center;
}

/*********************************************
* Menü
**********************************************/

#menu {
	width: 570px;
	height: 105px;
	position: absolute;
	right: 0;
	top: 0;
}

#menu ul {
	display: block;
	margin:  73px 0 0 0;
}

#menu ul {

}

#menu ul li {
	display: inline-block;
	position: relative;
	width: 75px;
	float: left;
	height: 1em;
}

#menu ul li.fr-home,
#menu ul li.de-home,
#menu ul li.en-home {
	width: 60px;
}

#menu ul li.fr-vision,
#menu ul li.de-vision,
#menu ul li.en-vision,
#menu ul li.fr-service,
#menu ul li.de-service,
#menu ul li.en-service {
	width: 65px;
}
#menu ul li.fr-academy,
#menu ul li.de-academy,
#menu ul li.en-academy,
#menu ul li.fr-references,
#menu ul li.de-references,
#menu ul li.en-references {
	width: 85px;
}

#menu ul li.fr-team,
#menu ul li.fr-location {
	width: 85px;
}

#menu ul li a {
	display: block;
	height: 15px;
	font-size: 10px;
	color: gray;
	text-shadow: 0 0 1px white;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

#menu ul li a:active {
	color:#4b4b4b;
}

#menu ul li a:hover,
#menu ul li a.sel {
	font-size: 12px;
	position: absolute;
	left: -2px;
	top: -1px;
}

#menu ul li a.sel {
	color:#08397e;
}

#contentwrapper {
	clear: both;
	height: 491px;
	background:  url(../gfx/Velum_Center.png) no-repeat left 75px;
	position: relative;
}

#location #contentwrapper {
	background: none;
}

#content {
	position: relative;
	top: 100px;
	left: 208px;
	width: 685px;
	height: 220px;
}

#location #content {
	background: none;
	height: 491px;
	width: 900px;
	top: 0;
	left: 0;
}

#content a {
	color: #414042;
}

#content a:hover {
	color: #08397e;
	text-decoration: underline;
}

#content .fixheader {
	height: 45px;
	overflow: hidden;
	position: relative;
}

#content .fixheader h1 {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 0;
	
}

#content h1 {
	font-size: 26px;
	line-height: 20px;
	margin-bottom: .3em;
}

#content p,
#content ul {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 16px;
}

#content p.lastp {
	margin: 0;
}

#content ul {
	list-style-type: disc;
	margin-left: -10px;
	padding: 0;
}

#content li {
	padding: 0 0 0 20px;
}

#content ul.images {
		text-align: center;
		margin: -13px 0 0 20px;
		list-style-type: none;
		height: 65px;
}

#content ul.images li {
	display: inline;
	padding: 0 110px 0 0;
	margin: 0;
}

#lang {
	width: 150px;
	height: 55px;
	margin: 0 0 0 0;
	padding: 10px 0 0 15px;
	vertical-align: middle;
	float: left;
}

#lang li {
	float: left;
}

#lang a {
	display: block;
	float: left;
	width: 30px;
	height: 25px;
	margin: 15px 5px 0 0;
	text-indent: -99999px;
}

#lang a.de-inactive {
	background: url(../gfx/flags/DE-flag-active.png) no-repeat center center;
}

#lang a.de-active:hover {
	background: url(../gfx/flags/DE-flag-mouse-over.png) no-repeat center center;
}

#lang a.de-active:active {
	background: url(../gfx/flags/DE-flag-mouse-down.png) no-repeat center center;
}

#lang a.de-active {
	background: url(../gfx/flags/DE-flag-inactive.png) no-repeat center center;
}

#lang a.en-inactive {
	background: url(../gfx/flags/UK-flag-active.png) no-repeat center center;
}

#lang a.en-active:hover {
	background: url(../gfx/flags/UK-flag-mouse-over.png) no-repeat center center;
}

#lang a.en-active:active {
	background: url(../gfx/flags/UK-flag-mouse-down.png) no-repeat center center;
}

#lang a.en-active {
	background: url(../gfx/flags/UK-flag-inactive.png) no-repeat center center;
}

#lang a.fr-inactive {
	background: url(../gfx/flags/FR-flag-active.png) no-repeat center center;
}

#lang a.fr-active:hover {
	background: url(../gfx/flags/FR-flag-mouse-over.png) no-repeat center center;
}

#lang a.fr-active:active {
	background: url(../gfx/flags/FR-flag-mouse-down.png) no-repeat center center;
}

#lang a.fr-active {
	background: url(../gfx/flags/FR-flag-inactive.png) no-repeat center center;
}

#footertext {
	width: 580px;
	height: 55px;
	margin: 20px 0 0 15px;
	float: left;
	text-align: right;
}

#footertext p {
	font-size: 11px;
	color: #808080;
	height: 55px;
	vertical-align: middle;
}

#footermenu {
	width: 120px;
	height: 55px;
	margin: 0 0 0 0;
	margin: 10px 0 0 15px;
	vertical-align: middle;
	float: right;
}

#footermenu li {
	display: inline;
}

#footermenu a {
	display: block;
	float: left;
	margin: 15px 10px 0 0;
	text-indent: -99999px;
}

#footermenu a.contacticon {
	background: url(../gfx/Mail-to-icon-standard.png) no-repeat center center;
	width: 32px;
	height: 24px;
}

#footermenu a.contacticon:hover {
	background: url(../gfx/Mail-to-icon-mouse-over.png) no-repeat center center;
}

#footermenu a.contacticon:active {
	background: url(../gfx/Mail-to-icon-mouse-down.png) no-repeat center center;
}

#footermenu a.localicon {
	background: url(../gfx/Map-icon-standard.png) no-repeat center center;
	width: 16px;
	height: 24px;
}

#footermenu a.localicon:hover {
	background: url(../gfx/Map-icon-mouse-over.png) no-repeat center center;
}

#footermenu a.localicon:active {
	background: url(../gfx/Map-icon-mouse-down.png) no-repeat center center;
}

#footermenu a.legal {
	width: 40px;
	height: 24px;
	text-align: center;
	font-size: 11px;
	color: #808080;
	text-shadow: 0 1px 1px #ebebec;
	margin-top: 12px;
	text-indent: -9999;
	background: url(../gfx/menu/DE_UK_Legal_Legal_standard.png) no-repeat center bottom;
}

#footermenu a.legal:hover {
	background: url(../gfx/menu/DE_UK_Legal_mouse_over.png) no-repeat center bottom;
}

#footermenu a.legal:active {
	background: url(../gfx/menu/DE_UK_Legal_mouse_down.png) no-repeat center bottom;
}

#footermenu a.legal.sel {
	background: url(../gfx/menu/DE_UK_Legal_Legal_selected.png) no-repeat center bottom;
}

#footermenu a.frlegal {
	background: url(../gfx/menu/fr/FR_Legal_standard.png) no-repeat center bottom;
}

#footermenu a.frlegal:hover {
	background: url(../gfx/menu/fr/FR_Legal_mouse-over.png) no-repeat center bottom;
}

#footermenu a.frlegal:active {
	background: url(../gfx/menu/fr/FR_Legal_mouse-down.png) no-repeat center bottom;
}

#footermenu a.frlegal.sel {
	background: url(../gfx/menu/fr/FR_Legal_selected.png) no-repeat center bottom;
}


#footermenu span {
	display: none;
}

/* Tiny Scrollbar */
#scrollbar1 { width: 680px; margin: 0 0 0; }
#scrollbar1 .viewport { width: 640px; height: 180px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0 0 0 0; }
#scrollbar1 .scrollbar{ background: transparent url(../gfx/Track-standard.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; margin-top: -40px; }
#scrollbar1 .thumb { background: transparent url(../gfx/Slider.png) no-repeat 30% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; display: none; }
#scrollbar1 .thumb .end { background: transparent url(../gfx/Slider.png) no-repeat 30% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }

#team #scrollbar1 .scrollbar { 
	background: transparent url(../gfx/Track-parts.png) no-repeat 0 0;	
	margin-top: -0; 
}

#legal  #scrollbar1 .viewport {
	height: 210px;
}

#legal  #scrollbar1 .scrollbar {
	margin: 0;
}

#team #content {
	top: 91px;
	height: 225px;
}

#team h2 {
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#team .contact {
	clear: both;
	overflow: hidden;
	height: 230px;
}

#team .left {
	width: 225px;
	float: left;
}

#team .left img {
	margin-bottom: 10px;
}

#team .left p.phone {
	background: url(../gfx/Phone-icon.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0 0 7px 0;
	height: 15px;
}

#team .left p.mail {
	background: url(../gfx/email_icon.png) no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0;
	height: 15px;
}

#team .right {
	width: 410px;
	margin-top: 8px;
	float: left;
}

#team .right h3 {
	font-size: 12px;
	margin-bottom: 23px;
}

#team .right p {
	margin: 0;
	line-height: 130%;
}

/* Box-Slider */

#team .bx-prev,
#team .bx-next {
	display: none;
}

#team .bx-pager {
	position: absolute;
	top: 47px;
	right: 10px;
}

#team .bx-pager a {
	display: block;
	padding-bottom: 5px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}

#team .bx-pager a.pager-1 {
	background: url(../gfx/portraits/mini/Thumbn_Tondt_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-1:hover {
	background: url(../gfx/portraits/mini/Thumbn_Tondt_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-1.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Tondt_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-2 {
	background: url(../gfx/portraits/mini/Thumbn_Saffran_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-2:hover {
	background: url(../gfx/portraits/mini/Thumbn_Saffran_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-2.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Saffran_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-3 {
	background: url(../gfx/portraits/mini/Thumbn_Goerres_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-3:hover {
	background: url(../gfx/portraits/mini/Thumbn_Goerres_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-3.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Goerres_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-4 {
	background: url(../gfx/portraits/mini/Thumbn_Gr-n_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-4:hover {
	background: url(../gfx/portraits/mini/Thumbn_Gr-n_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-4.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Gr-n_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-5 {
	background: url(../gfx/portraits/mini/Thumbn_Meyer_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-5:hover {
	background: url(../gfx/portraits/mini/Thumbn_Meyer_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-5.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Meyer_MouseOver.png) no-repeat center top;
}


#team .bx-pager a.pager-6 {
	background: url(../gfx/portraits/mini/Thumbn_Cosmos_Standard.png) no-repeat center top;
}

#team .bx-pager a.pager-6:hover {
	background: url(../gfx/portraits/mini/Thumbn_Cosmos_MouseOver.png) no-repeat center top;
}

#team .bx-pager a.pager-6.pager-active {
	background: url(../gfx/portraits/mini/Thumbn_Cosmos_MouseOver.png) no-repeat center top;
}