/*
-------------------------------------------------------------------
Theme Name: Formboten Theme
Author: Florian Langer
Description: Custom CSS theme for the Formboten.com web site
Version: 2.0
Date: Mai, 2018
-------------------------------------------------------------------
*/

/*
-------------------------------------------------------------------
Main Properties
-------------------------------------------------------------------
*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-size: 62.5%; /* normalize 'medium' text to 10px */
	font-family: verdana, helvetica, arial, sans-serif;
	background: #222 url(/images/website-background.png) no-repeat center top;
	color: #888;
}

h1,h2,h3,h4,h5,h6,cite,code,em,strong {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/*
h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}*/

ul {
	list-style: none;
}

img {
	border: none;
	display:block;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #009DE0;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: '';
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,dl {
	margin-top: 1em;
}

h1,h2,h3,h4,h5,h6 {
	color: #ccc;
}

/*
-------------------------------------------------------------------
Layout Stuff
-------------------------------------------------------------------
*/

#container {
	width: 960px;
	margin: 0 auto;
	background: #009DE0;
	overflow: hidden;
	border: 1px solid #fff;
}

.leftAlign {    
	float: left;
}

.rightAlign {    
	float: right;
}


/*
-------------------------------------------------------------------
Header
-------------------------------------------------------------------
*/

#header {
	height: 120px;
	background: #111 ;
}

#header #logo-container{
	float: left;
	height: 120px;
	width: 240px;
	background: #fff;	
}

#header #logo-frame {
	height: 80px; 
}

#header #logo-frame h1{
	margin: 0;	
	padding: .6em 0 0 .9em;    
}

#header #logo-line {
	height: 40px;
	width: 240px;
	background: #ccc;
}

/*
-------------------------------------------------------------------
Navigation
-------------------------------------------------------------------
*/

#navigation {
	float: right;
	height: 120px;
	width: 720px;
}

#nav1 {
	height: 80px;
	background: #222;
}

#nav1 ul {
	padding-top: 4.4em;
}

#nav1 ul a {
	font-size: 1.8em;
	font-weight: bold;	
	color: #fff;
}

#nav1 .active a, #nav1 .active a:hover {
	color: #009DE0;
}

#nav1 li {	
	display: inline;   
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#nav1  a:hover {
	color: #ccc;
}

#nav2 {
	height: 40px;
	background: #ccc;
}

#nav2 ul {
	padding-top: 1.3em;
}

#nav2 ul a {
	font-size: 1.2em;
	font-weight: bold;	
	color: #313131;
}

#nav2 .active a, #nav2  .active a:hover {
	color: #009DE0;
}

#nav2 li {	
	display: inline;   
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#nav2  a:hover {
	color: #009DE0;
}

/*
-------------------------------------------------------------------
Main Content
-------------------------------------------------------------------
*/

#mainContent {
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
	min-height: 240px;
}

#mainContent .gutter {
	padding: 1em;
}

#mainContent ul {
	margin: 1em 0 0 2em;
	font-size: .8em;
	list-style-type: square;
}

#mainContent ol {
	margin: 1em 0 0 2em;
	font-size: .8em;
}

/*
-------------------------------------------------------------------
jQuery Cycle
-------------------------------------------------------------------
*/

#featured #slideshow {
	width: 960px;
	height:240px;
}

#slideshow img { display: none }
#slideshow img.first { display: block }

#gallery {
	height: 480px;	
}

#gallery #slideshow {
	width: auto;
}

/*#gallery #slideshow img {  display: block; } */

#gallery #controlls {
	position: relative;
	z-index: 20;
	width: 720px;
	height: 480px;
}

#gallery #controlls #prev, #gallery #controlls #next {
	height: 100%;
	width: 360px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	outline: none;
}

#gallery #controlls #prev:hover img , #gallery #controlls #next:hover img { 
	display: block;
	}

#gallery #controlls #prev img, #gallery #controlls #next img {
	left: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: none;
}

#gallery #controlls #next {	
	left: 360px;
}

#gallery #controlls #next img {	
	left: 300px;
}

#gallery #controlls #pager {
	position: absolute;
	top: 100%;
	width: 700px;
	margin-top: -30px;
	text-align: right;
}

#gallery #controlls #pager a {
	margin-left: 5px;
	margin-right: 5px;
}

#gallery #controlls #pager a.activeSlide { 
	color: #009DE0; 
}

