html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #005297;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

div.cleaner{
	height: 0px;
	clear: both;
	overflow: hidden;
}

body.home h1 {
	color: white;
	font-size: 21px;
	font-weight: bold;	
}

body.home p{
	color: white;
	font-size: 14px;
}

h1, h2 {
	font-size: 18px;
	color: #005297;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
div#container {
	min-height:100%;
	position:relative;
	margin: 0 auto;
	width: 900px;
	background-position: 185px 0;
	background-image: url("../images/bg_white.gif");
	background-repeat: repeat-y;
}

body.home div#container {
	background-color: #005297;
	background-image: none;
}

div#logo {
	position: absolute;
	right: 19px;
	top: 83px;
}

div#header {
	background-position: 185px 0px;
	background-repeat: no-repeat;
	padding:0px;
	padding-top: 137px;
	height: 70px;
}

body.home div#header {
	background-repeat: no-repeat;
	padding-top: 138px;
	height: 976px;
}
/*************** servicenav ****************************************************/
div#servicenav {
	padding-top: 25px;
	padding-left: 15px;
	height: 25px;
	width: 170px;
	float: left;
	font-size: 10px;
	color: white;
}

body.home div#servicenav {
	font-size: 11px;
}

div#servicenav ul {
	margin: 0;
	padding: 0;
}
body.home div#servicenav ul {
	float: right;
}
div#servicenav ul li {
	float: left;
	list-style-type: none;
	padding-top: 8px;
}
div#servicenav ul li a:hover, div#servicenav ul li.active a,div#servicenav ul li.trail a {
	color: #0080d5;	
}
div#servicenav ul li a, div#servicenav ul li span {
	display: block;
	text-decoration: none;
	color: white;
	border-right: 1px solid white;
	padding: 0 4px;
	line-height: 1em;
}
div#servicenav ul li span.missing {
	color: #6699cc;
}
body.home div#servicenav ul li.last {
	padding-right: 15px;
}
div#servicenav ul li.last a, div#servicenav ul li.last span {
	border-right: none;
	}
div#servicenav ul li.first a, div#servicenav ul li.first span {
	padding-left: 0;
}
/*************** mainnav ****************************************************/
div#mainnav {
	width: 715px;
	float: right;
	height: 26px;
	font-weight: bold;
	background-color: transparent;
	background-image: url("../images/mainnav_stripes.gif");
	background-repeat: repeat-x;
	padding-top: 26px;
}

body.home div#mainnav {
	width: 715px;
	float: right;
	height: 26px;
	font-weight: bold;
	background-color: transparent;
	background-image: url("../images/stripes.gif");
	background-repeat: no-repeat;
	padding-top: 26px;
}

div#mainnav ul {
	margin: 0;
	margin-left: 55px;
	padding: 0;
}

div#mainnav ul li {
	float: left;
	list-style-type: none;
	padding-top: 4px;
}

div#mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #005297;
	padding: 0 20px;
	text-transform: uppercase;
}

body.home div#mainnav ul li a {
	color: white;
}

body.home div#mainnav ul li a:hover {
/*	color: #b2e8f3;	Vorschlag ff */
/*	color: #59c3e6; Wunsch leuzinger */
	color: #c7d6e9; Wunsch leuzinger 2
}	
div#mainnav ul li a:hover, div#mainnav ul li.active a,div#mainnav ul li.trail a {
	color: #0095dc;	
}

/*************** content ****************************************************/
div#contentarea {
	padding-bottom:29px;	/* Height of the footer */
}

body.home div#contentarea {
	padding: 0px;
}

body.home div#contentarea div#content div#footer {
	padding:0; 
	margin: 0;
}

div#content {
	padding-top: 34px;
	padding-left: 75px;
	padding-right: 120px;
	width: 520px;
	float: right;
}

body.home div#content {
	position: absolute;
	top: 215px;
/*	left: 170px;*/
	left: 185px;
	line-height: 24px;
}

div#content a, div#floatingWindow a {
	color: #005297;
	text-decoration: none;
}

