/* ### Featured ### */

div#featured {
	
	height: 233px;
	background: url(../images/wood_bg.jpg) no-repeat top center;	
}

.projectDescription {
	
	background-color: #f0f2ee;
	
}

div.featured-arrow {
	width: 26px; height: 31px;
	float: left;
	margin: 125px 0px 0px 0px;

}
div#slider {
	width: 809px; height: 210px;
	padding: 0px 10px; 
	margin: 32px 27px;
	float: left; 
	position: relative;
	background: url(../images/faded.png) no-repeat center;
}

div.projectImage {
	float: left; 
	overflow: hidden;
	margin: 0; 
	padding: 0;
}

div.projectDescription {
	float: left; 
	margin: 0 0 0 15px;
	width: 450px; 
}

div.projectDescription h1 {
	font-family: 'orbitron';
	font-size: 12px; 
	background-color:#000;
	color: #f2f2f2;
	font-weight: bold; 
	margin: 0; padding: 4px;
}
	
div.projectDescription p {
	font-family: 'orbitron';
	font-size: 13px; color: #000;
	line-height: 22px; 
	margin-top: 15px;
	text-align: left;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 809px; 
	float: left;
	margin: 10px 0px 0px 0px;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%; height: 100%;
	list-style-type: none;
	float: left; overflow: hidden;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	overflow: hidden;
	position: relative;
	width: 809px;
	padding: 0px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	text-indent: -9000em;
}

.contactFormContainer {
	width: 700px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #f0f2ee;
	text-align: center;
	font-size: 130%;
}

.inputFieldTextBefore {
	width: 350px;
	height: 30px;
	float: left;
}

.contactInput {
	display: block;
	float: left;
	background-color: #ffffff; 
	color: #000000; 
	text-align: center; 
	border: 2px solid gray; 
	height: 25px;
	width: 300px;
	font-family: 'orbitron';
}

.contactSendButton {
	margin-left: 17px;
	margin-top: 15px;
	border-radius: 4px;
	height: 27px;
	min-width: 100px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	border: 1px solid #b7b7b7;
	box-shadow: 0px 0px 1px #b7b7b7;
	cursor: pointer;
	background-color: #E8E8E8;
	font-family: 'orbitron';
}

#formErrorContainer{
	margin-left: 15px; 
	margin-top: 15px;
	text-align: left;
}

.reloadImage {
	margin-right: 45px; 
	margin-top: 35px;
	cursor: pointer;
}

.contactFormTextarea {
	font-family: 'orbitron';
	width: 648px; 
	height: 150px; 
	border: 2px solid gray;
}

.contactFormContainer{
	width: 700px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto;
}

.captchaImageContainer {
	margin-top: 10px;
}

.colorRed {
	color: red;
}

.clearFloat {
	clear: both;
}

.floatLeft {
	float: left;
}

.impressumContainer {
	width: 600px; 
	margin-left: 10px;
}


.csw {width: 100%; height: 100%; overflow: hidden; float: left;}
.csw .loading { margin: 100px 0 300px 0; text-align: center; color: #fff; font-weight: bold; font-family: Verdana; font-size: 12px; }