#gallery #controlls #pager a { 
	color: #222; 
}

/*
-------------------------------------------------------------------
SidebarText
-------------------------------------------------------------------
*/

#sidebar-text {
	float: left;
	width: 240px;
	height: 480px;
	background: #009DE0;
}

#sidebar-text .gutter {
	padding: 1em;
}

#sidebar-text h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;	
	color: #fff;
}

#sidebar-text p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
}

#sidebar-text a {
	font-size: 1em;
	color: #fff;
}
	
#sidebar-text a:hover {
	color: #222;
}

/*
-------------------------------------------------------------------
HalfbarText
-------------------------------------------------------------------
*/

#halfbar-text {
	float: left;
	width: 480px;
	min-height: 480px;
	background: #009DE0;
}

#halfbar-text .gutter {
	padding: 1em;
}

#halfbar-text h1 {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;	
	color: #fff;
}
#halfbar-text h2 {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;	
	color: #fff;
}

#halfbar-text p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
}

#halfbar-text a {
	font-size: 1em;
	color: #fff;
}
	
#halfbar-text a:hover {
	color: #222;
}

/*
-------------------------------------------------------------------
Downbar
-------------------------------------------------------------------
*/

#downbar {
	float: left;
	width: 960px;
}

#downbar a {
	display: block;
}

#downbar span.header {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;	
	color: #009DE0;
	line-height: 1.6em;
}

#downbar span.textArea {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #ccc;
}

#downbar span.gutter {
	padding: 1em;
	display:block;
}

/*
-------------------------------------------------------------------
Cubicbar
-------------------------------------------------------------------
*/

#cubicbar {
	float: left;
	width: 960px;
	background: #fff;
}

#cubicbar a {
	display: block;
}

#cubicbar  span.header {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;	
	color: #009DE0;
	line-height: 1.6em;
}

#cubicbar  span.textArea {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	color: #222;
}

#cubicbar span.gutter {
	padding: 1em;
	display:block;
}

/*
-------------------------------------------------------------------
Cubic
-------------------------------------------------------------------
*/

.cube {
	height: 240px;
	width: 240px;
	float: left;
}

.cube a{
	outline: none;
}

/*
-------------------------------------------------------------------
Projects
-------------------------------------------------------------------
*/

#combed {
	background: url(/images/projekte/vorschaubilder/combed.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#combed span.gutter {
	padding: 1em;
	display:none;
}
#combed:hover span.gutter {
	display:block;
}
#combed:hover {
	background: url(/images/projekte/vorschaubilder/combed-hover.jpg) no-repeat 0 50%;
}

#xdr2 {
	background: url(/images/projekte/vorschaubilder/xdr2.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#xdr2 span.gutter {
	padding: 1em;
	display:none;
}
#xdr2:hover span.gutter {
	display:block;
}
#xdr2:hover {
	background: url(/images/projekte/vorschaubilder/xdr2-hover.jpg) no-repeat 0 50%;
}

#adore {
	background: url(/images/projekte/vorschaubilder/adore.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#adore span.gutter {
	padding: 1em;
	display:none;
}
#adore:hover span.gutter {
	display:block;
}
#adore:hover {
	background: url(/images/projekte/vorschaubilder/adore-hover.jpg) no-repeat 0 50%;
}

#chamaeleon {
	background: url(/images/projekte/vorschaubilder/chamaeleon.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#chamaeleon span.gutter {
	padding: 1em;
	display:none;
}
#chamaeleon:hover span.gutter {
	display:block;
}
#chamaeleon:hover {
	background: url(/images/projekte/vorschaubilder/chamaeleon-hover.jpg) no-repeat 0 50%;
}

#cut-paste-chair {
	background: url(/images/projekte/vorschaubilder/cut-paste-chair.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#cut-paste-chair span.gutter {
	padding: 1em;
	display:none;
}
#cut-paste-chair:hover span.gutter {
	display:block;
}
#cut-paste-chair:hover {
	background: url(/images/projekte/vorschaubilder/cut-paste-chair-hover.jpg) no-repeat 0 50%;
}

#dielinge {
	background: url(/images/projekte/vorschaubilder/dielinge.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#dielinge  span.gutter {
	padding: 1em;
	display:none;
}
#dielinge:hover span.gutter {
	display:block;
}
#dielinge:hover {
	background: url(/images/projekte/vorschaubilder/dielinge-hover.jpg) no-repeat 0 50%;
}

