/* /////////////// Globals ////////////////////// */

body {
	position: relative;
	color: #0d140c;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: #227655 url(../images/bgBody.jpg) center top repeat-x;
}
input,
textarea,
select {
	font-size: 11px;
	line-height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

/* ///////////// Container //////////////////////// */
#shanty {
	width: 1007px;
	border: 1px solid #B7CAC5;
	border-width: 0 1px;
	z-index: 1;
	position: relative;
	margin: auto;
}
#logo {
	position: absolute;
	top: 330px;
	left: 740px;
	z-index: 1000;
	background: url(../images/logo.png) no-repeat;
	width: 256px;
	height: 289px;
}
#header {
	cursor: pointer;
	height: 133px;
	padding: 42px 0 0 35px;
	background: url(../images/imEinklang.png) 35px 42px no-repeat;
}
#navigation {
	height: 147px;
}
#content {
	height: 213px;
	padding: 23px 235px 23px 35px;
	background: url(../images/transparent.png);
	overflow: auto;
}
#imageBox {
	width: 162px;
	position: absolute;
	top: 0;
	height: 540px;
	left: 793px;
	padding: 23px 31px 23px 22px;
	background: url(../images/bgImageBox.png) repeat-y;
}
#imageBoxBottom {
	width: 215px;
	position: absolute;
	top: 586px;
	left: 793px;
	height: 26px;
	background: url(../images/bgImageBoxBottom.png) repeat-y;
}
#footer {
	padding: 23px 35px;
	background: url(../images/bgFooter.gif) repeat-x;
	margin: auto;
}
#footerContent {
	width: 939px;
	margin: auto;
}

/* //////////////////////////////////////////////// */
.submit {
	width: 10px;
	height: 19px;
	background: url(../images/bgSubmit.png) no-repeat;
	color: transparent;
	border: 0;
	margin: 0 0 -2px 5px;
	cursor: pointer;
}
.text {
	padding-left: 5px;
}
#content p {
	margin-bottom: 1em;
}
#content ul,
#content ol {
	padding: 1em 0 1em 2em;
}
strong {
	font-weight: bold;
}
#content a {
	color: #0d140c;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	text-decoration: dotted;
}
#content h3 {
	font-size: 24px;
	padding-bottom: 17px;
}
#imageBox img {
	width: 162px;
	height: auto;
	margin-bottom: 23px;
}
#footer {
	font-size: 11px;
}
#footer ul {
	float: left;
	margin-right: 16px;
}
#footer li {
	display: inline;
}

/* /////////////////// navigation ////////////////// */
#navigation ol {
	background: url(../images/transparent.png);
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding: 0 24px;
}
#navigation li {
	padding: 0 11px;
}
#navigation ol ol {
	background: url(../images/transparenter.png);
	width: 960px;
	position: absolute;
	left: 0;
	top: 33px;
	font-size: 13px;
	line-height: 28px;
}
#navigation li {
	display: inline;
}
#navigation li.current li a,
#navigation a,
#footer a {
	color: #fff;
	text-decoration: none;
}
#navigation li.current a,
#navigation li.current li.current a,
#navigation a:hover,
#navigation li.current a:hover,
#footer li.current a,
#footer a:hover {
	color: #a11326;
	height: 33px;
}
#navigation .current span {
	display: inline-block;
	border: 1px solid #f60;
}

/* /////////////////// formular /////////////////// */

#m3moduleform_1 {
	position: relative;
}
#m3moduleform_1 label {
	display: block;
	line-height: 14px;
}
#m3moduleform_1 .name,
#m3moduleform_1 .email,
#m3moduleform_1 .subject {
	margin-bottom: 7px;
}
#m3moduleform_1 .message {
	position: absolute;
	left: 200px;
	top: 0;
}
.message textarea {
	width: 350px;
	height: 100px;
}
#m3moduleform_1 .submit {
	background: transparent url(../images/bgSubmit.png) no-repeat;
	width: 80px;
	position: absolute;
	right: 60px;
	bottom: 8px;
	padding-left: 10px;
}
.fbsubmit {
	border: 0;
	background:transparent;
	font-weight: bold;
}

/* /////////////////// Helpers /////////////////////*/
.printOnly {
	display: none;
}
.barrierReef {
    position: absolute;
    left: -5000px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
.clearfix {display:block;}
	/* End hide from IE Mac */

* html .clearfix {height:1px;}