body {
	margin: 0px;
	background: url(../images/bg.jpg) no-repeat black;
	background-position: top center;
	font-family: Arial, Verdana;
	font-size: 14px;
	letter-spacing: 2px;
}

#container {
	width: 920px;
	margin: 0px auto;
}

#header {
	height: 100px;
}

h1 {
	background: url(../images/header.png);
	text-indent: -999px;
	width: 302px;
	height: 57px;
	margin: 0px;
}

ul#menu {
	background: url(../images/menu_bg.png) no-repeat;
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	float: right;
}

#menu li {
	font-size: 17px;
	color: #FFF;
	float: left;
	list-style: none;
	margin: 0px 8px 0px 0px;
	font-family: Arial Narrow, Arial, Verdana;
}

#menu li a, a, a:visited {
	color: white;
	text-decoration: none;
}

#menu li.last {
	background: url(../images/menu_last.png) no-repeat;
	width: 43px;
	height: 22px;
	margin: 0px 0px 0px -8px;
}

h2 {
	background: url(../images/main_top.png) no-repeat 14px;
	text-indent: -999px;
	width: 174px;
	height: 64px;
	margin: 0px;
}

div#body h3 {
	font-family: Ayuthaya, Courier New, Arial Narrow, Arial, Verdana;
	font-size: 17px;
	color: #9F9F9F;
	margin: 5px 0px 5px 20px;
}

div#body h3 p {
	font-weight:bold;
}

div#body p {
	margin: 0px 0px 0px 40px;
}

div#body {
	margin: 0px 0px 3px 25px;
	color: #BFBFBF;
	letter-spacing: 0px;
	font-size: 12px;
	font-family: Ayuthaya, Courier New, Arial Narrow, Arial, Verdana;
}

h6 {
	background: url(../images/main_bottom.png) no-repeat 14px;
	text-indent: -999px;
	width: 26px;
	height: 15px;
	margin: 0px;
}

#code {
	color: #FFF;
}

#codecase {
	background: url(../images/codecase_bg.png) no-repeat 34px;
	width: 1000px;
	height: 746px;
}

#codecase #links {
	padding: 220px 0px 0px 0px;
	width: 40px;
	height: 552px;
	float: left;
}
 
#codecase #content {
	width: 840px;
	height: 746px;
	float: left;
}

#codecase #content #images {
	width: 800px;
	height: 706px;
	margin: 20px;
}

#codecase #content #code {
	width: 100%;
	height: 100%;
	font-size: 12px;
}

#codecase #rechts {
	padding: 220px 0px 0px 0px;
	width: 40px;
	height: 75px;
	float: left;
}

#showcase {
	background: url(../images/showcase_bg.png) no-repeat 34px;
	width: 1000px;
	height: 552px;
}

#showcase #links {
	padding: 220px 0px 0px 0px;
	width: 40px;
	height: 552px;
	float: left;
}
 
#showcase #content {
	width: 840px;
	height: 552px;
	float: left;
}

#showcase #content #images {
	width: 800px;
	height: 512px;
	margin: 20px;
}

#showcase #rechts {
	padding: 220px 0px 0px 0px;
	width: 40px;
	height: 75px;
	float: left;
}

.description, #descriptionSlider {
	width: 800px !important;
}

#contactButton {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url(../images/contact.png);
	background-position: 0px -128px;
	background-origin: padding-box;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	color: white;
	cursor: auto;
	display: block;
	font-size: 12px;
	height: 37px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 202px;
	margin-top: 9px;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: underline;
	text-indent: -9999px;
	vertical-align: baseline;
	width: 191px;
}

#form {
	padding: 20px;
	color: #000;
}

#form label {
	float: left;
	width : 100px;
	padding-left: 50px;
	height: 25px;
}

.input {
	background: url(../images/contact.png) no-repeat -2px -29px;
	float: left;
	width: 306px;
	height: 20px;
	margin-bottom: 5px;
}

#form input:focus {
	border: 0px;
	outline-width: 0px;
}

#form input {
	background: none;
	border: 0px;
	font: normal normal normal 11px/15px Arial;
	margin: 0px;
	padding: 3px 0px 0px 6px;
	width: 260px;
}

.inputTop {
	background: url(../images/contact.png) no-repeat -2px -29px;
	display: block;
	height: 6px;
	margin: 0px;
	width: 276px;
}

.inputBot {
	background: url(../images/contact.png) no-repeat -2px -43px;
	display: block;
	height: 6px;
	margin: 0px;
	width: 276px;
}

#form textarea {
	border: solid;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font: normal normal normal 11px/15px Arial;
	margin: 0px;
	padding: 0px 5px;
	width: 264px;
}