/* cmsms stylesheet: TOBIASDINTER_GRIDS modified: Freitag, 7. Oktober 2022 19:00:08 */
@charset "utf-8";

#recent_projects {
}

#recent_projects #wrapper {
	height: 740px;
}

#recent_projects .mainWrapper {
	width: 1156px;
	padding: 0;
}
#recent_projects .content_holder {
	width: 1156px;
}

#recent_projects .top_holder {
	height: 140px;
}

/*** logo ***/
#recent_projects #logo {
	height: 120px;
	width: 285px;
	float: left;
	padding-top: 0px;
}
	#recent_projects #logo img {
		margin-top: 57px;
		margin-left: 29px;
	}

/*** send comment ***/
#recent_projects #sendcomment {
	width: 697px;
	height: 120px;
	float: left;
	padding-right:0;
	
}
	#recent_projects #sendcomment a.showForm {
		padding-right: 10px;
	}
	
	/** need to adjust form's height to grid **/
	#recent_projects #sendCommentForm .sendCommentFormContainer  {
		height: 171px;
	}
		#recent_projects #sendCommentForm .formContent {
			height: 141px;
		}
		#recent_projects #sendCommentForm form .inputSubject {
			padding-bottom: 3px;
		}
		
#recent_projects #sendCommentForm {
	position: absolute;
	top: 0;
	left: 633px;
	width:349px;
	height: 250px;
	overflow: hidden;
	text-align: left;
	display: none;
	z-index: 9000;
	font-size:11px;
	color:#fff;
}
	

/** home nav **/
#recent_projects #homenav {
	margin-top: 31px;
	position: absolute;
	left: 0;
	width: 87px;
}

#recent_projects .homenavMenu .work { margin-left: 0px; }


/*** recent projects **/
.recent_projects {
	margin-top: 31px;
	left: 112px;
	width: 165px;
	position: absolute;
}
	.recent_projects .loewDropDownMenu {
		z-index: 9999;
	}
	
.recent_projects_divider {
	height:42px;
}

.project_listings {
	width: 148px;
	height: 376px;
	overflow: auto;
	font-size: 11px;
	line-height: 18px;
}
	.project_listings ul li.selected a {
		text-decoration: underline;
	}
	.project_listings ul li.first {
		padding-top: 0px;
	}
	.project_listings ul li {
		padding: 5px 5px 8px;
	}
	
/*** ***/
.recent_projects_holder {
	width: 696px;
	position: absolute;
	left: 285px;
}

.recent_projects_holder .header {
	color: white;
	height: 29px;
	width: 696px;
	position: absolute;
	z-index: 10;
}
	.recent_projects_holder .header h2 {
		font-size: 20px;
		font-weight: normal;
		line-height: 29px;
		padding: 0 6px;
		float: left;
		position: absolute;
		z-index: 11;
	}
	
	.recent_projects_holder .recent_projects_content {
		margin-top: 2px;
		padding: 5px 0;
	}

.recent_projects_content {
	position: relative;
	top: 29px;
	padding: 0;
}
		
