html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	position: absolute;
	width: 100%;
	background-color: #FFF;
	font-family: Verdana,  Geneva,  sans-serif;
	font-size: 11px;
	text-align: justify;
	overflow: hidden;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #c4004b;
}


ul, ol {
	padding-left: 20px;
}

ol li {
	margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h1 {
	font-size: 12pt;
	margin: 15px 20px 15px 0;
}

h2 {
	font-size: 12pt;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: inherit;
}

h1 a: visited {
	color: inherit;
}

p {
	font-size: 8pt;
	line-height: 150%;
	margin: 0 20px 15px 0;
}

p img {
	margin-left: 5px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

div#frame .right {
	float: right;
}

div#frame .left {
	float: left;
}

div#frame {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	overflow: hidden;
}

div#frame div {
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
}

div#header {
	width: 980px;
	height: 70px;
}

div#header a.logo {
	float: left;
	display: inline-block;
	width: 420px;
}

div#header_right {
	height: 70px;
	display: inline-block;
	width: 270px;
}

div#header ul#header_links {
	margin-top: 30px;
	margin-right: 10px;
	width: 55px;
	margin-bottom: 12px;
	display: block;
	float: right;
	vertical-align: bottom;
}

div#header ul#header_links li {
	height: 15px;
	line-height: 15px;
}

div#header ul#header_links li a {
	text-decoration: none;
	color: #7e7e7e;
}

div#header ul {
	list-style: none;
	display: inline-block;
	margin: 0 0 8px;
	padding: 0;
}

div#header div#search {
	display: block;
	float: right;
	width: 180px;
	padding-left: 10px;
	height: 45px;
	margin-top: 12px;
	border-left: 1px dotted #c4004b;
}

div#header div#search input {
	font-family: Verdana,  Geneva,  sans-serif;
	background-color: #e7eef4;
	border: 1px solid #a6b8ca;
	color: #1a2c6d;
	height: 20px;
	float: left;
	line-height: 20px;
}

div#header div#search input#search_query {
	height: 18px;
	width: 174px;
	padding: 2px;
}

div#header div#search input.submit {
	border-left: 0;
	width: 20px;
	height: 24px;
	cursor: pointer;
	margin-left: -20px;
	background: url(/images/search.jpg) no-repeat;
	padding: 0;
}

div#header ul#header_languages li {
	display: inline;
}

div#frame div#menu {
	width: 980px;
	height: 25px;
	overflow: visible;
	z-index: 100;
}

div#menu ul {
	width: 980px;
	float: left;
	position: relative;
	list-style: none;
	background: url(../images/menu_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
	border-right: 1px solid #000;
	height: 25px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

div#menu ul li a {
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	display: block;
	text-decoration: none;
	color: #FFF;
	line-height: 25px;
}

div#menu ul li:hover, div#menu ul li.active {
	background: url(../images/menu_bg_hover.jpg) repeat-x;
}

div#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: auto;
}

div#menu ul ul li {
	border-right: 0;
	background: url(../images/menu_bg.jpg) repeat-x;
	display: block;
	width: 100%;
	float: none;
}

ul a.dropdown {
	background: url(/images/menu_dropdown.png) no-repeat bottom right;
	margin-right: 5px;
}

div#frame div#photos {
	margin-top: 5px;
	width: 980px;
	height: 160px;
	background-color: #000;
}

div#frame div#photos.slim {
	height: 100px;
}

div#frame div#photos.slim img {
	margin-top: -15px;
}

div#photos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#photos li {
	width: 980px;
	overflow: hidden;
	position: relative;
}

#prevBtn {
	display: block;
	position: absolute;
	top: 160px;
	left: 40px;
	width: 35px;
}

#nextBtn {
	display: block;
	position: absolute;
	top: 160px;
	right: 40px;
}

* html #prevBtn, * html #nextBtn {
	position: relative;
	z-index: 100;
	top: -100px;
}

* html #nextBtn {
	left: 900px;
	top: -135px;
}

#prevBtn a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/images/btnleft.png) no-repeat 0 0;
	text-indent: -8000px;
}

#nextBtn a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/images/btnright.png) no-repeat 0 0;
	text-indent: -8000px;
}

div#photos li span.alt {
	display: block;
	height: 40px;
	position: relative;
	margin-top: -40px;
	top: -58px;
	left: 100px;
	color: #FFF;
	font-size: 16pt;
	font-family: Verdana,  Geneva,  sans-serif;
}

div#photos a.openproject {
	text-decoration: none;
	color: #000;
	font-size: 8pt;
	padding-left: 10px;
	font-weight: 700;
	display: block;
	position: relative;
	top: -40px;
	left: 830px;
	line-height: 27px;
	height: 30px;
	width: 100px;
	background: url(/images/openproject.png) no-repeat 0 0;
}

div#frame div#content {
	width: 970px;
	padding-left: 10px;
}

