html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

* html, body {
	height: 100%;
	}

div, p, h1, ul, li, form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

body {
	background: #f0f0f0 url(../img/bodyBackground.gif) 0 0 repeat-y;
	}

#frameBox {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	min-height: 100%;
	z-index: 3;
	}

* html #frameBox {
	height: 100%;
	}

#imageBox {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 220px;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

* html #imageBox {
	height: 100%;
	}

#logoBox {
	position: absolute;
	top: 44px;
	left: 444px;
	width: 223px;
	height: 108px;
	background: url(../img/logo.png) 0 0 no-repeat;
	}

#navBox {
	position: absolute;
	top: 189px;
	left: 290px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	background: url(../img/navBackground.png) 0 0 repeat;
	z-index: 5;
	}

* html #navBox {
	background-image: url(../img/navBackground_IE6.gif);
	}

#navBox a {
	color: #fff;
	text-decoration: none;
	}

#navBox a:hover {
	color: #283d59;
	}

#navBox li.nav1 {
	list-style-type: none;
	margin-top: 4px;
	}

#navBox .nav1Active {
	color: #283d59;
	}

#navBox li.nav2 {
	margin-left: 15px;
	color: #fff;
	font-size: 10px;
	}

* html #navBox li.nav2 {
	margin-left: 17px;
	}

* + html #navBox li.nav2 {
	margin-left: 17px;
	}

#navBox a.nav2 {
	font-size: 16px;
	}

#navBox a.nav2Active {
	color: #283d59;
	}

#navBox li.nav2Active {
	color: #283d59;
	}

#contentFrameBox {
	position: relative;
	padding-bottom: 260px;
	}

#contentBox {
	position: relative;
	top: 188px;
	left: 540px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	}

#contentBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000;
	padding-bottom: 8px;
	}

#contentBox p {
	padding-top: 8px;
	padding-bottom: 8px;
	}

#contentBox a {
	color: #283d59;
	}

#contentBox a:hover {
	color: #9fc9af;
	}

#partnerSiteBox {
	position: absolute;
	top: 10px;
	left: 540px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	z-index: 6;
	}

#partnerSiteBox a {
	color: #666;
	text-decoration: none;
	}

#partnerSiteBox a:hover {
	color: #283d59;
	}

#logoStMartinBox {
	position: fixed;
	left: 220px;
	bottom: 30px;
	width: 240px;
	height: 151px;
	background: url(../img/logoStMartin.png) 0 0 no-repeat;
	z-index: 2;
	}

#imageStMartinBox {
	position: fixed;
	left: 820px;
	bottom: 0;
	width: 267px;
	height: 367px;
	background: url(../img/imageStMartin.png) 0 0 no-repeat;
	z-index: 1;
	}

#copyrightDyna {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	z-index: 7;
	}

#copyrightDyna a {
	color: #999;
	text-decoration: none;
	}

#copyrightDyna a:hover {
	color: #283d59;
	}

#footerBox {
	position: relative;
	left: 540px;
	width: 400px;
	margin-top: -42px;
	padding-bottom: 5px; /* hack IE 7: unterlängen */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #999;
	z-index: 4;
	}

#footerBox a {
	color: #999;
	text-decoration: none;
	}

#footerBox a:hover {
	color: #283d59;
	}

.clearBox {
	clear: both;
	}

.icon img {
	float: left;
	padding-right: 5px;
	margin-top: -1px;
	}

.newsBox {
	clear: both;
	padding-top: 8px;
	padding-bottom: 16px;
	}

.newsBox .imageBox {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	margin-top: 4px;
	margin-right: 10px;
	border: 1px solid #999;
	background: #fff center no-repeat;
	}

.newsBox .textBox .title {
	font-weight: bold;
	}

.newsBox .textBox .icon {
	padding-top: 8px;
	}

.newsBox .galleryBox {
	margin-top: 20px;
	}

.newsBox .galleryBox a {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid #999;
	background: #fff center no-repeat;
	}

.marginTextToArticles {
	margin-bottom: 24px;
	}

.adminButtons {
	clear: both;
	padding-top: 8px;
	}

.adminButtons a {
	margin-right: 8px;
	}

.adminEditButton {
	margin-bottom: 16px;
	}

form label {
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding-top: 8px;
	}

form div.label {
	font-weight: bold;
	line-height: 20px;
	padding-top: 8px;
	}

form input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-color: #fff;
	border: 1px solid #999;
	}

form input {
	line-height: 12px;
	}

* html form input {
	line-height: 15px;
	}

* + html form input {
	line-height: 15px;
	}

form textarea {
	line-height: 16px;
	}

form input.maxWidth, textarea.maxWidth {
	width: 398px;
	}

form select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	}

form .submitButton {
	width: 400px;
	text-align: center;
	}

form .submitButton button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #283d59;
	background-color: #fff;
	border: 1px solid #999;
	margin-top: 14px;
	margin-left: 10px;
	margin-right: 10px;
	}

form .submitButton button:hover {
	color: #fff;
	background-color: #283d59;
	}

.error {
	font-weight: bold;
	color: #f00;
	}

.uploadedAttachmentsBox {
	padding-top: 4px;
	padding-left: 2px;
	background-color: #fff;
	border: 1px solid #999;
	}

.uploadedAttachmentsBox .icon {
	float: left;
	}

.uploadedAttachmentsBox .toolBox {
	float: right;
	padding-right: 5px;
	}

.addNewAttachmentBrowser {
	margin-top: 5px;
	}

.attachmentFrameBox {
	height: 20px;
	}

.attachmentFrameBox .icon {
	cursor: pointer;
	}

.attachmentBrowserBox {
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #fff;
	border: 1px solid #999;
	}

.attachmentBrowserBox .closeIcon {
	display: block;
	float: right;
	padding-right: 3px;
	}

.attachmentBrowserBox label {
	padding-top: 4px;
	}

.attachmentBrowserBox input {
	width: 383px;
	}

.emptyBox {
	padding-left: 3px;
	}

.marginTextBox {
	margin-top: 8px;
	}

.articleLink {
	margin-top: 4px;
	}

.backLink {
	margin-top: 20px;
	}

ul.sortableList {
	list-style-type: none;
	}

.stringToArticlesMargin {
	margin-bottom: 40px;
	}

