body {
	background-image: url(../images/bg.gif);
	background-repeat : repeat-x;
	color: #000000;
	margin: 0px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

body.gallery{
	background-image: none;
	background-color: white;
}

img{
	border : none;
}

h1{
	font-size:22px;
	margin: 0px;
	color: #122361;
	font-weight:normal;
}

h1.margin-bottom{
	margin-bottom: 10px;
	margin-top: 6px;
}

h2{
	font-size:11px;
	margin-top: 6px;
	margin-bottom: 0px;
}

h3{
	font-size:12px;
	font-weight: bold;
	margin: 0px;
}

h2.subheadline {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}

h2.subheadline2 {
    font-size: 16px;
    font-weight: bold;
    margin: 60px 0px 20px 0px;
}

td{
	font-size: 11px;
	vertical-align: top;
}

th{
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

p{
	margin:0px;
	padding-bottom:14px;
}

form{
	margin: 0px;
}

input{
	font-size:11px;
	border: 1px solid #2F354E;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}

select{
	font-size:11px;
}

textarea{
	font-size:11px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	border: 1px solid #2F354E;
}

ul {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 10px;
}

li {
	padding: 0;
	margin: 0;
	margin-left: 16px;
}

a{
	color:#4f4f9f;
	text-decoration : underline;
}

#site{
	position:relative;
	margin:auto;
	text-align: left;
	width: 768px;
	background-image: url(../images/bgcontent.gif);
	background-repeat : repeat-x;
}
#header{
	height:69px;
	background-color : #EDEDF0;
	width: 768px;
}

#logo{
	padding-left: 8px;
	padding-top : 8px;
	float:left;
}

#headertext{
	float:left;
	padding-top: 26px;
	font-size: 10px;
	color: #5f5f60;
	padding-left:15px;
}

#metanav{
	/*width:366px;*/
	/*text-align:right;*/
	/*vertical-align : top;*/
	/*float:left;*/
	position: absolute;
	right: 8px;
}

#metanav a:link{
	font-size: 10px;
	color: black;
	text-decoration: none;
	vertical-align:bottom;
}

#metanav a:visited{
	font-size: 10px;
	color: black;
	text-decoration: none;
	vertical-align:bottom;
}

#metanav a:hover{
	font-size: 10px;
	color:#CC0000;
	text-decoration: none;
	vertical-align:bottom;
}

#metanav img{
	margin-left:4px;
	margin-right:4px;
	vertical-align : top;
}

#metanav a:link.metaact{
	color:#CC0000;
}

#metanav a:visited.metaact{
	color:#CC0000;
}

#mainmenu-area{
	margin-top: 4px;
	margin-left:8px;
	border-left: 1px solid #666B7C;
}

#mainmenu td{
	vertical-align: top;
}

td.mainmenuitem a {
	display:block;
	padding-left: 15px;
	padding-right: 13px;
	height:31px;
	padding-top: 2px;
	font-size: 11px;
	color: white;
	text-decoration:none;
	border-right: 1px solid #5B5F6C;
}

td.mainmenuitem a:hover,
td.mainmenuitemact a {
	display:block;
	padding-left: 15px;
	padding-right: 13px;
	height:31px;
	padding-top: 2px;
	font-size: 11px;
	color: black;
	text-decoration:none;
	background: #ffffff;
	border-right: 1px solid #5B5F6C;
}

#submenu-area{
	margin-top: 1px;
	margin-left:9px;
}

div.submenuitems{
	height: 19px;
}

#submenu-area img{
	padding-top:5px;
}

#submenu{
	background-color: white;
	height: 19px;
}

#submenu td.first{
	padding-left: 5px;
}

div.submenuitem{
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#submenu div.submenuitem a {
	text-decoration:none;
	color:#2f354e;
}

div.submenuitemact{
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#submenu div.submenuitemact a {
	text-decoration:none;
	color:#2f354e;
	font-weight:bold;
}

#sujetarea{
	margin-top:31px;
	padding-left: 16px;
	background-color: white;
	padding-bottom: 12px;
}