#kairaku {
	background: url(/images/projekte/vorschaubilder/kairaku.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#kairaku  span.gutter {
	padding: 1em;
	display:none;
}
#kairaku:hover span.gutter {
	display:block;
}
#kairaku:hover {
	background: url(/images/projekte/vorschaubilder/kairaku-hover.jpg) no-repeat 0 50%;
}

#ndoo {
	background: url(/images/projekte/vorschaubilder/ndoo.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#ndoo  span.gutter {
	padding: 1em;
	display:none;
}
#ndoo:hover span.gutter {
	display:block;
}
#ndoo:hover {
	background: url(/images/projekte/vorschaubilder/ndoo-hover.jpg) no-repeat 0 50%;
}

#pet-bottles {
	background: url(/images/projekte/vorschaubilder/pet-bottles.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#pet-bottles  span.gutter {
	padding: 1em;
	display:none;
}
#pet-bottles:hover span.gutter {
	display:block;
}
#pet-bottles:hover {
	background: url(/images/projekte/vorschaubilder/pet-bottles-hover.jpg) no-repeat 0 50%;
}

#unit {
	background: url(/images/projekte/vorschaubilder/unit.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#unit  span.gutter {
	padding: 1em;
	display:none;
}
#unit:hover span.gutter {
	display:block;
}
#unit:hover {
	background: url(/images/projekte/vorschaubilder/unit-hover.jpg) no-repeat 0 50%;
}

#soch {
	background: url(/images/projekte/vorschaubilder/soch.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#soch  span.gutter {
	padding: 1em;
	display:none;
}
#soch:hover span.gutter {
	display:block;
}
#soch:hover {
	background: url(/images/projekte/vorschaubilder/soch-hover.jpg) no-repeat 0 50%;
}

#starled {
	background: url(/images/projekte/vorschaubilder/starled.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#starled  span.gutter {
	padding: 1em;
	display:none;
}
#starled:hover span.gutter {
	display:block;
}
#starled:hover {
	background: url(/images/projekte/vorschaubilder/starled-hover.jpg) no-repeat 0 50%;
}

#tatn {
	background: url(/images/projekte/vorschaubilder/tatn.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#tatn  span.gutter {
	padding: 1em;
	display:none;
}
#tatn:hover span.gutter {
	display:block;
}
#tatn:hover {
	background: url(/images/projekte/vorschaubilder/tatn-hover.jpg) no-repeat 0 50%;
}

#vage {
	background: url(/images/projekte/vorschaubilder/vage.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#vage  span.gutter {
	padding: 1em;
	display:none;
}
#vage:hover span.gutter {
	display:block;
}
#vage:hover {
	background: url(/images/projekte/vorschaubilder/vage-hover.jpg) no-repeat 0 50%;
}

#losbanditos {
	background: url(/images/projekte/vorschaubilder/losbanditos.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#losbanditos  span.gutter {
	padding: 1em;
	display:none;
}
#losbanditos:hover span.gutter {
	display:block;
}
#losbanditos:hover {
	background: url(/images/projekte/vorschaubilder/losbanditos-hover.jpg) no-repeat 0 50%;
}

#edge {
	background: url(/images/projekte/vorschaubilder/edge.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#edge  span.gutter {
	padding: 1em;
	display:none;
}
#edge:hover span.gutter {
	display:block;
}
#edge:hover {
	background: url(/images/projekte/vorschaubilder/edge-hover.jpg) no-repeat 0 50%;
}

#scope {
	background: url(/images/projekte/vorschaubilder/scope.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#scope  span.gutter {
	padding: 1em;
	display:none;
}
#scope:hover span.gutter {
	display:block;
}
#scope:hover {
	background: url(/images/projekte/vorschaubilder/scope-hover.jpg) no-repeat 0 50%;
}

#polylux {
	background: url(/images/projekte/vorschaubilder/polylux.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#polylux  span.gutter {
	padding: 1em;
	display:none;
}
#polylux:hover span.gutter {
	display:block;
}
#polylux:hover {
	background: url(/images/projekte/vorschaubilder/polylux-hover.jpg) no-repeat 0 50%;
}

