.subContainer {
	margin: 10px;
}
.subTopMenu {
	width: 176px;
	height: 34px;
	background: url(../img/subMenuTop.png);
}
.holder {
	margin: 1px 0 1px 0;
}
.subContent {
	width: 176px;
	height: 338px;
	overflow: auto;
	background: url(../img/submenuBG.png) repeat;
}
#pane1 {
}
.subItem {
	color: #000000;
}
.subItemAlign {
	margin-left: -39px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
}
.subItemSpacer {
	height: 20px;
	width: 50px;
	background: url(../img/blank.gif) repeat;
	cursor: default;
}
.subBottomMenu {
	width: 176px;
	height: 80px;
	background: url(../img/subMenuBottom.png);
}
.upArrow {
	width: 16px;
	height: 16px;
	background: #ffffff;
	float: right;
	cursor: pointer;
}
.downArrow {
	width: 16px;
	height: 16px;
	background: #ffffff;
	float: right;
	cursor: pointer;
}
.transparency2 {
	opacity: .10;
	-moz-opacity: .10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}
a.jScrollArrowUp {
	background: url(../img/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowDown {
	background: url(../img/basic_arrow_down.gif) repeat-x 0 0;
}
img {
	border: none;
}
.mouseOver {
	opacity: .35;
	-moz-opacity: .35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter: alpha(opacity=35);
}
.mouseOver:hover {
	opacity: .99;
	-moz-opacity: .99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);
}
/* sub navigation */
.subnavigation {
	list-style: none;
}
.subFloatImage {
	width: 20%;
	display: block;
	float: left;
	margin: 0 5px 16px 0;
	cursor: pointer;
}
.subFloatTitle {
	width: 65%;
	display: block;
	float: left;
	margin: 0 0 16px 5px;
	color: #cccccc;
	cursor: pointer;
}
.subFloatTitle:hover {
	width: 65%;
	display: block;
	float: left;
	margin: 0 0 16px 5px;
	color: #82aaff;
	cursor: pointer;
}
.scrollDown {
	position: relative;
	float: right;
	top: 8px;
	left: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: url(../img/arrowDown.png) no-repeat 0 0;
	width: 25px;
	height: 17px;
}
/*\*/
* html .scrollDown {
	background: url(../img/arrowDownIE56.gif) no-repeat 0 0;
}/**/
.scrollUp {
	position: relative;
	float: right;
	top: 8px;
	left: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: url(../img/arrowUp.png) no-repeat 0 0;
	width: 25px;
	height: 17px;
}
/*\*/
* html .scrollUp {
	background: url(../img/arrowUpIE56.gif) no-repeat 0 0;
}/**/
.nextEntry {
	position: relative;
	float: right;
	top: 6px;
	left: 0;
	margin: 0 9px 0 0;
	cursor: pointer;
	background: url(../img/nextEntry.png) no-repeat 0 0;
	width: 25px;
	height: 17px;
}
/*\*/
* html .nextEntry {
	background: url(../img/nextEntryIE56.gif) no-repeat 0 0;
}/**/
.prevEntry {
	position: relative;
	float: right;
	top: 6px;
	left: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
	background: url(../img/prevEntry.png) no-repeat;
	width: 25px;
	height: 17px;
}
/*\*/
* html .prevEntry {
	background: url(../img/prevEntryIE56.gif) no-repeat 0 0;
}/**/
.projectCount {
	float: left;
	margin: 8px 15px 0 9px;
	z-index: 1;
}
.loading {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	background: url(../img/loading.gif) no-repeat 0 0;
	z-index: 100;
}
.descriptionColor {
	color: #888888;
}
.popUpContact {
	position: fixed;
	top: 552px;
	width: 176px;
	height: 30px;
	margin: 0 0 0 10px;
	background: url(../img/subMenuBottom.png) repeat;
	padding: 0;
	z-index: 4;
}
.popUpContact ul {
	list-style: url(../img/tagsArrow2.png);
	margin: 7px 0 0 -14px;
}
/* Contact Pop Up */
.contactContainer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 100;
}
.transparentLayer {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 101;
	background: url(../img/contactBG.png);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.innerContact {
	width: 488px;
	height: 530px;
	background: #1a1a1a;
	margin: 100px auto 0 auto;
	z-index: 102;
	color: #cccccc;
	border: 1px solid #cccccc;
}
.contactInnerContainer {
	width: 620px;
	background: none;
}
.contactHeader {
	width: 488px;
	height: 21px;
	background: #465074;
	color: #cccccc;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}
.contactInfo {
	margin: 10px 30px 10px 35px;
	text-align: left;
}
.ccontactLeft {
	float: left;
	width: 450px;
}
.ccontactLeft input {
	border: none;
	background: url(../img/inputBG.png) repeat;
}
.ccontactLeft textarea {
	border: none;
	background: url(../img/inputBG.png) repeat;
}
.ccontactLeft ol {
	list-style: none;
}
.ccontactLeft li {
	margin: 0 0 10px 0;
}
#cfirma {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	color: #cccccc;
}
#cname {
	margin: 0 0 10px 0;
	float: left;
	width: 110px;
	color: #cccccc;
}
#cvorname {
	margin: 0 0 10px 0;
	float: left;
	width: 108px;
	color: #cccccc;
}
#ctel {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	color: #cccccc;
}
#cemail {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	color: #cccccc;
}
#cihrText {
	margin: 0 0 10px 0;
	float: left;
	width: 300px;
	height: 85px;
	color: #cccccc;
}
#csubmitBtn {
	width: 79px;
	height: 19px;
	margin: 5px 5px 0 0;
	padding: 0 0 1px 0;
	background: url(../img/submit.png) no-repeat 0 0;
	border: none;
	float: right;
	color: #333333;
	text-align: center;
}
/*\*/
* html #csubmitBtn {
	background: url(../img/submitIE56.gif) no-repeat 0 0;
}/**/
#cvornameLabel {
	float: left;
	width: 70px;
	margin: 0 5px 0 6px;
	text-align: right;
}
/*\*/
* html #cvornameLabel {
	margin: 0 5px 0 4px;
}/**/
#cihrTextLabel, #cfirmaLabel, #cnameLabel, #ctelLabel, #cemailLabel, #cihrInteresse {
	display: block;
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
	text-align: right;
}
.selections {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style: none;
}
.selections li {
	clear: both;
}
#cinteresseIDLabel, #cinteresseUIDLabel, #cinteresseICOLabel, #cinteresseSonstigesLabel {
	width: 125px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
}
#cinteresseID, #cinteresseUID, #cinteresseICO, #cinteresseSonstiges {
	display: block;
	float: left;
	margin: 1px 3px 0 0;
}
#cihrText {
	color: #cccccc;
	font: 12px normal Arial, Helvetica, sans-serif;
}
.closeContact {
	width: 79px;
	height: 16px;
	margin: 5px 5px 0 0;
	padding: 3px 0 0 0;
	background: url(../img/submit.png) no-repeat 0 0;
	border: none;
	float: right;
	color: #333333;
	text-align: center;
}
.errorBox {
	position: absolute;
	top: 200px;
	margin: 0 auto 0 auto;
	width: 200px;
	height: 100px;
	border: 1px solid #cccccc;
	color: #cccccc;
	text-align: center;
	z-index: 200;
	background: #1a1a1a;
}
.errorMessage {
	width: 488px;
	height: 530px;
	margin: 45px 0 0 0;
	color: #cccccc;
	text-align: center;
	vertical-align: middle;
}
.contactLoading {
	margin: 0 10px 0 0;
	padding: 0;
	z-index: 100;
}
.errorColor {
	color: #ff0000;
}
.nonErrorColor {
	color: #82aaff;
}
.joblist {
	width: 185px;
	max-width: 185px;
	overflow: auto;
}

@media only screen and (max-device-width: 1024px) {
	.popUpContact {
		position: fixed;
		top: 554px;
		width: 176px;
		height: 30px;
		margin: 2px 0 0 10px;
		background: url(../img/subMenuBottom.png) repeat;
		padding: 0;
		z-index: 4;
	}
	.popUpContact ul {
		list-style: url(../img/tagsArrow2.png);
		margin: 7px 0 0 -14px;
	}
}
