body { 
	margin:0px;
	font-family:Arial,Helvetica;
}

a img {
	border:0px;
}

/*div { border:1px solid green;}*/

div#header { 
	background-color:#ffffff; 
	height:238px;
}

div#logoarea {
	height:214px;
}

#logo { margin-top:64px; }

#logoclickarea {
  margin-top:30px;
	width:410px;
	margin-left:220px; 
	height:150px;
	cursor:pointer;
	position:absolute;
}

#logo-sub { margin-top:18px; }
#logo-sites { 
	display:block;
	margin-top:23px; 
	color:#002b45; 
	line-height:21px;
}
#logo-sites .site { 
	padding-left:10px; 
	padding-right:10px;
}

div#nav {
	height:24px;
}

div.center {
	position:relative;
	width: 845px; 
	left: 50%; 
	margin-left: -422px;
}

div#main { 
	background-color:#f2f4f5;
	border-top:1px solid #f2f4f5; /* due to strange background color behaviour */
	border-bottom:1px solid #f2f4f5; /* due to strange background color behaviour */
	clear:both;
	overflow:auto;
	padding-bottom:20px;
}

div#main .center {
	padding-bottom:60px;
}

div#footer { 
	background-color:#ffffff;
	font-size:11px;
	clear:both;
	line-height:30px;
}

div#footer a {
	margin-left:13px;
}

div.footerright {
	text-align:right;
}

#logoarea {
	text-align:center;
}

span.site img {
	margin-top:6px;
	vertical-align:top;
}

#nav ul, ul.staticlevel2 {
	font-size:11px;
	/*border-top:1px solid #eaeef0;*/
	list-style:none outside; 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-left:0px;
	left:0px;
}

#nav a, #footer a, ul.staticlevel2 a, .content a, #nav .active ul.level2 a, a.person-back {
	text-decoration:none;
	color:#567283;
}

#nav li.active a, #nav a:hover, ul.staticlevel2 li.active a, ul.langnav li.active a, 
ul.staticlevel2 a:hover, .content a:hover, .richtext a:hover, #nav .active ul.level2 li.active a,
.person-thumbnail-caption:hover {
	color:#000000;
}

#nav ul.level1 li {
	float:left;
	padding-left:24px;
	color:#567283;
	height:24px;
	font-family:Times New Roman;
	font-size:12px;
	text-transform:uppercase;
	line-height:24px;
	font-weight:bold;
	letter-spacing:0.1em;
}

#nav ul.level1 li.first {
	padding-left:0px;
}

#nav ul.level2 {
	position:absolute;
	left:auto;
	margin-top:-1px;
	border:1px solid #e1e6e9;
	border-top:0px solid white;
	margin-left:-18px;
	display:none; /* initially, hide this item. Depends on jquery show() and hide() functions based on css-display */
	background-color:#ffffff; /* cki:check color */
	z-index:2; /* to appear above content elements (h1) */
	/*filter:shadow(color:gray,strength:20,direction:135);*/
}

#nav ul.level2 li {
	height:19px;
	border-top:1px solid #e1e6e9;
	clear:left;
	font-family:Arial, Helvetica;
	line-height:19px;
	font-weight:normal;
	letter-spacing:0;
	font-size:11px;
	text-transform:none;
	padding:0px;
}

#nav ul.level2 li a {
	margin-left:18px;
	margin-right:18px;
	display:block;
	width:128px;
}

#main ul.staticlevel2 {
	clear:both;
}

#main ul.staticlevel2 li {
	float:left;
	/*
	margin-left:18px;
	margin-right:12px;
	*/
	margin-right:30px;
	line-height:22px;
}


div.horzline {
	position:absolute;
	left:0px;
	top:214px;
	border-top:1px solid #eaeef0;
	height:1px;
	width:100%;
}

div.horzline2 {
	position:absolute;
	left:0px;
	top:262px;
	border-top:1px solid #e1e6ea;
	height:1px;
	width:100%;

}

#nav ul.langnav {
	float:right;
}

#nav ul.langnav li {
	float:left;
	margin-left:18px;
	line-height:24px;
}

.content {
	clear:both;
	padding-top:23px;
	margin-top:0px;
}

.content h1, .richtext h1 {
	font-family:Times New Roman;
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:0px;
}

.content h2, .richtext h2 {
	font-family:Times New Roman;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	color:#000000;
}

.fulltext ul, .richtext ul {
	padding-left:14px;
	list-style-image:url(/_shared/img/bullet.gif);
}

.morecolumns {
	float:none;
}

.lefttext {
	float:left;
	width:254px;
	/*margin-right:20px;*/
	font-family:Times New Roman;
	font-size:13px;
	color: #999999;
	line-height:28px;
}

.lefttext, .home-article p {
	font-family:Times New Roman;
	font-size:13px;
	color: #999999;
	line-height:28px;
}

.rightlist {
	float:right;
	width:565px;
}

.rightlistitem {
	background-color:#ffffff;
	margin-bottom:14px;
	font-size:12px;
	color: #999999;
	min-height:145px;
}

.rightlistitemimg {
	margin-right:40px;
	float:left;
}

.rightlistitemcontent {
	padding-top:11px;
	padding-bottom:11px;
	margin-right:10px;
}

.rightlistitem h3, .richtext h3, .person-details-content h3 {
	color: #000000;
	font-family:Times New Roman;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom:13px;
	margin-top:0px;
}

/*
.rightlistitemlink {
	margin-top:12px;
}
*/

/* news overview page */
.rightlistitemcontent-news {
	padding-bottom:14px;
	margin-left:14px;
	margin-right:14px;
	color:#567283;
}

.rightlistitemcontent-news.first {
	padding-top:14px;
}