div.sitemap ul {
	margin-top: 0;
	padding-left: 10px;
	list-style: none;
}

div.sitemap ul ul {
	padding-left: 20px;
}

div.sitemap ul a {
	margin-left: 5px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #c4004b;
	color: #c4004b;
}

div#content ul.crumb {
	list-style: none;
	width: inherit;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0;
}

div#content ul.crumb li {
	float: left;
	padding-right: 5px;
}

div#content ul.crumb a.home {
	color: #7e7e7e;
}

div#content div.slim {
	width: 685px; /*460px;*/
}

div#content div.w700 {
	width: 685px;
}

div#content div.w640 {
	width: 640px;
}

div#content div.w300 {
	width: 300px;
	float: right;
}

div#content div.newsoverview {
	float: right;
	width: 285px;
}

div.newsoverview ul, div.newslist ul {
	list-style-image: url(/images/newsitem.jpg);
	list-style-position: inside;
	padding-left: 40px;
	margin: 0;
}

div.newsoverview h1 {
	padding-left: 40px;
}

div.newslist ul {
	padding-left: 0;
}

div.newsoverview ul li, div.newslist ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #c4004b;
}

div.newsoverview ul li a, div.newslist ul li a  {
	color: #c4004b;
}

div.newsoverview ul li p, div.newslist ul li p {
	padding-left: 23px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.newsoverview ul li a, div.newslist ul li a {
	text-decoration: none;
}

div.newsoverview ul li a:hover, div.newslist ul li a:hover {
	text-decoration: underline;
}

div.buttons {
	width: 205px;
	padding-top: 15px;
	padding-left: 20px;
}

div.buttons a {
	text-align: left;
	width: 205px;
	margin-bottom: 10px;
	height: 59px;
	padding-top: 58px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
}

div.buttons a span {
	width: 185px;
	height: 39px;
	display: block;
	background-image: url(/images/buttonbg.png);
	padding: 10px;
}

div#speciallyfor ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

div#speciallyfor li {
	float: left;
	display: block;
	margin-right: 10px;
}

div#speciallyfor a {
	display: block;
	height: 20px;
	background: url(/images/special.jpg) repeat-x;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 8pt;
	font-weight: 700;
	text-align: center;
}

div#content ul.pagelist li {
	margin-bottom: 15px;
	display: block;
	clear: both;
	overflow: auto;
	position: relative;
}

div#content ul.projectlist li {
	border: 1px solid #cde1f4;
	margin-bottom: 15px;
	clear: both;
	overflow: auto;
	position: relative;
	display: block;
}

div#content ul.projectlist h2 {
	margin-top: 10px;
}

div#content ul.projectlist div {
	float: right;
	width: 210px;
	line-height: 150%;
	height: 100%;
	margin-right: 15px;
}

div#content ul.projectlist div.projectcontent {
	float: left;
	width: 530px;
}

div#content ul.projectlist img {
	float: left;
	width: 160px;
	margin: 10px 20px 10px 10px;
}

* html div#content ul.projectlist li {
	display: inline-block;
}


ul.projectlist a.openproject {
	text-decoration: none;
	color: #FFF;
	font-size: 8pt;
	padding-left: 5px;
	font-weight: 700;
	display: block;
	line-height: 22px;
	height: 23px;
	width: 120px;
	background: url(/images/openproject_list.jpg) no-repeat 0 0;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

div#projectcontact {
	margin-top: 10px;
	border: 1px dotted #a1a1a1;
	padding-left: 10px;
	width: 278px;
}

div#projectcontact h2 {
	display: none;
}

div#projectcontact h2.visible {
	margin-top: 5px;
	display: block;
}

table.form input, table.form textarea {
	background-color: #e7eef4;
	border: 1px solid #a6b8ca;
	color: #1a2c6d;
}

table.form input.w170 {
	margin-right: 5px;
	width: 180px;
}

table.form input.button {
	float: right;
	margin-right: 5px;
	width: 90px;
	height: 25px;
	background-color: #c4004b;
	margin-bottom: 5px;
	border: 0;
	color: #FFF;
	font-weight: 700;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana,  Geneva,  sans-serif;
}

table.form th {
	vertical-align: top;
}

table.form ul.error_list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 5px;
}

table.form ul.error_list li {
	color: red;
}

div#frame div#footer {
	border-top: 1px solid #cde1f4;
	width: 980px;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	margin-top: 10px;
}

div#footer span.address {
	font-size: 8pt;
	color: #a0a0a1;
}

a:hover, div#content ul.crumb a:hover {
	color: #c4004b;
}

* html div#menu ul li a, * html div#menu ul ul li, * html div#speciallyfor a {
	display: inline-block;
}

div#content ul.crumb a, div#footer span.address a {
	text-decoration: none;
	color: #c4004b;
}

div#content ul.projectlist, div#content ul.pagelist {
	list-style: none;
	width: 970px;
	margin: 0;
	padding: 0;
}