div#content a:hover, div#floatingWindow a:hover, div#content a.active {
	color: #0095dc;
}
div#content ul.listing {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#content ul.listing li {
	background-image: none;
	padding: 0;
}
div#content ul {
	margin: 18px 0;
	padding: 0;
	list-style-type: none;
}
div#content li {
	padding-left: 11px;
	background-image: url("../images/dash.gif");
	background-position: 0px 8px;
	background-repeat: no-repeat;
}
div#content div.downloads a {
	color: black;
	display: block;
	padding: 0px 0px 3px 26px;
	background-repeat: no-repeat;
}
li.newslistitem {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1em;
}
li.newslistitem a {
	display: block;
	width: 100%;
}
li.newslistitem span.date {
	float: left;
	width: 70px;
}
li.newslistitem span.title {
	display: block;
	margin-left: 80px;
}
div#content table {
	border-spacing: 7px;
}
div#content table,
div#content table tr,
div#content table td,
div#content table th {
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
div#content table th {
	background-color: #d8d8d8;
	padding: 11px;
}
div#content table td {
	background-color: #0095dc;
	padding: 11px;
	color: white;
}
div#content table td a {
	color: #cccccc;
}
div#content table td a:hover {
	color: #444444;
}

/*************** gallery ***************************************************/
div.dmsgallery a {
	float: left;
	position: relative;
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	margin-right: 4px;
	margin-top: 4px;
}

div.dmsgallery a img {
	position: relative;
}
/*************** staff *****************************************************/
div#content ul.staff {
	margin-top: 0;
}
div#content ul.staff li {
	position: relative;
	z-index: 100;
	background-image: none;
	padding-left: 0;
	/*margin-bottom: 1em;*/
	margin-bottom: 1.5em;
}
ul.staff li span.name {
	display: block;
	font-weight: bold;
}
div.staffdetails {
/*	position: absolute;
	top: 0;
	right: 0;*/
	float: right;
	position: relative;
	right: -15px;
	top: -18px;
	width: 352px;
	margin: 20px;
	display: none;
}
div.staffdetails div.top {
	height: 14px;
}
div.staffdetails div.middle {
	background-image: url("../images/shaddow_staff_middle.png");
	padding: 0 10px;
}
div.staffdata {
	background-color: #d8d8d8;
/*	padding: 5px 9px 10px 9px;*/
	padding: 9px;
	width: 315px;
	margin: 15px;
}
div.staffdata div.text {
	color: #005297;
	padding: 20px 35px;
}
div.staffdata div.text div.name {
	font-weight: bold;
}
div.staffdata div.text span.label { 
	display: block;
	float: left;
	width: 60px;
}
div.staffdata div.text span.value { 
	display: block;
	margin-left: 65px;
}
div.staffdetails div.bottom {
	height: 14px;
}
div.staffdetails div.shadow_top {
	position: relative;
	margin: 0 14px; 
	height: 10px;
/*	background-image: url("../images/shadow_top.png");
	background-repeat: repeat-x;*/
	background-color: pink;
}
div.staffdetails img.left {
	float: left;
}
div.staffdetails img.right {
	float: right;
}
div.shadow_top div.filler {
	position: relative;
	top: 10px;
	height: 4px;
	background-color: #d8d8d8;
	margin: 0px -4px;
}
div.staffdetails div.shadow_bottom {
	position: relative;
	margin: 0 14px; 
	height: 14px;
	background-image: url("../images/shadow_bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
div.shadow_bottom div.filler {
	position: relative;
	height: 4px;
	background-color: #d8d8d8;
	margin: 0px -4px;
}
div#floatingWindow {
	position: fixed;
	top: 100px;
	left: 100px;
	display: none;
	z-index: 1002;
}
div.closeLink a {
	float: right;
	padding-left: 15px;
	background-image: url("../images/close.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
div#backdrop {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*	background-color: pink;*/
}
div.ui-draggable {
	cursor: move;
}
/*************** subnav ****************************************************/
div#subnav {
	width: 185px;
	float: left;
	padding-top: 32px;
}

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

div#subnav li {
}

div#subnav li.active a {
	border-bottom-color: white;
}
div#subnav li.active li a {
	border-bottom-color: transparent;
}
div#subnav a {
	display: block;
	padding-left: 15px;
	color: white;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
