@media screen {

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body, table, select, input, textarea {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

html {
	min-height: 100%;
}

body {
	background: url(../images/background_body.gif) repeat-x left bottom #555454;
	min-height: 100%;
	overflow: scroll;
	overflow-x: auto;
}
	
table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

.clear,
.clear-left,
.clear-right {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

a {
	color: #000000;
}

a.arrow {
	color: #CC0000;
	background: url(../images/arrow.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

a.arrow:hover {
	text-decoration: underline;
}

a.big_arrow {
	display: block;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 25px 0px 25px 80px;
	background: url(../images/arrow_big.gif) no-repeat;
}

p {
	padding: 0px 0px 1.3em 0px;
}

h1 {
	font-weight: normal;
	font-size: 31px;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
	color: #666666;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
}

.subline {
	font-size: 16px;
	color: #999999;
}

.error,
.message-warning {
	color: #CC0000;
}

.message-warning ul {
	padding: 0px 0px 15px 15px;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.last {
	margin-right: 0px !important;
}

.mimetype {
	background-repeat: no-repeat;
	padding: 0px 0px 15px 25px;
}

/* Wraps */
#outer-wrap {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#inner-wrap {
	background: url(../images/background_inner_wrap.gif) repeat-y;
	padding: 0px 10px 0px 10px;
}

#wrap {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../images/background_wrap.gif) repeat-x left bottom #FFFFFF;
	padding: 0px 15px 0px 15px;
}

#header {
	height: 70px;
	border-top: 5px solid #CC0000;
	padding: 30px 0px 0px 0px;
}

#left-column {
	position: absolute;
	width: 205px;
}

#content {
	padding: 0px 0px 50px 235px;
	background: url(../images/background_content_wrap.gif) no-repeat left bottom ;
	min-height: 450px;
}

#homepage-content {
	padding: 0px 0px 15px 0px;
	background: url(../images/background_content_wrap_homepage.gif) no-repeat left bottom ;
}

.headliner {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	background-position: right top;
	padding: 15px 15px 0px 15px;
	margin: 0px 0px 15px 0px;
	height: 70px; 
}

.headliner .marginal {
	position: absolute;
	width: 203px;
	border-left: 5px solid #CC0000;
	margin: -15px 0px 0px 439px;
	padding: 12px;
	height: 61px;
	background: url(../images/transparent_white.png);
}

.headliner h1 {
	width: 420px;
	padding: 0px 0px 10px 0px;
}

/* Logo */
#logo {
	padding: 0px 0px 0px 15px;
}

/* Meta-Navigation */
#meta-navigation {
	position: absolute;
	margin: 30px 0px 0px 705px;
}

#meta-navigation li {
	display: inline;
	border-right: 1px solid #CCCCCC;
	text-transform: uppercase;
	padding: 0px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#meta-navigation li.lang {
	border: 0px;
}

#meta-navigation li.last {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#meta-navigation li a {
	text-decoration: none;
	color: #CCCCCC;
}

/* Main Navigation */
#main-navigation,
#sub-navigation {
	list-style-type: none;
	width: 520px;
	height: 20px;
	position: absolute;
	margin: 0px 0px 0px 180px;	
}

#main-navigation li,
#sub-navigation li {
	display: inline;
	font-size: 17px;
	text-transform: uppercase;
	padding: 0px 8px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-right: 1px solid #999999; 
}

#main-navigation li.last,
#sub-navigation li.last {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main-navigation li a,
#sub-navigation li a {
	color: #999999;
	text-decoration: none;
}

#main-navigation li.active a,
#sub-navigation li.active a {
	color: #CC0000;
}

#sub-navigation {
	margin: 30px 0px 0px 180px;
}

#sub-navigation li {
	font-size: 12px;
}

#sub-sub-navigation {
	list-style-type: none;
	border-top: 1px dotted #CCCCCC;
}

#sub-sub-navigation li {
	text-transform: uppercase;
	font-size: 15px;
	padding: 8px 0px 8px 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#sub-sub-navigation li a {
	color: #999999;
	text-decoration: none;
}

#sub-sub-navigation li.active a {
	color: #CC0000;
}

/* Motive */
#motive-wrap {
	height: 445px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.teaser {
	width: 210px;
	float: left;
	margin: 0px 25px 0px 0px;
}

.teaser p {
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.slide {
	background-repeat: no-repeat;
	height: 445px;
}

.slide .content {
	width: 455px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.4em;
}

.slide .content p {
	padding-right: 40px;
}

.slide .marginal {
	position: absolute;
	width: 203px;
	border-left: 5px solid #CC0000;
	margin: 0px 0px 0px 689px;
	padding: 12px;
	height: 421px;
	background: url(../images/transparent_white.png);
}

/* Accordion */
#accordion {
	border-bottom: 1px solid #CCCCCC;
}

