* {
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}
	
html {
	height: 100%;
	min-width: 400px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/**
* Grundformate
*/

h1, h2, h3 {
	font-weight: bold;  
}

h1 {
	font-weight: bold;
	font-size: 16px; 
	margin: 36px 0px 18px 0px;
}

h2 {
	font-weight: bold; 
	margin: 18px 0px;
}

p {
	margin: 0px; 
	font-size: 16px;
	line-height: 20px; 
}

a {
	text-decoration: none;
}

a:hover, a:hover * {
	color: #a1a1a1;
}

img {
	border: 0px none;
}

.small, .small * {
	font-size: 13px; 
	line-height: 18px;
}

.heading, .heading * {
	font-weight: bold;
}

.big, .big * {
	font-size: 25px;
}


/**
* Layout
*/

.content {
	position: relative;
	margin: 0px 0px 0px 40px;
	padding-bottom: 60px;
	width: 680px;
}

.content .header {
	position: relative;
	height: 170px;
	width: 680px;
}

.content .logo {
	padding: 37px 0px 0px 0px;
	margin: 0px 0px 0px -3px;
}

.shortcuts {
	position: absolute;
	top: 34px;
	right: 40px;
	width: 400px;
	text-align: right;
}

.shortcuts * {
	font-size: 11px;
	color: #a1a1a1;
}


/**
* Navigation
*/

.content .navigation {
	padding: 0px 0px 62px 0px;
	margin: 0px 0px 0px -2px;
}

.content .navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.content .navigation li {
	float: left;
	padding-right: 10px;
}

.content .navigation span {
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	font-size: 16px;
}

.content .navigation li a {
	font-weight: bold;
	font-size: 16px;
}

.content .navigation li a.nav-rootline {
	color: #a1a1a1;
}


/**
* Projektliste
*/

.teaserGroup {
	margin: 0px -10px 0px 0px;
}

.teaser {
	display: block;
	width: 220px;
	height: 170px;
	float: left;
	margin: 0px 10px 20px 0px;
	line-height: 12px;
}

.teaser img {
	margin-bottom: 5px;
}


/**
* Optionsleiste
*/

.options {
	position: absolute;
	top: 142px;
	height: 26px;
	width: 680px;
	padding-bottom: 2px;
	background-image: url(../images/pattern-bar.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.options * {
	color: #a6a6a6; 
  font-size: 12px; 
}

.options a {
	display: block;
	float: left;
	padding: 3px 10px 1px 0px;
	
}

.options a.tag {
	display: block;
	float: right;         
	padding: 3px 0px 1px 10px;
}

/**
* Inhaltselemente
*/

.anchor {
	position: relative;
	height: 10px;
	width: 250px;
	left: 710px;
}

.anchor * {
	margin: 0px;
}

.anchor h4 {
	padding-top: 10px;
}

.anchor p, .anchor p * {
	color: #a1a1a1;
}

.anchor a:hover {
	color: #1c1c1c;
}

.text {
	padding: 20px 20px 20px 20px;
}

.customerContainer {
	padding: 0px 20px 20px 20px;
}

.customerContainer .text {
	display: inline;
	padding: 0px;
}

.awards {
	position: relative;
	height: 0px;
	text-align: right;
	top: -60px;
}


/**
* Sonderformat für Fullscreen-Inhalte
*/

body.flash {
	background-color: #FFFFFF;
	height: 100%;
	overflow: hidden;
}

body.flashScroller {
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
}

.flash .border {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.flashScroller .border {
	position: fixed;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#scroller {
	display: none;
}

body.flashScroller #scroller {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
}