#sujetarea ul {
	height: 130px;
	margin: 0;
	overflow: hidden;
	list-style-position: outside;
	list-style-type: none;
}
#sujetarea li {
	margin: 0;
}

div.sujet {
	position: relative;
	width: 732px;
	height: 130px;
}
.sujet img.sujet-mask {
	position: absolute;
	top: 0;
	left: 0;
}

.sujet img.padding {
	padding-right: 6px;
}

div.spacer{
	width:8px;
	height:130px;
	float:left;
	background-color: white;
}
#main{
	margin-top:1px;
	margin-bottom: 1px;
	padding-top:5px;
	padding-bottom: 10px;
	padding-left:8px;
	padding-right:8px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: 150px 0px;
}

#main-startpage{
	margin-top:1px;
	margin-bottom: 1px;
	padding-top:5px;
	padding-bottom: 2px;
	padding-left:8px;
	padding-right:8px;
}

#contentarea{
	margin-right:36px;
	float:left;
}

#content{
	width:530px;
	line-height: 15px;
}

#highlight{
	margin-left:4px;
	line-height: 15px;
}

#highlight a {
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}

#right{
	float:left;
	width:186px;
	margin-top:6px;
}

div.boxheader{
	background-image: url(../images/boxheader.gif);
	background-repeat: no-repeat;
	width:186px;
	height:21px;
	color:white;
}

div.boxheader-red{
	background-image: url(../images/boxheader_red.gif);
	background-repeat: no-repeat;
	width:186px;
	height:21px;
	color:white;
}

div.boxheadertext{
	padding-left:10px;
	padding-top:3px;
}

div.box{
	background-color: #D3D3D6;
	width:186px;
	font-size:10px;
}

div.boxcontent{
	padding-top:10px;
}

div.boxcontent img{
	float:left;
	margin-right: 6px;
}

div.boxcontenttext{
	padding-left:10px;
	padding-right:8px;
}

div.boxcontenttext p{
	padding:0px;
	padding-top:4px;
	padding-bottom:0px;
}

div.boxfooter{
	margin-bottom:14px;
}

#quicklinks{
	margin-top:0px;
}

#quickleft{
	float:left;
	width:260px;
}

#quickright{
	float:left;
	width:260px;
}

div.quicklink{
	margin-bottom:10px;
}

div.quicktext{
	padding-left:6px;
	padding-right:6px;
	line-height: 15px;
}

div.quicktext p{
	margin: 0px;
	padding: 0px;
	display: inline;
}

#quicklinks div.quicktext a {
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}

#quicklinks a {
	background-image: none;
	padding: 0px;
}

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footertext{
	padding-top:6px;
	padding-bottom:10px;
	font-size:10px;
	text-align:center;
}

#left{
	width:149px;
	margin-top:26px;
	float:left;
}

#left img{
	display:block;
}

#navimage{
	margin-left:1px;
}

#thirdlevelnav{
	padding-top:2px;
	margin-left:1px;
}

div.thirdlevelnavitem{
	padding-bottom:1px;
	width:133px;
}

div.thirdlevelnavitemact{
	padding-bottom:1px;
	background-image:  url(../images/thirdlevelarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;
	width:133px;
}

#thirdlevelnav a {
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	display:block;
}

#thirdlevelnav a:hover{
	background-image:  url(../images/thirdlevelarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#middle{
	width:416px;
	float:left;
}

#middle-long{
	width:600px;
	float:left;
}

#middlearea{
	background-color: #EDEDF0;
	margin-top:1px;
	margin-right:16px;
	margin-bottom:1px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	text-align:left;
}

#middle-long #middlearea{
	margin-right:0px;
}

h1.content{
	margin-bottom:20px;
}

span.newsdate{
	font-size:10px;
	color:#696969;
}

h1.news{
	margin-bottom:10px;
}

div.newsindextext{
	margin-left:10px;
}

