@CHARSET "UTF-8";

/***********************/
/*** body layout     ***/
/***********************/

body {
	margin-top: 60px;
	background: #fff;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	text-align: center;
}

div#wrapper {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}

/***************************************/
/* header layout
/***************************************/
div#header {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 0 0 14px 0;
	width: 948px;
	vertical-align: bottom;
}

div#logo {
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 135px;
	height: 53px;
}


/***************************************/
/* main menu layout
/***************************************/

div#navigation {
	position: relative;
	bottom: 0px;
	left: 0px;
	float: right;
	width: 629px;
	height: 100px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
}

#navigation a:hover {
	background-position: 0 -20px;
}

#navigation a.active {
	background-position: 0 -20px;
}

div#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 305px;
	font-size: 1px;
}

#menu a {
	width: 305px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	background-repeat:no-repeat;
	text-decoration: none;
	vertical-align: middle;
}

div#submenu {
	position: relative;
	top: 22px;
	left: 105px;
}

#submenu ul {
	margin-top:3px;
	text-align: left;
}

#submenu li {
	margin: 0 10px 0 3px;
	font-size: 1.0em;
	display: inline;
	height: 16px;
}

#submenu a img {
	margin: 0;
	padding: 0;
}

#submenu a {
	background-repeat:no-repeat;
	height: 16px;
	margin: 0;
	padding: 1px 0 0 0;
	text-decoration: none;
	vertical-align: middle; /* for Mac/Safari */
	overflow: hidden;
}

.separator {
	margin-right: 10px;
}

/***************************************/
/* content layout
/***************************************/
div#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 948px;
	font-size: 10px;
	line-height: 1.5em;
	/*letter-spacing: 0.1em;*/
}

div#content_left {
	float: left;
	width: 304px;
	height: 320px;
	background: url(../images/bg_lft.jpg) no-repeat;
}

div#content_left_border {
	float: left;
	width: 302px;
	height: 318px;
	border: 1px solid #999;
}

.bg_left {
	background: url(../images/bg_lft.jpg) no-repeat;
}

div#content_right {
	float: right;
	width: 629px;
	height: 320px;
}

.bg_right {
	background: url(../images/bg_rgt.jpg) no-repeat;
	z-index: 5;
}

a.nav_arrow:hover {
	background-position: 0 -15px;
}

a.nav_arrow_active {
	background-position: 0 -15px;
}

a.nav_arrow {
	width: 40px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	background-repeat:no-repeat;
	text-decoration: none;
	vertical-align: middle;
	z-index: 10;
}

#container p {
	padding: 0 0 5px 0;
}

#container ul {
	padding:0 0 0 20px;
	margin:0;
}

#container li {
	padding:5px 0 0 0;
	margin:0;
}

.subtitle {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #d42048;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.subtitle a {
	color: #d42048;
	font-size: 10px;
	font-weight: bold;
}

#content_panel_lft a {
	color: #eee;
}

#content_panel_lft a:hover {
	text-decoration: underline;
	color: #d42048;
}

div#content_panel {
	margin: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
}

div#content_panel_lft {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 30px;
	height: 260px;
	text-align: left;
}

div#content_panel_lft p {
	color: #eee;
}

/***************************************/
/* footer layout
/***************************************/
div#footer {
	position: relative;
	top: 0px;
	right: 30px;
	clear: both;
	width: 948px;
	padding: 5px 0 10px 0;
	font-size: 10px;
}

/***************************************/
/* contactform layout
/***************************************/

form.contactform {
	width: 100%;
}

.contactform table {
	float: left;
	width: 100%;
}

.contactform td {
	color: #eee;
	font-size: 14px;
}


.contactform input, textarea {
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #ccc;
	background-color: #ccc;
}

.contactform table tr td.col1>input,
.contactform table tr td.col2>input {
	width: 230px;
}

.contactform table tr td>textarea {
	width: 500px;
}

.contactform td.col1,
.contactform td.col2 {
	width: 270px;
}

#submit input {
	color: #eee;
	font-weight: bold;
	font-size: 14px;
	border: 0;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: left;
}

/***************************************/
/* project overview layout
/***************************************/

div#ov_list {
	margin: 30px 0 0 0;
	width: 620px;
	height: 260px;
	overflow: auto;
}

table#overview {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ov_row {
	padding-left: 12px;
	padding-right: 12px;
}

.ov_title {
	color: #d42048;
	font-weight: bold; 
}

.ov_subtitle {
	width: 90px;
	padding-top: 5px;
	text-align: center;
}

.ov_subtitle>a {
	color: #fff;
}

.ov_subtitle>a:hover {
	text-decoration: underline;
	color: #d42048;
}

table.overview {
	display: inline;
}

table.overview img:hover {
	outline: 1px solid #fff;
}

table.overview td.ov_subtitle:hover {
	color: #d42048;
}

p.pagination {
	margin-top: 10px;
}

/***************************************/
/* project details layout
/***************************************/

ul#gallery_thumbs {
	float: left;
	list-style: none;
	padding: 0px;
	margin-right: 10px;
}

#gallery_thumbs li {
	margin-bottom: 8px;
}

#gallery_thumbs img.v_active {
	border: 1px solid #fff;
}

li#gallery_title {
	width: 40px;
	border: 1px solid #fff;
	margin-left: 0px;
	padding: 2px 0 2px 0;
}

#gallery_thumbs img:hover {
	outline: 1px solid #fff;
}

.gallery_image {
	border: 1px solid #fff;
	vertical-align: text-bottom;
}

a#gallery_link {
	font-size: 12px;
	color: #fff;
}

a#gallery_link:hover {
	text-decoration: none;
}

.square {
	width: 10px;
	height: 10px;
}

.grey {
	background-color: #78786c;
}

.red {
	background-color: #d42048;
}

.text_link {
	text-align: center;
	font-size: 9px;
	color: #fff;
}

div#map_icon {
	position: relative;
	bottom: 40px;
	left: 0px;
}

/***************************************/
/* project details small dots left
/***************************************/

div#v_projectindex {
	position: relative;
	top: 0px;
	right: 0px;
	line-height:140%;
	text-align: right;
}

#v_projectindex ul {
	padding: 0;
}

#v_projectindex li {
	margin: 0 3px 0 0;
	list-style: none;
	display: inline;
}

#v_projectindex a.active {
	background-position: 0 -12px;
}

div#v_options {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height:140%;
}

a.dots img {
	padding: 0 1px 0 0;
}

a.dots {
	background: url("../images/dot_grey_red.gif") no-repeat left top;
	padding: 0 1px 0 0;
	vertical-align: middle; /* for Mac/Safari */
	overflow: visible;
}

a.dots:hover {
	background-position: 0 -12px;
}

#v_options a.active {
	background-position: 0 -12px;
}


/***************************************/
/* start page / language selection
/***************************************/

div#start {
	margin-top: 130px;
	margin-left: 100px;
}

div#address {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 284px;
	line-height:140%;
	color: #eee;
	text-align: center;
	font-size: 9px;
}
/***************************************/
/* welcome page / menu selection
/***************************************/

div#welcome {
	margin-top: 100px;
	margin-left: 185px;
}