.recent_project_listings {
	width: 696px;
	height: 510px;
	overflow: hidden;
}
	.recent_project_listings ul {
		padding: 0;
		margin: 0;
	}
		.recent_project_listings ul li {
			width: 156px;
			height: 157px;
			display: block;
			float: left;
			overflow: hidden;
			margin: 6px 7px 10px 11px;
			padding: 0;
			background: url(https://www.tobiasdinter.de/cms/uploads/images/bg.png) 0 0 no-repeat;
			position: relative;
		}
		
		.recent_project_listings .thumbInfo, .recent_project_listings .thumbImage, .recent_project_listings .thumbTail {
			
			overflow: hidden;
			position: absolute;
			left: 0;
			top: 0;
			cursor: pointer;
			*cursor: hand;
		}
			.recent_project_listings .thumbInfo { 
				background: url(https://www.tobiasdinter.de/cms/uploads/images/thumb_info_bg.png) 0 0 no-repeat; 
				/*width: 152px;
				height: 152px;*/
				width: 135px;
				height: 135px;
				font-size: 11px;
				color: #333;
				padding: 10px 7px 7px 10px;
				line-height: 1.22em;
				left: -152px;
			}
				.recent_project_listings .thumbInfo p {
					margin-bottom: 1em;
					
				}
				.recent_project_listings .thumbInfo b, .recent_project_listings .thumbInfo strong { 
					font-weight: 550;
				}
				.recent_project_listings .thumbInfo label { 
					font-size: 9px;
					color: #555;
				}
				.recent_project_listings .thumbInfo div.go { 
					position: absolute;
					right: 8px;
					bottom: 5px;
					width: 24px;
					height: 25px;
				}
					.recent_project_listings .thumbInfo div.go a { 
						position: relative;
						left: 0;
						top: 0;
					}
			.recent_project_listings .thumbImage { 
				width: 152px;
				height: 152px;
			}
		
		
#project_info {
	position: absolute;
	top: 0;
	left: 0;
	width: 384px;
	height: 340px;
	font-size: 11px;
	line-height: 1.5em;
	display: none;
	/*-moz-opacity: 0.75;*/
}

#project_info .topBorder {
	background: url(https://www.tobiasdinter.de/cms/uploads/images/project_info_bgtop.png) 0 0 no-repeat;
	height: 9px;
	width: 384px;
	overflow: hidden;
	line-height: 10px;
	font-size: 0px;
}
#project_info .bottomBorder {
	background: url(https://www.tobiasdinter.de/cms/uploads/images/project_info_bgbottom.png) 0 0 no-repeat;
	height: 10px;
	width: 384px;
	overflow: hidden;
	line-height: 10px;
	font-size: 0px;
}
#project_info .bg {
	background: url(https://www.tobiasdinter.de/cms/uploads/images/project_info_bg.png) 0 0 repeat-y;
	width: 384px;
	height: 320px;
}
#project_info a { color: #4E8DAC; }
#project_info a.closeProjectInfo { height: 20px; float: right; background: url(https://www.tobiasdinter.de/cms/uploads/images/icon_closewindow.gif) 100% 50% no-repeat; padding-right: 16px; margin-right: 10px; position: relative; }

#project_info .project_info_content {
	padding: 0 10px 0 20px;
	color: #666;
	overflow: auto;
	width: 344px;
	height: 300px;
	position: relative;
}	
	#project_info .project_info_content p { padding: 0.1em 0 1.2em 0; line-height: 1.5em; }
	#project_info .project_info_content span.projectname { color: #000; font-weight: bold; }
	#project_info .project_info_content span.projecturl a { color: #666; padding: 0 0 0 30px; }

.modalOverlay {
	background: #ff0000;
}

#modalOverlay {
  height:100%;
  width:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:3000;
  background-color:#000;
}

#modalContainer {
	/*
  height:400px;
  width:600px;
  position:fixed;
  left:50%;
  top:15%;
  margin-left:-300px;
  z-index:3100;
  background-color:#fff;
  border:3px solid #ccc;
	*/
	
	position: absolute;
	width: 384px;
	height: 400px;
	left: 592px;
	top: 176px;
	z-index: 9100;
	
}

#modalContainer a.modalCloseImg {
  background:url(../img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  
  position:relative;
  top:-14px;
  left:588px;
  cursor:pointer;
}