.reference {
	background: url(../images/pattern.gif);
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.reference dt {
	background: url(../images/arrow_down.gif) no-repeat 10px 11px #FFFFFF;
	padding: 8px 8px 8px 30px;
	border-top: 1px solid #CCCCCC;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.reference .content {
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

#content .reference p,
#content table p {
	margin-right: 0px;
}

.reference .content table {
	border-bottom: 1px solid #FFFFFF;
	height: 230px;
	margin: 0px 0px 15px 0px;
}

.reference-image {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 173px;
	padding: 15px;
	margin: 0px 10px 0px 0px;
}

.reference-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Bilder*/
.imagecenter,
.imageleft,
.imageright {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 1px;
}

.imagecenter img,
.imageleft img,
.imageright img {
	display: block;
}

.imagecenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.imageleft {
	float: left;
	margin: 3px 10px 10px 0px;
}

.imageright {
	float: right;
	margin: 3px 0px 10px 10px;
}

.image-description {
	background-color: #EEEEEE;
	color: #333333;
	font-size: 10px;
	padding: 5px;
}

.image-description p {
	padding: 0px;
}



/* Content */
#content p {
	margin-right: 250px;
}

/* Listen */
ul.links {
	padding: 0px 0px 15px 15px;
}

ul.default {
	list-style-type: none;
	padding: 0px 0px 15px 0px;
}

ul.default li {
	background: url(../images/bullet.gif) no-repeat 0px 6px;
	padding: 0px 0px 3px 15px;
}

ul.pagenavigator {
	height: 30px;
	list-style-type: none;
}

ul.pagenavigator li {
	float: left;
	color: #ffffff;
	font-size: 11px;
	/* 
	background-image: url(../images/navigator_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	background-color: #CCCCCC;
	padding: 0px 0px 0px 7px;
	margin: 0px 3px 0px 0px;
	-moz-border-radius: 3px;
}

ul.pagenavigator li a {
	display: block;
	color: #666666;
	background-image: url(../images/navigator_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 7px 2px 0px;
	text-decoration: none;
}

ul.pagenavigator li.spacer {
	background: transparent;
	color: #999999;
}

ul.pagenavigator li.current {
	font-weight: bold;
	background-color: #CC0000;
}


ul.pagenavigator li.current a,
ul.pagenavigator li.current a:hover {
	color: #ffffff;
}

ul.pagenavigator li.previous a,
ul.pagenavigator li.next a {
	
}

/* Tabellen */
table.table-wrap {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

table.subscribtion-list {
	width: 440px;
	margin: 0px 0px 15px 0px;
}

table.references td {
	border-bottom: 2px solid #CC0000;
	padding: 15px 0px 0px 0px;
}

table.datatable {
	width: 440px;
	margin: 0px 0px 15px 0px;
}

table.datatable th {
	text-align: left;
}

/* Sitemap */
#sitemap {
	background: url(../images/background_sitemap.gif) repeat-y;
	list-style-type: none;
	height: 110px;
	padding: 0px 0px 0px 13px;
	color: #878D8E;
}

#sitemap li {
	width: 220px;
	float: left;
	padding: 0px 0px 0px 15px;
}

#sitemap li ul {
	list-style-type: none;
}

#sitemap li li {
	width: auto;
	float: none;
	padding: 0px;
}

#sitemap li a {
	color: #878D8E;
	text-decoration: none;
}

#sitemap li a:hover,
#sitemap li.active a {
	color: #A0A8AA;
}

ul.overview {
	list-style-type: none;
}

ul.overview li {
	width: 219px;
	margin: 0px 15px 0px 0px;
	float: left;
	height: 190px;
}

ul.overview li h2 {
	border-bottom: 2px solid #CC0000;
	margin: 0px 0px 10px 0px;
}

#content ul.overview li p {
	margin: 0px;
}

/* Formulare */
label {
	display: block;
	font-size: 12px;
}

#search {
	position: absolute;
	margin: -2px 0px 0px 705px;
}

#search input.text {
	width: 195px;
}

input.text,
input.input,
input.halfbox,
textarea,
select {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 300px;
	background: url(../images/pattern.gif);
}

textarea {
	height: 150px;
}

select {
	width: auto;
}

select > option {
	padding-right: 7px;
}

input.submit,
input.button {
	background-color: #CC0000;
	padding: 5px;
	color: #FFFFFF;
	border-top: 1px solid #FF9999;
	border-left: 1px solid #FF9999;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
}

/* Footer */
#footer-shadow {
	background: url(../images/background_footer.gif) no-repeat;
	line-height: 0px;
	height: 14px;
}

#footer {
	clear: both;
	border-top: 1px dotted #797A7A;
	margin: 0px 15px 0px 15px;
	padding: 15px 0px 35px 15px;
	color: #878D8E;
}

/* Coda Slider */
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 921px;} 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }

/* Tab nav */
.coda-nav ul li a.current { background: #39c }

/* Panel padding */
.coda-slider .panel-wrapper {}

/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
/* .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden } */
.coda-nav ul {display: none;}
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto; height: 450px;}
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }

#coda-nav-left-1,
#coda-nav-right-1 {
	position: absolute;
	margin: 210px 0px 0px 0px;
	z-index: 2;
}
	
#coda-nav-left-1 {
	margin-left: -12px;
}

#coda-nav-right-1 {
	margin-left: 924px;
}


}

@media print {

}
