/* start overwrite general.css */
div#lang_de {
	top:	0px;
	right:	23px;
	left:	auto;
}
div#lang_en {
	top:	0px;
	right:	0px;
	left:	auto;
}

#wrapper {
	min-height:	800px;
}

#logo_left {
	position:	absolute;
}

#outer_content_wrapper {
	top:	82px;
	left:	397px;
	bottom:	0px;
	width:	603px;
}

#navigation_buttons {
	background-color:	transparent;
}
/* end overwrite general.css */

#projects_wrapper {
	position:		fixed;
	left:			50%;
	margin-left:		-503px;
	height:		100%;
}

#presentation {
	position:	relative;
	color:	rgb(2,51,104);
}
	.float {
		position:	absolute;
		width:	230px;
		height:	158px;
	}
	
	#presentation_logo {
		position:	absolute;
		top:	190px;
		left:	287px;
		width:	230px;
		height:	86px;
		text-align:	center;
	}
	
	#first_box {
		top:	284px;
		left:	49px;
	}
	
	#second_box {
		top:	284px;
		left:	287px;
	}
	
	#third_box {
		top:	450px;
		left:	49px;
	}
	
	#contact_box {
		top:	450px;
		left:	287px;
		font-size:			12px;
		padding:			30px;
		width:				170px;
		height:				98px;
		/*background-color:	rgb(222,227,233);*/
		background-color:	rgb(192,204,217);
	}
	
	#presentation_name {
		position:	absolute;
		top:		636px;
		left:		115px;
		width.		340px;
	}

#projects {
	position:		absolute;
	top:			82px;
	left:			0px;
	bottom:			83px;
	width:			360px;
	background-color:	rgb(255,156,0);
	border-right:	10px solid rgb(255,156,0);
	border-bottom:	10px solid rgb(255,156,0);
}
	#projects_title {
		padding:		10px;
		color:			white;
		font-size:		14px;
		font-weight:	bold;
	}
	
	.nav_tab {
		cursor:		pointer;
		float:		left;
		width:		91px;
		height:		16px;
		padding:	2px;
		padding-left:5px;
		font-size:	11px;
		color:		rgb(255,156,0);
		background-image:		url(/e4s/door2rental/client/rx/images/tabs.png);
		background-position:	0px 0px;
	}
	
	.nav_tab.active {
		background-position:	0px -20px;
	}
	
	.nav_tab:hover {
		text-decoration:	underline;
	}
	
	.projects_list {
		position:		absolute;
		top:			44px;
		bottom:			0px;
		width:			100%;
		overflow:		auto;
	}
	
	.projects_list a {
		text-decoration:	none;
	}
	
	.projects_list img {
		width:	145px;
		height:	65px;
		margin-right:	5px;
	}
	
	.projects_list .separator {
		margin-left:		10px;
		padding-left:		5px;
		padding-right:		5px;
		background-color:	white;
	}
	.projects_list .separator hr {
		margin:		0px;
		border:		1px solid rgb(192,204,217);
	}
	
	.projects_list .project {
		margin-left:	10px;
		height:			65px;
		padding:		5px;
		background-color:	white;
	}
	
	.project_offline {
		margin-left:	10px;
		height:			65px;
		padding:		5px;
		background-color:	red;
	}
	
	.project span, .project img  , .project_offline span , .project_offline img{
		float:	left;
	}
	
	.project span ,.project_offline span{
		margin:	5px;
		width:150px;
	}