/**** H Slider *****/
.hslider {

}
.hslider .hslider_slides {
	position:relative;
	height:216px;
	margin-top:8px;
	overflow:hidden;
	z-index:100;
	display:block;
	width:696px;
}
	.hslider .hslider_slides ul {
		position:absolute;
		width: auto;
		height:216px;
		left:0;
		top:0;
		z-index:10;
		padding:0;
		margin:0;
	}
	.hslider .hslider_slides ul li {
		background:url(https://www.tobiasdinter.de/cms/uploads/images/hslide_holder.png) 0 0 no-repeat;
		width:221px;
		height:216px;
		float:left;
		padding:0 0 0 1px;
		margin:0 3px 0 7px;
		overflow:hidden;
	}
	
.hslider .hslider_scrollbar {
	margin-top:20px;
	height:21px;
	position:relative;
}
.hslider .hslider_scrollbar a.arrowLeft, .hslider .hslider_scrollbar a.arrowRight {
	background:url(https://www.tobiasdinter.de/cms/uploads/images/slider-arrows.gif) 0 0 no-repeat;
	position:absolute;
	width:18px;
	height:18px;
	top:1px;
}
	.hslider .hslider_scrollbar a.arrowLeft {
		background-position:0 0;
		left:0;
		display:none;
	}
	.hslider .hslider_scrollbar a.arrowRight {
		background-position:0 -36px;
		right:0;
		display:none;
	}
	
.hslider .hslider_scrollbar div.scroll {
	background:url(https://www.tobiasdinter.de/cms/uploads/images/slider-bg.gif) 0 0 no-repeat;
	width:657px;
	margin-left:20px;
	position:relative;
	height:21px;
	/*
	border-top:1px solid #2f4c5c;
	border-left:1px solid #2f4c5c;
	border-right:1px solid #9bb9c9;
	border-bottom:1px solid #9bb9c9;
	*/
	overflow:hidden;
}
	.hslider .hslider_scrollbar div.scroll ul {
		position:absolute;
		left:0;
		top:0;
		z-index:110;
	}
	.hslider .hslider_scrollbar div.scroll ul li {
		height:19px;
		float:left;
		font-size:12px;
		line-height:19px;
		padding:0 25px;
		margin-left: 50px;
		margin-right:50px;
		/*border-left:1px solid #000;*/
	}
	.hslider .hslider_scrollbar div.scroll ul li.first {
		margin-left:0;
	}
	.hslider .hslider_scrollbar div.scroll ul li.last {
		margin-right:0;
	}
	.hslider .hslider_scrollbar div.scroll ul li a {
		text-decoration:none;
		cursor:default;
	}
	
	.hslider .hslider_scrollbar div.scroll a.bar, .ui-slider-handle {
		background:transparent url(https://www.tobiasdinter.de/cms/uploads/images/slider-handle.png) 0 0 no-repeat;
		
		position:absolute;
		display:block;
		width:86px;
		height:21px;
		left:0;
		top:0;
		margin:0;
		z-index:100;
	}
	
.subscribe {
	background:url(https://www.tobiasdinter.de/cms/uploads/images/subscribe_bg.gif) 0 0 no-repeat;
	width:696px;
	height:173px;
	margin-top:77px;
}
.subscribe h2 {
	font-size:16px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 25px 20px;
	color:#ffffff;
}
.subscribe a.sign_up {
	background:url(https://www.tobiasdinter.de/cms/uploads/images/icon_sendcomment.gif) 100% 50% no-repeat;
	font-size:13px;
	line-height:1em;
	font-weight:bold;
	padding:0 14px 0 0;
	
	float:right;
	margin:0 77px 0 0;
	
}
.subscribe .left {
	width:313;
	padding:0 10px 0 25px;
	float:left;
}

	.subscribe p {
		color:#FFFFFF;
	}
		
.subscribe .right {
	width:313;
	padding:0 25px 0 10px;
	float:left;
}

	.subscribe .right img {
		margin-left:100px;
	}
		
.subscribe .formRow {
	width:313px;
	margin:0 0 14px;
	*margin:0 0 12px;
}
.subscribe .formRow label {
	width: 70px;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:20px;
}
.subscribe .formRow input {
	border: 1px solid #5d90ad;
	font-size: 11px;
	line-height: 12px;
	background: #d9dfe1 url(https://www.tobiasdinter.de/cms/uploads/images/contactus_itxt_bg.gif) 0 0 repeat-x;
	padding: 3px 2px 2px 2px;
	*height: 16px;
	*padding: 4px 2px 0px 2px;
	margin: 0;
	width:185px;
}
/*\*/
html*.subscribe .formRow input {
[color:#fff;
height:15px;
margin:0 0 0 0;
]height:16px;
}/*end*/.dummyend[id]{clear:both;}
* html .subscribe .formRow input {
	height: 16px;
	padding: 4px 2px 0px 2px;
}

.subscribe .formAction .actionWait {
	color: #bbb;
	display: none;
	float:right;
	margin:0 77px 0 0;
}

.subscribe .errMsg {
	background:transparent;
	width:500px;
	padding: 10px 25px;
	margin:0;
	font-size:12px;
	display: none;
	float:left;
	margin-top:-10px;
	*margin-top:-15px;
}

.subscribe .errMsg ul {
	list-style: none;
}
	.subscribe .errMsg ul li {
		background: url(https://www.tobiasdinter.de/cms/uploads/images/icon_warning.gif) 0 1px no-repeat;
		color: #E1E31B;
		padding-left: 18px;
		line-height: 20px;
	}
		.subscribe .errMsg ul li.success { background: none; padding-left: 0px; }