#sphyrna {
	background: url(/images/projekte/vorschaubilder/sphyrna.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#sphyrna  span.gutter {
	padding: 1em;
	display:none;
}
#sphyrna:hover span.gutter {
	display:block;
}
#sphyrna:hover {
	background: url(/images/projekte/vorschaubilder/sphyrna-hover.jpg) no-repeat 0 50%;
}

#uvex {
	background: url(/images/projekte/vorschaubilder/uvex.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#uvex span.gutter {
	padding: 1em;
	display:none;
}
#uvex:hover span.gutter {
	display:block;
}
#uvex:hover {
	background: url(/images/projekte/vorschaubilder/uvex-hover.jpg) no-repeat 0 50%;
}

#onehole {
	background: url(/images/projekte/vorschaubilder/1hole.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#onehole span.gutter {
	padding: 1em;
	display:none;
}
#onehole:hover span.gutter {
	display:block;
}
#onehole:hover {
	background: url(/images/projekte/vorschaubilder/1hole-hover.jpg) no-repeat 0 50%;
}

#consortia {
	background: url(/images/projekte/vorschaubilder/consortia.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#consortia span.gutter {
	padding: 1em;
	display:none;
}
#consortia:hover span.gutter {
	display:block;
}
#consortia:hover {
	background: url(/images/projekte/vorschaubilder/consortia-hover.jpg) no-repeat 0 50%;
}

#firebug {
	background: url(/images/projekte/vorschaubilder/firebug.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#firebug span.gutter {
	padding: 1em;
	display:none;
}
#firebug:hover span.gutter {
	display:block;
}
#firebug:hover {
	background: url(/images/projekte/vorschaubilder/firebug-hover.jpg) no-repeat 0 50%;
}

#natural-self {
	background: url(/images/projekte/vorschaubilder/natural-self.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#natural-self  span.gutter {
	padding: 1em;
	display:none;
}
#natural-self:hover span.gutter {
	display:block;
}
#natural-self:hover {
	background: url(/images/projekte/vorschaubilder/natural-self-hover.jpg) no-repeat 0 50%;
}

#fujitsu {
	background: url(/images/projekte/vorschaubilder/fujitsu-frameseries.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#fujitsu  span.gutter {
	padding: 1em;
	display:none;
}
#fujitsu:hover span.gutter {
	display:block;
}
#fujitsu:hover {
	background: url(/images/projekte/vorschaubilder/fujitsu-frameseries-hover.jpg) no-repeat 0 50%;
}

#felgen {
	background: url(/images/projekte/vorschaubilder/felgen.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#felgen span.gutter {
	padding: 1em;
	display:none;
}
#felgen:hover span.gutter {
	display:block;
}
#felgen:hover {
	background: url(/images/projekte/vorschaubilder/felgen-hover.jpg) no-repeat 0 50%;
}

#handle {
	background: url(/images/projekte/vorschaubilder/tuerklinken.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#handle span.gutter {
	padding: 1em;
	display:none;
}
#handle:hover span.gutter {
	display:block;
}
#handle:hover {
	background: url(/images/projekte/vorschaubilder/tuerklinken-hover.jpg) no-repeat 0 50%;
}

#lighting {
	background: url(/images/projekte/vorschaubilder/hidden-lighting.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#lighting span.gutter {
	padding: 1em;
	display:none;
}
#lighting:hover span.gutter {
	display:block;
}
#lighting:hover {
	background: url(/images/projekte/vorschaubilder/hidden-lighting-hover.jpg) no-repeat 0 50%;
}

#eflux {
	background: url(/images/projekte/vorschaubilder/eFlux.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#eflux span.gutter {
	padding: 1em;
	display:none;
}
#eflux:hover span.gutter {
	display:block;
}
#eflux:hover {
	background: url(/images/projekte/vorschaubilder/eFlux-hover.jpg) no-repeat 0 50%;
}

#intime {
	background: url(/images/projekte/vorschaubilder/watches.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#intime  span.gutter {
	padding: 1em;
	display:none;
}
#intime:hover span.gutter {
	display:block;
}
#intime:hover {
	background: url(/images/projekte/vorschaubilder/watches-hover.jpg) no-repeat 0 50%;
}

#tide {
	background: url(/images/projekte/vorschaubilder/tide.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#tide  span.gutter {
	padding: 1em;
	display:none;
}
#tide:hover span.gutter {
	display:block;
}
#tide:hover {
	background: url(/images/projekte/vorschaubilder/tide-hover.jpg) no-repeat 0 50%;
}

