@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background: #d7d7d7;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #676767;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	line-height: normal !important;
	padding: 0;
}
h3, h4, h5 {
	margin-top: 1.67em;
}
.project h3 {
	margin-top: 0;
}
p {
	margin: .5em 0;
	padding: 0;
}
.screen {
	background: url(gfx/laptop.png) no-repeat 0 0;
	height: 133px;
	margin: 40px 0 .5em 0;
	padding: 0;
	width: 261px;
}
.screen img {
	margin: 9px 0 0 47px;
	padding: 0;
}
#content ul {
	margin: .5em 0 .5em 15px;
	padding: 0;
}
#content ul li {
	margin: 0;
	padding: 0;
}

/* Layout
-----------------------------------------------*/ 
#bg {
	background: #e4e4e4;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #06293e url(gfx/bg_header.jpg) no-repeat top center;
	color: #f4f4f4;
	float: left;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 173px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#innerheader {
	background: url(gfx/bg_innerheader.png) no-repeat bottom center;
	font-size: 1.67em;
	height: 173px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#logo {
	float: left;
	height: 173px;
	margin: 0;
	padding: 0;
	width: 113px;
}
#logo img {
	margin-top: 76px;
}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 787px;
}
#container {
	background: url(gfx/bg_content_bottom.png) no-repeat bottom left;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 50px 0;
	width: 100%;
}
#content {
	background: #fff url(gfx/bg_content.png) repeat-y 0 0;
	color: #676767;
	float: left;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
	padding: 0 25px 0 55px;
	width: 870px;
}
.text,
.textxl,
.textfull {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 260px;
}
.textxl {
	width: 550px;
}
.textfull {
	width: 840px;
}
.project {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
.project .screen {
	float: left;
	margin: 0 20px 15px 0;
}
#footer {
	background: #d7d7d7 url(gfx/bg_footer.png) repeat-x 0 0;
	color: #676767;
	float: left;
	font-size: 62.5%;
	margin: 0;
	padding: 13px 0 25px 0;
	text-align: left;
	width: 100%;
}
#footer p {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	margin: 101px 0 0 30px;
	padding: 0;
}
ul#menu li {
	display: inline;
	height: 42px;
	list-style: none;
	line-height: 42px;
	margin: 0;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	background: transparent;
	color: #f4f4f4;
	display: block;
	float: left;
	height: 42px;
	margin-right: 25px;
	line-height: 42px;
	text-decoration: none;
}
ul#menu li a:hover {
	background: url(gfx/bg_current.png) no-repeat bottom center;
	color: #f4f4f4;
	text-decoration: none;
}
.current {
	background: url(gfx/bg_current.png) no-repeat bottom center !important;
	font-weight: bold;
}
