body {
	font: 62.5%/1.5em "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Lucida, sans-serif;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	color: #333;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* General */
p, ol, ul {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

.clearer {
	clear: both;
}

/* Lists */
ul.list {
	list-style-type: square;
	padding: 0 0 20px 15px;
}

ul {
	list-style-type: none;
}

/* Referenz */
ul.ref {
	padding: 10px 0;
}

ul.ref li {
	background: url(/images/bullet.gif) left center no-repeat;
	padding: 0 0 0 30px;
	line-height: 1.5em;
	font-size: 1em;	
}

/* Images */
img { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0;
}

.imgRight {
	float: right;
	margin: 0;
}

/* Headings */
h1 { 
	font-size: 2em;
	color: #627a92;
	line-height: 1.25em;
}

h1 span {
	font-size: 0.8em;
	color: #627a92;
}

h2 {
	color: #627a92;
	font-size: 1.8em;
	padding: 5px 0;
}

h3 { 
	font-size: 1.4em;
}

h6 {
	font-size: 1.5em;
	color: #333;
	background: url(/images/bullet.gif) left center no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 5px 30px;
	line-height: 1.5em;
}

.head {
	padding: 20px 0 0 0;
}

/* Links */
a:link { 
	text-decoration: none;
	color: #627a92;
	font-size: 1.2em;
}

a:active { 
	text-decoration: none;
	color: #627A92;
}

a:visited { 
	text-decoration: none;
	color: #627A92;
}

a:hover { 
	text-decoration: none;
	color: #ffa200;	
}

a:focus {
	outline: none;
	border: 0;
}

.refLink {
	background: url(/images/extLink.gif) bottom right no-repeat;
	padding: 0 13px 0 0;
}

div#header {
	width: 800px;
	margin: 0px auto;
}

div#logo {
	float: left;
}

ul#nav {
	padding: 60px 0 0 0;
	float: right;
	list-style: none;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	float: left;
	color: #666;
	padding: 7px 13px;	
	font-size: 1.4em;
	background: url(/images/navArrow.gif) left center no-repeat;
}

ul#nav #active a {
	color: #ffa200;
}

ul#nav li a:hover {
	color: #ffa200;
	padding: 7px 13px;
}

div#slogan {
	clear: both;
	padding: 5px 0 0px 0;
}

div#content {
	width: 100%;
}

.line {
	margin: 0 auto;
	width: 800px;
	display: block;
}

div#main {
	width: 800px;
	margin: 0 auto;
}

div#project {
	position: relative;
	overflow: hidden;
	padding: 0px 0;
}

a#prev {
	position: absolute;
	top: 50%;
	left: 0;
	height: 35px;
	width: 50px;
}

.projectDetails {
	position: relative;
	height: 280px;
}

.projectImage {
	position: absolute;
	text-align: center;
	width: 370px;
	top: 10px;
}

.projectInfo {
	position: absolute;
	bottom: 0px;
	left: 400px;
	width: 300px;
}

a#next {
	position: absolute;
	top: 50%;
	right: 0;
	height: 35px;
	width: 50px;
}

.tech {
	display: block;
	padding: 9px 0 0 10px;
	margin: 10px 0 0 0;
	color: #666;
	background: url(/images/techContainer.gif) no-repeat;
	width: 297px;
	height: 30px;
	font-size: 1.1em;
}

.leftCol {
	float: left; 
	width: 500px; 
	margin: 0 40px 0 0;
}

.leftCol2 {
	float: left; 
	width: 375px; 
	margin: 0 40px 0 0;
}

.rightCol {
	float: left;
	width: 230px;
}

.rightCol2 {
	float: left;
	width: 375px;
}

div#footer { 
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	position: relative;
}

div#references {
	height: 130px;
	background: url(/images/refleiste.gif) bottom center no-repeat;
}

div#action {
	position: absolute;
	top: 45px;
	right: 15px;
}

.refImg {
	margin: 10px 0 0 15px;
}

div#more {
	padding: 10px 0 5px 0;
}

div#copy {
	text-align: right;
	color: #888;
	padding: 10px 0;
}

.sample {
	padding: 10px 40px; 
}

.mask{
	position: relative;
	width: 700px;
	height: 310px;
	overflow: hidden;
}

#box {
	position: absolute;
}

#box div {
	width: 700px;
/* 	height: 280px; */
	float: left;
}

.buttons {
	padding: 5px;
}

.buttons span { 
	padding: 0 5px;
	cursor: pointer;
}

.buttons span.active { }

.buttons span:hover { }

#contactLeft {
	float: left;
	width: 320px;
}

#contactRight {
	float: left;
}

#sendButton {
	width: 680px;
	clear: both;
}

.form_error {
	color: red;
}

#error_for_requestContent {
	padding: 0;
	color: red;
}

form {
    line-height: 140%;
    margin: 0 0 20px 0;
}

form br {
    clear: both;
}

fieldset {
	border: 0px;
}

label.left {
	font-size: 1.2em;
	font-weight: normal;
    text-align: left;
    width: 18em;
   	float: left;    
    margin-right: 1em;
    margin: 0 0 4px 0;
    color: #666;
}

label.left2 {
	font-size: 1.2em;
	font-weight: normal;
    text-align: left;
    width: 15em;
   	float: left;    
    margin-right: 1em;
    padding: 0 0 4px 0;
    color: #666;
}

input[type=text], select {
    border: 1px solid #888;
   	width: 280px;
   	float: left;
   	background-color: #fff;
	height: 1.75em;
   	line-height: 1.75em;
    margin: 0 0 0.8em 0;
}

input[type=checkbox] {
    border: 1px solid #888;
    margin: 0 0.8em 0 0;
    border: none;
   	background-color: #fff;
}

input[type=submit] {
    margin: 10px 0 0 0;
    padding: 3px 5px;
}

textarea {
    border: 1px solid #888;
   	width: 350px;
   	height: 115px;
	background-color: #fff;	
}

.editfield {
	border:1px solid #666;
	width:245px;
	float:left;
	background-color:#fff;
	line-height:1.5em;
	height:1.5em;
	margin:0 0 .8em;
}

#sendbutton .right {
	margin:10px 0 0;
}

a:link {
	outline:none;
	color:#516d96;
	text-decoration:none;
	font-size:1em;
}

a:hover {
	outline:none;
	color:#ffa300;
	text-decoration:none;
	font-size:1em;
}