* {
	/*border: 0;*/
	/*background-color: white;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005257;
	text-align: center;
	background-color: white;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

/* basic elements */

#container {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 101%;
}

#head {
	position: relative;
	top: 0;
	left: 0;
	height: 251px;
}

#logo {
	position: absolute;
	left: 15px;
	top: 0;
	width: 250px;
	height: 100px;
	padding-top: 10px;
}

#navigation1 {
	position: absolute;
	left: 265px;
	top: 0;
	height: 22px;
	width: 670px;
	padding-top: 90px;
	vertical-align: bottom;
	text-align: right;
}
#navigation1 a, #navigation1 a:visited,
		#footer a, #footer a:visited {
	margin-left: 10px;
	color: #005257;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation1 a:hover, #footer a:hover {
	color: #ED6E00;
}
#navigation1 a.active, #navigation1 a.active:visited,
		#footer a.active, #footer a.active:visited {
	color: #ED6E00;
}

#navigation2 {
	position: absolute;
	top: 110px;
	left: 15px;
	width: 590px;
	height: 107px;
	background-color: #005257;
	text-align: right;
	line-height: 16px;
}
#navigation2 a, #navigation2 a:visited {
	display: block;
	padding-right: 10px;
	background-color: #005257;
	font-weight: bold;
	color: #82B5BA;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation2 a.active, #navigation2 a.active:visited {
	color: #ED6E00;
}
#navigation2 a:hover, #navigation2 a.active:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 920px;
	margin-left: 15px;
	padding: 10px 0;
	border-top: solid 4px #8CB1B3;
	text-align: right;
}

#pictures {
	position: absolute;
	top: 110px;
	left: 605px;
	width: 330px;
	height: 107px;
	line-height: 0;
	background-color: #005257;
}

#navigation3 {
	position: absolute;
	top: 219px;
	left: 15px;
	width: 920px;
	height: 30px;
	background-color: #006973;
}
#navigation3 a, #navigation3 a:visited {
	font-weight: bold;
	color: #B2D1D4;
	background-color: #006973;
	line-height: 28px;
	padding-left: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#navigation3 a:hover, #navigation3 a.active:hover {
	text-decoration: underline;
}
#navigation3 a.active, #navigation3 a.active:visited {
	color: #ED6E00;
}

#languageSwitch {
	float: right;
	margin-right: 14px;
	margin-top: 6px;
	height: 28px;
}
#languageSwitch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#languageSwitch li {
	float: left;
	display: block;
	width: 30px;
	height: 18px;
	text-align: center;
	margin-left: 14px;
}
#languageSwitch a, #navigation3 #languageSwitch a,
	#navigation3 #languageSwitch a:visited {
	padding-left: 0;
	line-height: normal;
}
#languageSwitch img {
	border: solid 2px #006973;
}
#languageSwitch a.active img {
	border-color: #8CB1B3;
}

.clearance {
	clear: both;
}

#contentcontainer {
	position: relative;
	width: 100%;
	background-color: #8CB1B3;
	overflow: hidden;
	font-size: 12px;
}
#colwrapper {
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
	height: 101%;
}
.teasers #colwrapper {
	background: url('/images/teaser_layout_bg.gif') repeat-y #FFF;
}
.default #colwrapper {
	background: url('/images/default_bg.gif') repeat-y #FFF;
}
.teaserwrapper {
	float: left;
	margin: 16px 0;
	width: 314px;
	background: url("/images/teaser_content_bg.gif") top left repeat-y #FFFFFF;
}
.default .teaserwrapper {
	width: 234px;
	margin-left: 40px;
	background: url("/images/teaser_content_default_bg.gif") top left repeat-y #FFFFFF;
}
*html .default .teaserwrapper {
	margin-left: 20px;
}

.teasertop {
	height: 15px;
	width: 314px;
	background: url("/images/teasertop_bg.gif") top left no-repeat #003E42;
	line-height: 1px;
	font-size: 1px;
}
.default .teasertop {
	width: 234px;
	background-image: url("/images/teasertop_bg_default.gif");
}
.teasercontent {
	width: 300px;
	border-left: 3px solid #003E42;
	border-right: 3px solid #003E42;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 10px;
}
* html .teasercontent {
	width: 306px;
}
.default .teasercontent {
	width: 220px;
	padding-top: 0;
}
*html .default .teasercontent {
	width: 226px;
}
.teaserline {
	width: 300px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background-color: #ED6E00;/* vbu: ED6E03*/
}
.default .teaserline {
	width: 220px;
}
.teaserbottom {
	width: 314px;
	height: 11px;
	background: url("/images/teaser_bottom_bg.gif") top left no-repeat #003E42;
	line-height: 1px;
	font-size: 1px;
}
.default .teaserbottom {
	width: 234px;
	background: url("/images/teaser_bottom_default_bg.gif") top left no-repeat #003E42;
}
#rightcontenthome {
	float: right;
	width: 446px;
	margin-right: 36px;
	min-height: 316px;
	padding: 10px 0;
	overflow: auto;
}
/* ie6 hack */
* html #rightcontenthome {
	margin-right: 18px;
}

.default #rightcontenthome {
	margin-right: 220px;
	width: 424px;
}

* html .default #rightcontenthome {
	margin-right: 110px;
}