p.arrowlink{
	clear: both;
	padding-bottom: 6px;
	padding-top: 6px;
}

p.arrowlink a {
	background-image: url(../images/linkarrowback.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	font-weight: bold;
}

p.arrowlink-more{
	clear: both;
	padding-bottom: 6px;
	padding-top: 6px;
}

p.arrowlink-more a {
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	font-weight: bold;
}

p.padding{
	padding-top: 30px;
	padding-bottom: 10px;
}

a.strong{
	font-weight: bold;
}

h1.contact{
	margin-bottom:10px;
}

td.formTemplate-label{
	text-align:right;
}

input.submit{
	border: 1px solid #ffffff;
	background-color: #2F354E;
	color: white;
	font-weight:bold;
	margin-left: 166px;
	cursor: pointer;
}

input.submittaf{
	border: 1px solid #ffffff;
	background-color: #2F354E;
	color: white;
	font-weight:bold;
	margin-left: 149px;
	cursor: pointer;
}

input.marginright{
	border: 0px;
	margin-right: 4px;
}

div.image-float{
	float:left;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* docblock */

table.docblock{
	width: 100%;
	margin-top: 20px;
}

table.docblock th{
	border-bottom: 2px solid #2F354E;
	padding-bottom: 2px;
}

table.docblock td.border-bottom{
	height: 1px;
	background: #C7C8D0;
}

table.docblock td.title{
	width: 220px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.docblock td.date{
	width: 60px;
	text-align: right;
	padding-right: 10px;
}

table.docblock td.filetype{
	width: 20px;
	text-align: right;
}

table.docblock td.filesize{
	width: 60px;
	text-align: right;
}

table.docblock td.footer{
	height: 1px;
	background: #2F354E;
}

a.download{
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	text-decoration: none;
	display: block;
}

a.arrow{
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	display:block;
}

/* projects and accomodation */

table.project-overview{
	width: 330px;
}

table.project-overview td.cell{
	padding-top: 20px;
	width: 150px;
}

table.project-overview td.cell-1{
	padding-right: 30px;
}

#navpath{
	padding-top: 8px;
}

table.margin-top{
	margin-top: 30px;
}

table.accomodation-overview{
	border-left: 1px solid #2F354E;
	border-right: 1px solid #2F354E;
	border-bottom: 1px solid #2F354E;
	margin-bottom: 14px;
}

table.accomodation-overview th{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #2F354E;
	color: #ffffff;
	font-weight: normal;
}

table.accomodation-overview td{
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #A6A8B3;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.accomodation-overview td.firstcell{
	border-left: 0px solid #A6A8B3;
}

table.accomodation-overview td.strong-bordertop{
	border-top: 1px solid #2F354E;
}

table.accomodation-overview td.bordertop{
	border-top: 1px solid #A6A8B3;
}

table.accomodation-overview td.dark-grey{
	background-color: #EEEEF5;
}

table.accomodation-overview td.light-grey{
	background-color: #ffffff;
}

table.accomodation-overview td.padding-left{
	padding-left: 10px;
}

table.accomodation-overview td.long-padding-left{
	padding-left: 20px;
}

table.accomodation-overview td.padding-right{
	padding-right: 10px;
	text-align: right;
}

a.accomodation-detail{
	color: #188200;
	font-weight: bold;
}

span.red{
	color: #990000;
	font-weight: bold;
}

h2.blue{
	font-size: 18px;
	color: #122361;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 13px;
	font-weight: normal;
}

h3.upper{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

h3.paddingtop{
	padding-top: 16px;
}

table.finance td.padding{
	padding-right: 36px;
}

table.finance td.alignright{
	text-align: right;
	padding-right: 1px;
}

table.finance td.highlight{
	background-color: white;
	border-top: 1px solid #2F354E;
	border-bottom: 1px solid #2F354E;
	font-weight: bold;
	padding-bottom: 1px;
}

table.finance td.borderleft{
	border-left: 1px solid #2F354E;
}

table.finance td.borderright{
	border-right: 1px solid #2F354E;
}

table.finance-overallcosts td{
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

table.finance-overallcosts td.highlight{
	padding-bottom: 4px;
}

div.highlight{
	background-color: white;
	border: 1px solid #2F354E;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline;
	font-weight: bold;
}

div.infotext{
	padding-top: 16px;
}
.infotext p {
	padding: 0;
}

a.black {
	color: #000000;
}

img.contentimage{
	padding-bottom: 8px;
}

div.clear-both{
	clear: both;
}

/* tenantstips */

div.tenantstip{
	width: 365px;
	padding-bottom: 14px;
}

div.faq-top{
	background-image: url(../images/faq_question_bg.gif);
	backdround-repeat: repeat-y;
	border: 1px solid white;
}

div.faq-button{
	float: left;
	width: 42px;
}

div.faq-button-padding{
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 5px;
}

div.faq-question{
	float: left;
	width: 321px;
	color: white;
}

div.faq-question-padding{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.faq-answer{
	background-color: #D0D2D9;
	padding: 8px;
	color: #2F354E;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

div.startpage-faq-question{
	padding-top: 2px;
	padding-bottom: 2px;
}

div.startpage-faq-answer{
	padding-bottom: 2px;
	color: #2F354E;
}

/* finished projects */

h2.big{
	font-size:14px;
	color: #122361;
	margin-top: 0px;
}

div.project-list-item{
	padding-bottom: 4px;
}

div.project-list-image{
	width: 74px;
	float: left;
}

div.project-list-text{
	width: 288px;
	float: left;
}

/* free accomodation */

table.acc-search{
	background-color: white;
	border: 1px solid #2F354E;
	width: 365px;
	margin-top: 17px;
}

table.acc-search td{
	padding-left: 10px;
	padding-bottom: 2px;
}

table.acc-search td.acc-search-header{
	font-size: 12px;
	color: #2F354E;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.acc-search td.acc-search-price{
	padding-bottom: 10px;
}

table.acc-search td.search-submit{
	color: #ffffff;
	background-color: #2F354E;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

input.search-submit{
	color: #ffffff;
	font-weight: bold;
	background-color: #2F354E;
	border: 0;
	background-image: url(../images/accsearch_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	cursor: pointer;
}

select.form-field{
	width: 188px;
}

select.form-field-small{
	width: 60px;
}

select.form-field-big{
	width: 150px;
}

div.form-error{
	color: #990000;
}

div.acc-search-resulttext{
	padding-top: 18px;
	padding-bottom: 10px;
}

table.acc-search-result{
	background-color: white;
	border: 1px solid #2F354E;
	border-collapse : collapse;
	width: 365px;
}

table.acc-search-result th{
	color: white;
	background-color: #2F354E;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 1px;
	border-bottom: 1px solid #2F354E;
}

table.acc-search-result td{
	padding-left: 3px;
	padding-right: 10px;
	border: 1px solid #A6A8B3;
	padding-top: 3px;
	padding-bottom: 2px;
}

table.acc-search-result td.place{
	font-weight: bold;
}

table.acc-search-result th.size{
	padding-left: 16px;
}

table.acc-search-result td.size{
	padding-left: 16px;
	padding-top: 0px;
}

table.acc-search-result th.price{
	padding-left: 8px;
}

table.acc-search-result td.price{
	padding-left: 30px;
}

table.acc-search-result td.link{
	padding-left: 8px;
}

table.acc-search-result tr.dark-grey{
	background-color: #EEEEF5;
}

table.acc-search-result tr.light-grey{
	background-color: #ffffff;
}

table.acc-search-result a:link,
table.acc-search-result a:visited{
	color: #188200;
	font-weight: bold;
	text-decoration: none;
}

/* info-service */

input.infoservice{
	width: 184px;
}

div.content-spacer{
	height: 26px;
}

a.red {
	color: #990000;
	font-weight: bold;
}

a.orange {
	color: #FF8E00;
	font-weight: bold;
}

/*****************************************************************************/