#sojo {
	background: url(/images/projekte/vorschaubilder/sojo.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#sojo  span.gutter {
	padding: 1em;
	display:none;
}
#sojo:hover span.gutter {
	display:block;
}
#sojo:hover {
	background: url(/images/projekte/vorschaubilder/sojo-hover.jpg) no-repeat 0 50%;
}

#urnel {
	background: url(/images/projekte/vorschaubilder/urne.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#urnel  span.gutter {
	padding: 1em;
	display:none;
}
#urnel:hover span.gutter {
	display:block;
}
#urnel:hover {
	background: url(/images/projekte/vorschaubilder/urne-hover.jpg) no-repeat 0 50%;
}

#wab {
	background: url(/images/projekte/vorschaubilder/wab.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#wab  span.gutter {
	padding: 1em;
	display:none;
}
#wab:hover span.gutter {
	display:block;
}
#wab:hover {
	background: url(/images/projekte/vorschaubilder/wab-hover.jpg) no-repeat 0 50%;
}

#silly {
	background: url(/images/projekte/vorschaubilder/silly.jpg) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#silly  span.gutter {
	padding: 1em;
	display:none;
}
#silly:hover span.gutter {
	display:block;
}
#silly:hover {
	background: url(/images/projekte/vorschaubilder/silly-hover.jpg) no-repeat 0 50%;
}

/*
-------------------------------------------------------------------
Leistung
-------------------------------------------------------------------
*/

#design-process {
	background: url(/images/cube-sw.png) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#design-process:hover {
	background: url(/images/cube-sw-active.png) no-repeat 0 50%;
}

#industrial-design {
	background: url(/images/cube-sw.png) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#industrial-design:hover {
	background: url(/images/cube-sw-active.png) no-repeat 0 50%;
}

#visualisation {
	background: url(/images/cube-sw.png) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#visualisation:hover {
	background: url(/images/cube-sw-active.png) no-repeat 0 50%;
}

#corporate-design {
	background: url(/images/cube-sw.png) no-repeat 0 50%;
	height: 240px;
	width: 240px;
}
#corporate-design:hover {
	background: url(/images/cube-sw-active.png) no-repeat 0 50%;
}

/*
-------------------------------------------------------------------
Sitemap
-------------------------------------------------------------------
*/

#siteMap {
	padding: 20px 0 20px 20px;
	background: #222;
	width: 940px;
}

#siteMap ul {
	list-style-type: square;
	font-size: 1.2em;
	margin: 0 0 0 2em;
}

#siteMap ul ul {
	font-size: .8em;
}

#siteMap ul li{
	color: #009DE0;
}

#siteMap ul li a{
	color: #bbb;
}

#siteMap ul li a:hover{
	margin: 0 0 0 .5em;
	color: #009DE0;
}

#doc-not-found {
	padding: 20px 0 20px 20px;
	background: #222;
	width: 940px;
}

#doc-not-found h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;	
	color: #009DE0;
}

#doc-not-found p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #bbb;
}

/*
-------------------------------------------------------------------
Footer
-------------------------------------------------------------------
*/

#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #eee;
}

#footer div.rightAlign {
	text-align: right;
	padding-bottom: 1em;
}

#footer div.rightAlign em {
	color: #009DE0;
	/* vertical-align: sub; */
	font-style: normal;
}

/*
-------------------------------------------------------------------
separator
-------------------------------------------------------------------
*/

.separator {
	display:block;
	height:1px;
	margin:20px 20px;
	border-bottom: .1em dotted #fff;
}
	
/*
-------------------------------------------------------------------
File types
-------------------------------------------------------------------
*/

.anfahrt-pdf {
	width: 64px;
	height: 64px;
	float: left;
}

.anfahrt-pdf a{
	outline: none;
}

#pdf-team {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 480px;
}
.cv-langer-pdf {
  position: absolute;
  left: 200px;
  top: 380px;
  z-index: 2;
}
.cv-decker-pdf {
  position: absolute;
  left: 696px;
  top: 380px;
  z-index: 2;
}

#presse-link {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 480px;
}

.get-it-here-button {
  position: absolute;
  left: 435px;
  top: 250px;
  z-index: 2;
}

/*
-------------------------------------------------------------------
EOF
-------------------------------------------------------------------
*/