.rightlistitemcontent-news h3 {
	margin:0px;
	font-family:Arial, Helvetica;
	letter-spacing:0;
	margin-bottom:2px;
	font-size:12px;
}

.rightlistitemcontent-news .rln-date {
	font-size:11px;
}


/* BEGIN Homepage */
.home-left-articles {
	float:left;
	margin-right:30px;
}

.home-article {
	width:470px;
	margin-bottom:32px;
}

.home-article h1 {
	display:inline;
}

.home-article p {
	text-indent:120px;
	margin-left:80px;
	margin-top:-24px;
}

.home-news-column {
	width:158px;
	float:left;
	color:#567283;
	font-size:12px;
	margin-top:23px;
	margin-right:10px;
}

.home-news-column h3 {
	font-size:12px;
	margin-bottom:0px;
	margin-top:4px;
}

.home-news-column .hn-date {
	margin-top:20px;
	font-size:11px;
	margin-bottom:0px;
}

.home-news-column .hn-text {
	margin:0px;
}

.home-news-column .hn-morenews {
	display:block;
	margin-top:20px;
}

.home-references {
	float:right;
	/*width:157px;*/
	margin-top:40px;
}

.reference {
	width:151px;
	text-align:center;
	border:1px solid #a5a5a5;
	border-right-width:5px;
	border-bottom-width:5px;
	background-color:#ffffff;
	font-size:11px;
	padding-top:14px;
	padding-bottom:8px;
	color:#7f7f7f;
	height:180px;
}

.reference img.reference-logo {
	margin-bottom:14px;
}

div.hrbox-subline {
	font-size:11px;
	color:#7f7f7f;
	margin-top:3px;
	text-align:center;
}

.home-references .hr-morereferences {
	margin-top:10px;
	font-size:12px;
	display:block;
}

.hrbox-bottomleft {
	width:4px;
	height:4px;
	background-color:#f2f4f5;
	margin-top:-4px;
}

.hrbox-topright {
	position:absolute;
	width:4px;
	height:4px;
	background-color:#f2f4f5;
	margin-left:153px;
}

.rss-teaser {
	margin-top:40px;
	width:160px;
	font-size:12px;
}

a.rss-teaser-link {
	background-image:url(/_shared/img/rss-icon-sm.gif);
	background-repeat:no-repeat;
	background-position: 3px;
	padding-left:35px;
	display:block;
}

/* END Homepage */

/* BEGIN News article */
h1.news-article {
	width:264px;
}

.news-reference {
	margin-top:24px;
	float:left;
}

.fulltext {
	float:none;
	width:500px;
	margin-right:60px;
	margin-left:280px;
}

.fulltext, .richtext, .richtext td {
	font-size:12px;
	color:#7f7f7f;
}

.richtext {
}

.fulltext.news {
	margin-top:-30px;
}

.contentseplink {
	margin-right:30px;
	font-size:11px;
}

div.news-download {
	margin-top:30px;
}

/* END News article */


/* BEGIN reference page */
.refpage-referencelist {
	overflow:hidden;
	width:846px;
}

.refpage-refarea {
	width:920px;
}

.refpage-reference {
	float:left;
	margin-right:72px;
	margin-bottom:24px;
}

/* END reference page */

ul.sitemap li {
	font-weight:bold;
	margin-top:16px;
}

ul.sitemap ul li {
	font-weight:normal;
	margin-top:0px;
}

/* Weblication will show the navigation edit button in the sitemap. We will hide this. */
ul.sitemap .naveditbutton {
	display:none;
}

/* BEGIN team page */
div.person-details-layover {
	position:absolute;
}

div.person-details {
	width:557px;
	height:302px;
	background-color:#ffffff;
	padding:13px;
	border:1px solid #e1e6e9;
	cursor:pointer;
}

img.person-large {
	width:228px;
	height:284px;
	margin-right:-240px; /* for editor only */
	float:left;
}

.person-details-content {
  margin-left:266px;
	
}

.person-details-content h3 {
	margin-bottom:0px;
	letter-spacing:0;
}

.person-details-content div.person-title {
	color:#567283;
	font-size:12px;
	margin-bottom:13px;
}

.person-details-content div.person-text {
	color:#999999;
	font-size:12px;
}

.person-details-content a.person-back {
	display:block;
	margin-top:13px;
	font-size:12px;
}

.personlist-outer {
	overflow:hidden;
	/*margin-left:10px;*/
	width:566px;
}

.personlist-inner {
	/*width:470px;*/ /* 4 people */
	width:600px;
}

div.person-thumbnail {
	width:94px;
	height:170px;
	margin-right:21px;
	float:left;
	cursor:pointer;
}

div.person-thumbnail-caption {
	color:#567283;
	font-size:11px;
	margin-top:2px;
}

/* END team page */

#page-bottom-links {
	clear:both;
}

/* BEGIN editor stuff */
.richtext {
	text-align:left;
}

.fileselector {
	display:none;
}

.pageeditbutton {
	position:absolute;
	margin-left:-140px;
	margin-top:6px;
}

.naveditbutton {
	position:absolute;
	margin-left:-140px;
	margin-top:3px;
}

ul.staticlevel2 .naveditbutton {
	display:none; /* only show the one navigation edit button in the main navi, not the level2 static navi */
}

/* Hack to position the image-editor button inside the locations template */
.rightlistitem img[title~=bearbeiten] {
  margin-left:-134px !important;
}

/* for some reason or another the content links inside the editor have to be !important */
.richtext a {
	text-decoration:none !important;
	color:#567283 !important;
}

/* when previewing or editing a tombstone, restrict the body width to its theoretical size */
body.include-display.tombstone {
	width:157px;
}

/* END editor stuff */