@charset "utf-8";

/*** global layout ***/

html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	text-align: center;
	margin: 0 auto;
	background: #8EA5B7;
}
div {
	text-align: left;
}
div.wrapper{
	width: 786px;
	margin: auto;
	overflow: auto;
	background: #FFFFFF;}

div.header, div.navigation, div.bottomNavigation, div.footer {
	width: 786px;
	margin: auto;
	overflow: auto;
}

div.header {
	width: 800px;
	height: 150px;
	background-position: 150px top;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.navigation {
	background-image: url(items/navigation-background.png);
	height: 85px;
	width: 800px;
	padding: 0px 1px 0px 1px;
	overflow: hidden;
}

div.navigation a {
	float: left;
	padding: 68px 0px 5px 0px;
	margin: 0px 1px 0px 1px;
	width: 96px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

div.navigation a:hover, div.navigation a.selectedSection {
	color: #4D919B;
	background: bottom repeat-x url(items/navigation-linkbackground.png);
}

div.search {
	background: #FFFFFF;
	text-align: right;
	padding: 10px 0px 5px 0px;
	width: 800px;
}
div.content {
	background: #FFFFFF;
	overflow: visible;
	padding: 7px;
	overflow: auto;
}

div.bottomNavigation {
	padding: 0px 10px 0px 10px;
	width: 768px;
	margin: auto auto 3px auto;
	cursor: default;
	margin-top: 10px;
}

div.bottomNavigation a {
	text-decoration: none;
	color: #000000;
	font-weight: 800;
	font-size: 10px;
}
div.bottomNavigation a:hover {
	text-decoration: underline;
}

div.footer {
	text-align: right;
	background: #8EA5B7;
	font-size: 10px;
	width: 768px;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	cursor: default;
}

/* basic elements */
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	border: 0px;
	color: #548E99;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 3px 10px 3px 10px;
	color: #5A5A5A;
}

h2 {
	color: #96A8B6;
	font-weight: bold;
}

p {
	/*overflow: auto;*/
	text-align: left;
	margin: 10px 13px 20px 13px;
}

/* search form */
div.search form {
	display: inline;
}

input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
select {
	border-style: solid;
	border-width: 1px;
	width: 140px;
	height: 18px;
	border-color: #90A7B9;
}

div.search input.text, input.text {
	height: 14px;
	margin: 1px -5px 4px 0px;
	/* fucking fix */
	_margin: 0px 0px 2px 0px;
	background: #FFFFFF;
	border: solid #90A7B9 1px;
}
div.search input.text {
	width: 120px;
}

input.submit {
	height: 16px;
	background: #90A7B9;
	border: solid #90A7B9 1px;
	margin: 0px 30px 2px -5px;
	color: #FFFFFF;
	font-weight: bold;
}
div.search input.submit {
	width: 50px;
}
label {
	margin-left: 13px;
}

textarea.contact, input.contact, select {
	display: block;
	margin-left: 13px;
}

div.search a {
	padding: 0px 2px 0px 2px;
}

div.search div.searchForm {float: right;}
div.search div.searchForm .text {margin: 0;}
div.search div.searchForm .submit {margin: 0 20px 0 4px;}
/* languages */
div.search div.language {float: right; margin-top: 2px;}

div.search a {
	float: left;
	width: 15px;
	height: 13px;
	line-height:999px;
	overflow:hidden;
	margin: 0px 3px 0px 3px;
}

div.search a.bg {
	background: url(items/language-bulgarian.png) no-repeat;
}
div.search a.en {
	background: url(items/language-english.png) no-repeat;
}
div.search a.du {
	background: url(items/language-deutsch.png) no-repeat;
}

p.leftFoot {
	float: left;
	padding: 0px;
	margin: 0px;
}
p.rightFoot {
	float: right;
	padding: 0px;
	margin: 0px;
}
div.footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
div.footer a:hover {
	text-decoration: underline;
}
/*** Inner page divs and elements ***/

/* home page */

div.newsFeeds {
	width: 155px;
	background: no-repeat top url(home/items/news-background.png);
	overflow: auto;
	padding: 7px 10px 7px 10px;
	float: left;
}

div.newsFeeds h3, div.newsFeeds h4, div.newsFeeds h5 {
	width: 155px;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #000000;
}
div.newsFeeds h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
div.newsFeeds h4 {
	font-size: 13px;
	font-weight: normal;
	color: #969DA3;
}
div.newsFeeds h5, h6 {
	font-size: 10px;
	font-weight: bold;
}
div.newsFeeds p {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 155px;
	overflow: auto;
}
div.newsFeeds a {
	float: right;
	font-weight: bold;
	margin: 1px 1px 10px 1px;
}

div.welcomePage {
	float: left;
	padding: 0px 0px 0px 11px;
	width: 600px;
}

div.welcomePage div {
	float: left;
	margin: 0px;
	padding: 8px;
	width: 129px;
	color: #5A5A5A;
}

div.welcomePage a.rightLink {
	float: right;
	margin-right: 3px;
}

div.welcomePage h2 {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #5A5A5A;
}

div.welcomePage p {
	margin: 0px;
}
/* about us page */

div.leftColumn {
	width: 200px;
	float: left;
}
div.leftColumn p {
	text-align: left;
}
div.rightColumn {
	width: 580px;
	float: left;
}

div.leftColumn img {
	border: 1px solid #B4CEDF;
	padding: 1px;
	margin: 35px 10px 10px 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

/* projects page */

div.firstColumn {
	float: left;
	width: 150px;
	padding-top: 35px;
}
div.secondColumn {
	float: left;
	width: 435px;
}
div.thirdColumn {
	float: left;
	width: 200px;
	padding-top: 35px;
}

div.firstColumn img {
	margin-left: 10px;
}
div.firstColumn p {
	border-bottom: 1px solid #748796;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.firstColumn a {
	padding-left: 20px;
	margin-left: 10px;
	float: left;
}
a.flashPresentation, a.video, a.buildingStatus {
	height: 15px;
	padding-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
a.flashPresentation {
	background: url(items/items-flashpresentation.png) left no-repeat;
}
a.video {
	background: url(items/items-video.png) left no-repeat;
}
a.buildingStatus {
	background: url(items/items-buildingstatus.png) left no-repeat;
}
a.slideShow {
	background: url(items/items-slideshow.png) left no-repeat;
}
a.flashPresentation:hover, a.video:hover, a.buildingStatus:hover,a.slideShow:hover {
	text-decoration: underline;
}
a.creditsOptions {
	height: 15px;
	padding-top: 3px;
	background: left no-repeat url(items/items-credits.png);
	text-decoration: none;
}
a.creditsOptions:hover {
	text-decoration: underline;
}
a.sendRequest {
	height: 15px;
	padding-top: 3px;
	background: left no-repeat url(items/items-sendrequest.png);
	text-decoration: none;
}
a.sendRequest:hover {
	text-decoration: underline;
}

div.thirdColumn img {
	margin-left: 15px;
	padding: 1px;
	border: 1px solid #B4CEDF;
}

ul {
	list-style-image: url(items/ol-mark.png);
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 30px;
}
li {
	margin: 2px 0px 3px 20px;
}
li.large {
	font-size: 12px;
}
/*** elements definition ***/

#BVP-Logo {
	width: 180px;
	height: 150px;
	float: left;
}
#AIPP-Logo {
	width: 72px;
	height: 150px;
	float: right;
}

div.button {margin: 0 6px 0 6px; padding-top: 2px; width: 100px; height: 16px; text-align: center; color: #ffffff; background-color: #90A7B9; font-weight: bold; cursor: pointer;}

.offerssearch {float: left; width: 600px; border-spacing: 0; color: #616161; font-size: 11px;}
.offerssearch label {margin: 0; font-weight: bold;}
.offerssearch input {border-style: solid; border-width: 1px; width: 160px; height: 16px; border-color: #90A7B9;}
.offerssearch input.short {width: 70px;}
.offerssearch input.button {width: 120px; height: 18px;}
.offerssearch img {display: inline; margin: 0; width: 188; height: 21px; cursor: pointer;}
.offerssearch textarea {display: block; border-style: solid; border-width: 1px; width: 300px; height: 100px; border-color: #90A7B9;}

#question {float: left; clear: both; margin-left: 12px;}
* html #question {float: left; clear: both; margin-left: 6px;}
* html .offerssearch input.button {position: relative; right: -2px;}
*:first-child+html .offerssearch input.button {position: relative; right: -2px;}

#friend {float: left; clear: both; margin-left: 12px;}
* html #friend {float: left; clear: both; margin-left: 6px;}

/**/

.offer_info div {font-size: 11px; margin-bottom: 6px;}
.offer_info div p {display: inline; color: #408590; font-size: 11px; font-weight: bold;}

/* galleryimage */
.galleryimage {table-layout: fixed; margin: 0 auto 0 auto; border-style: none; border-width: 0; border-spacing: 0; width: 130px; height: 100px;}
.galleryimage td {border-style: solid; border-width: 1px; padding: 3px; width: 122px; height: 92px; text-align: center; vertical-align: middle; border-color: #cccccc;}
.galleryimage img {display: block; margin: auto; border-style: solid; border-width: 1px; padding: 0; max-width: 120px; max-height: 90px; border-color: #90A7B9; cursor: pointer;}

* html .galleryimage img {cursor: hand;}
*:first-child+html .galleryimage img {cursor: hand;}

.previewimage {table-layout: fixed; margin: 0 auto 0 auto; border-style: none; border-width: 0; border-spacing: 0; width: 266px; height: 202px;}
.previewimage td {border-style: solid; border-width: 1px; padding: 3px; width: 258px; height: 194px; text-align: center; vertical-align: middle; border-color: #cccccc;}
.previewimage img {display: block; margin: auto; border-style: solid; border-width: 1px; padding: 0; max-width: 256px; max-height: 192px; border-color: #90A7B9; cursor: pointer;}

* html .previewimage img {cursor: hand;}
*:first-child+html .previewimage img {cursor: hand;}

.ierepair {width: 266px; height: 206px;}
* html .ierepair {width: 270px; height: 204px;}
*:first-child+html .ierepair {width: 270px; height: 210px;}

* html .marginfix {position: relative; top: -4px;}
*:first-child+html .marginfix {position: relative; top: -4px;}