#leftcontent {
	/*width: 438px;*/ /* Breite entsprechend einer Spalte */
	width: 469px;
	margin-left: 235px;
	padding: 10px 24px;
}
/* ie6 hack */
* html #leftcontent {
	width: 587px;
	margin-left: 184px;
}
.twoColumns #colwrapper {
	background: url('/images/two_columns_bg.gif') repeat-y #FFF;
}
#leftcontent2cols {
	float: left;
	min-height: 316px;
	width: 390px;
	margin-left: 51px;
}
/* ie6 hack */
* html #leftcontent2cols {
	width: 388px;
	margin-left: 27px;
}
#rightcontent2cols {
	min-height: 316px;
	float: right;
	margin-right: 36px;
	width: 390px;
}
/* ie6 hack */
* html #rightcontent2cols {
	margin-right: 18px;
}


/* general classes */
img {
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ED6E00;
	line-height: 24px;
	padding: 0 0 10px 0;
	margin: 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #005257;
	padding: 0 0 6px 0;
	margin: 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005257;
	padding: 0 0 6px 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 18px;
}
li {
	line-height: 18px;
}

a, a:visited {
	color: #005257;
	text-decoration: underline;
}
a:hover {
	color: #ED6E00;
}
.abstract {
	font-weight: bold;
}

/* special content classes */

.teaserwrapper p, .teaserwrapper li {
	line-height: normal;
}

div.teaser {
	margin-left: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 234px;
	color: #003E42;
	border-bottom: solid 1px #B8CFD0;
}

div.teaser h3 {
	color: #ED6E00;
	line-height: 12px;
	padding: 0;
}

/* i6 hack */
* html div.teaser h3, *+html div.teaser h3 {
	margin-top: 6px;
	margin-bottom: 6px;
}

div.teaser p {
	color: #003E42;
	margin-bottom: 0;
	margin-top: 4px;
	font-size: 9pt;
	/*line-height: 18px;*/
}

div.teaser a {
	text-decoration: underline;
	color: #003E42;
}

div.teaser .more, div.teaser .download, p.more, p.download {
	text-align: right;
}
div.teaser p.more, div.teaser p.download {
	margin-top: -4px;
}
div.teaser .more a, p.more a, a.more {
	padding: 2px 20px 2px 0;
	background: url('../images/icons/bullet_go.png') no-repeat top right;
}
p.download a, a.download {
	padding: 2px 20px 2px 0;
	background: url('../images/icons/page_white_put.png') no-repeat top right;
}

/* Links mit Icons */
a.action {
	padding: 2px 0 2px 20px;
	background: no-repeat top left;
}
a.icon_more {
	background-image: url('../images/icons/bullet_go.png');
}
a.icon_download {
	background-image: url('../images/icons/page_white_put.png');
}
a.icon_pdf {
	background-image: url('../images/icons/page_white_acrobat.png');
}
a.icon_mail {
	background-image: url('../images/icons/email.png');
}

div.teaser a:hover {
	color: #ED6E00;
}

div.content_block {
	clear: both;
}
div.content_text {
	margin: 0 0 10px 0;
}
p.image, p.centeredimage {
	text-align: center;
	margin: 0 0 10px 0;
	line-height: normal;
}
p.leftimage {
	margin: 0 0 10px 0;
	line-height: normal;
}
p.rightimage {
	text-align: right;
	margin: 0 0 10px 0;
	line-height: normal;
}
div.leftimage div.content_block {
	padding-bottom: 10px;
}
div.leftimage div.content_image {
	float: left;
	width: 170px;
	padding-bottom: 10px;
}
div.leftimage div.content_image p {
	margin: 0;
	padding: 0;
}
div.leftimage div.content_text {
}
div.rightimage div.content_image {
	float: right;
	width: 200px;
}
div.rightimage div.content_text {
}

a.quickEditLink img {
	margin-left: 5px;
	margin-bottom: 0;
	vertical-align: bottom;
}

/* --------------- */
/* -- Formulare -- */
/* --------------- */

.teaser form {
	margin-top: 10px;
}
.teaser div.formLabel {
	float: left;
	width: 70px;
	padding-right: 4px;
}
label {
	float: left;
	width: 120px;
	padding-right: 5px;
}
input {
	border: 1px solid #005257;
}
textarea, input[type=text], input[type=password] {
	border: 1px solid #005257;
	padding: 1px;
}
input[type=submit], input[type=reset], input[type=button], input.button, button {
	background-color: #8CB1B3;
	padding: 1px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #005257;
	border-bottom: 1px solid #005257;
	border-left: 1px solid #FFF;
}
input:focus, textarea:focus {
	background-color: #B8CFD0;
}
.required {
	font-weight: bold;
}

/* --------------- */
/* -- Sonstiges -- */
/* --------------- */

p.caption {
	text-align: center;
}
p.lastEdited {
	margin-top: 10px;
	color: #6A6F85;
	margin-bottom: 0;
	padding:0;
	text-align: right;
}
.strong {
	font-weight: bold;
	font-size: 12px;
}
span.inlineComment {
	padding-left: 20px;
	color: #8CB1B3;
}
iframe {
	border: 0;
	overflow: hidden;
	width: 420px;
}
.highlighted, div.highlighted {
	padding: 4px;
	border: solid 1px gold;
	background-color: lemonchiffon;
}
.comp, .emphazised { /* Company */
	font-weight:bold;
}
.tm, .trade_mark, .product, .italic { /* Wortmarke und Produkt */
	font-style: italic;
}
.tm, .trade_mark {
	background: url('../images/imatics_star_mini_filled.png') no-repeat top left;
	padding-left: 6px;
}
.ed { /* Edition */
	font-style: italic;
	text-transform: uppercase;
}