div#subnav a:hover {
	color: #0095dc;	
}
div#subnav ul.level4 a {
	padding-left: 53px;
}
div#subnav strong a {
	font-weight: normal;
}
a.logout {
	color: white;
	text-decoration: none;
}
a.logout:hover {
	color: #0095dc;	
}
/*************** form ******************************************************/
div.text h1 {
	margin-bottom: 18px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	/*margin-bottom: 18px;*/
}
fieldset>div {
	clear: both;
}
fieldset label, fieldset h4 {
	float: left;
	width: 240px;
	font-weight: normal;
	margin-right: 10px;
}
fieldset label em {
	display: block;
}
fieldset input, fieldset textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
fieldset input.text, fieldset textarea {
	width: 255px;
	border: 2px solid #d2d2d2;
	padding: 1px;
}
/*fieldset div.inputelement, fieldset>div>fieldset, fieldset div.button-wrapper {
	margin-left: 260px;
}*/
fieldset div.button-wrapper {
	margin: 0 9px 18px 250px;
}
fieldset>div {
	margin-bottom: 2px;
}
fieldset>div>fieldset select {
	width: 100%;
	margin-bottom: 0;
	border: none;
	font-size: 11px;
	padding: 0px;
/*	width: 260px;*/
/*	border: 2px solid #d2d2d2;*/
/*	border: 1px solid white;*/
}
fieldset>div>fieldset select option {
	padding: 0;
	margin: 0;
}
fieldset span.select {
	border: 2px solid #d2d2d2;
	display: block;
	margin-right: 9px
}
fieldset div.button-wrapper input {
	width: 100%;
	border: 2px solid #d2d2d2;
	background-color: #e9e9e9;
	padding: 1px;
	font-size: 12px;
}
fieldset div.button-wrapper input:hover {
	background-color: #e2e2e2;
}
div.inputend {
	background-color: pink;
	height: 0px;
	overflow: hidden;
	clear: both;
}
div.error h1 {
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 0px;
}
div#content div.error ul {
	margin-top: 0;
	padding-top: 0;
}
/*************** multi lang download****************************************/
div#content table.multilingual_download {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #005297;
	border-spacing: 0;
}
div#content table.multilingual_download tr td {
	padding: 0;
	color: black;
	padding-top: 1px;
	border-top: 2px solid #005297;
	background-color: transparent;
}
div#content table.multilingual_download .download {
	text-align: center;
	width: 44px;
}
div#content table.multilingual_download tr th {
	padding: 0;
	color: black;
	font-weight: normal;
	background-color: transparent;
}
ul.languagesDownload {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 20px;
}
div#contentarea div#content ul.languagesDownload li {
	background-image: none;
	display: inline;
	float: left;
	width: 13px;
	padding-left: 30px;
}
div#contentarea div#content ul.languagesDownload.files li {
	position: relative;
	left: 4px;
}
div.multiLangDownloadBorder {
	border-top: 2px solid #005297;
		line-height: 19px;
}
div.filename {
	float: left;
}
div#contentarea div.multiLangDownloadBorder a {
	color: black;
	display: block;
	padding: 0px 0px 0px 26px;
	background-image: url("../images/hofstetter_dl.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
	right: 3px;
}
/* project downloads ******************************************************************************/
div#content ul.fileList {
	margin: 0;
	padding: 0;
}
div#content ul.fileList li {
	background-image: none;
	padding: 0;
	margin: 0;
}
div#content ul.fileList a {
	color: black;
	display: block;
	background-position: 1px 3px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 13px;
}
div#content ul.fileList a:hover {
	color: #0095dc;
}
div#content ul.fileList ul.fileList {
	padding-left: 14px;
}
div.project_downloads ul.level1 li {
	border-bottom: 2px solid #005297;
}
div.project_downloads ul.level2 li {
	border-bottom: none;
}
ul.fileList li.closed ul.fileList,
ul.fileList li.open li.closed ul.fileList {
	display: none;
}
ul.fileList li.open ul.fileList {
	display: block;
}
ul.fileList a.folder,
ul.fileList li.open li.closed a.folder {
	background-image: url("../images/arrow_right.gif");
}
ul.fileList li.open a.folder {
	background-image: url("../images/arrow_down.gif");
}
ul.fileList a.file {
	background-image: url("../images/arrow_light_right.gif");
}
/*************** footer ****************************************************/
div#footer {
	position:absolute;
	bottom:0;
	height: 25px;
	left: 185px;
	width:715px;
	font-size: 10px;
	text-align: center;
	color: #8f8f8f;
}
div#footer a {
	font-size: 10px;
	color: #8f8f8f;
	text-decoration: none;
}
/*************** admin *****************************************************/
div.admin {
	padding: 5px;
	background-color: #efefef;
	border: 2px dashed #cccccc;
	margin: 1em 0;
}
