@CHARSET "utf-8";
 
/*@import url("layout_weiteres.css");*/

@font-face {
    font-family: 'FuturaMedium';
    src: url('../fonts/futura-webfont.eot');
    src: url('../fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-webfont.woff') format('woff'),
         url('../fonts/futura-webfont.ttf') format('truetype'),
         url('../fonts/futura-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FujiyamaLightPlain';
    src: url('../fonts/fujiyamalight-webfont.eot');
    src: url('../fonts/fujiyamalight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fujiyamalight-webfont.woff') format('woff'),
         url('../fonts/fujiyamalight-webfont.ttf') format('truetype'),
         url('../fonts/fujiyamalight-webfont.svg#FujiyamaLightPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background: #040404 url(../images/bg_body.png) repeat-x left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px/14px Arial,Helvetica;
	color: #ffffff;
	-webkit-hyphens: auto; /* CSS3! */
	-moz-hyphens: auto;
	hyphens: auto;
	height: 100%;
}
body {
	width: 970px;
	margin: 0 auto;
}

.layout_body {

}

.layout_spalte_links {
	width: 200px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}
.layout_spalte_mitte {
	background: #E7501E url(../images/bg_layout_mitte.png) no-repeat left top;
	width: 355px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	-moz-box-shadow: 0 0 10px 4px #000000;
	-webkit-box-shadow: 0 0 10px 4px #000000;
	box-shadow: 0 0 10px 4px #000000;
}
.layout_spalte_rechts {
	width: 365px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}


.layout_spalte_links_inhalte {
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layout_spalte_mitte_inhalte {
	margin: 540px 0px 0px 0px;
	padding: 0px 30px 50px 120px;
}
.layout_spalte_rechts_inhalte {
	margin: 85px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}


.layout_pfad {
	width: 355px;
	font: normal 11px/14px Arial,Helvetica;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 30px;
	position: absolute;
	-moz-opacity: .40; 
	filter: alpha(opacity=40); 
	opacity: .40;
}
.layout_pfad:hover {
	-moz-opacity: 1; 
	filter: alpha(opacity=100); 
	opacity: 1;
}


.layout_footer_copyright {
	width: 730px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-opacity: .50; 
	filter: alpha(opacity=50); 
	opacity: .50;
	cursor: help;
}
.layout_footer_copyright:hover {
	-moz-opacity: 1; 
	filter: alpha(opacity=100); 
	opacity: 1;
}
.layout_google_map {
	width: 100%;
	height: 490px;
}
.layout_google_map_rahmen {
	border: 1px solid #e2e2e2; 
	padding: 5px; 
}

.acymailing_footer {
	display: none;
}
.adminform {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* NAVI & NAVI LINKS */
.layout_navigation {
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.navi_item {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font: normal 20px/20px "FujiyamaLightPlain",Arial,Helvetica;
	text-align: right;
	text-transform: uppercase;
}
.navi_item a, .navi_item a:link {
	background: #0e0e0e url(../images/icons/icon_readmore_schwarz.png) no-repeat 4px 12px;
	/*background-color: #0e0e0e;*/
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	color: #ffffff !important;
}
.navi_item a:hover {
	color: #E7501E !important;
}
.navi_item_a_aktiv a, .navi_item_a_aktiv a:link {
	color: #E7501E !important;
}


/* ZU TOP */
.zutop { 
	background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#050404));
	background: -moz-linear-gradient(center top , #202020, #050404) repeat scroll 0 0 #202020;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#202020', EndColorStr='#050404', GradientType=0);
	padding: 5px 0px 5px 15px;
	border: 1px solid #4a4a4a;
	cursor: pointer;
	width: 100px;
	color: #ffffff;
	cursor: pointer;
	font: normal 11px/11px Arial,Helvetica;
	display: none;
	right: 7px; 
	bottom: 7px; 
	position: fixed;
	z-index: 5;
}
.zutop:hover {
	color: #ffffff;
	opacity: 1;
	border: 1px solid #5c5c5c
}
.zutop a, .zutop a:link, .zutop a:visited {
	color: #ffffff;
}


/* SOCIAL BOOKMARKS */
.layout_socialbookmarks {
	width: 100%;
	height: 40px;
	border-top: 1px dashed #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
}
.layout_socialbookmarks_inhalte {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}


/* INPUTS FORMS */
input, textarea {
	font: normal 12px/14px Arial,Helvetica;
	background: #ffffff url(../images/bg_input.png) repeat-x left top;
	border: 1px solid #ffffff;
}
select {
	font: normal 12px/14px Arial,Helvetica;
	background: #ffffff url(../images/bg_input.png) repeat-x left top;
	border: 1px solid #ffffff;
}
.form_element {
	padding: 0px 0px 15px 0px;
}
.captcha_bild {
	width: 300px;
	height: 50px;
	display: block;
}


/* LINKS */
a, a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}
.layout_inhalte_links a, .layout_inhalte_links a:visited {
	color: #0974B5;
}
.layout_inhalte_links a:hover {
	color: #0974B5;
}
.layout_footer_inhalte a, .layout_footer_inhalte a:visited {
	color: #9e9e9e;
}
.layout_footer_inhalte a:hover {
	color: #585752;
}
a.pathway {
	color: #ffffff;
}
a.pathway:hover {
	text-decoration: none;
	color: #ffffff;
}
a.externer_link, a.externer_link:hover, a.externer_link:visited {
	background: transparent url(../images/icons/icon_externer_link.png) no-repeat left;
	padding: 0px 0px 0px 12px;
}
.powered_by_link {
	margin: 0px 0px 0px 5px;
}
a.footer_link, a.footer_link:visited {
	background: transparent url(../images/icons/arrow.png) no-repeat left;
	font: normal 12px/20px Arial,Helvetica;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
a.footer_link:hover {
	text-decoration: underline;
	color: #ffffff;
}
.layout_footer_copyright, .layout_footer_copyright a, .layout_footer_copyright a:visited {
	font: normal 11px/11px Arial,Helvetica;
	color: #ffffff;
}



/* CMS */
p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
fieldset {
	border: none;
}
ul{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	line-height: 20px;
}
button {
	background: none;
	font: normal 20px/20px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 8px 0px;
	color: #ffffff; /*#E7501E*/
	text-transform: none;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	border: none;
	cursor: pointer;
}
button:hover, button:focus {
	background: none;
	font: normal 20px/20px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 8px 0px;
	color: #ffffff; /*#E7501E*/
	text-transform: none;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	border: none;
}
button:active {
	background: none;
	font: normal 20px/20px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 8px 0px;
	color: #ffffff; /*#E7501E*/
	text-transform: none;
	text-align: left;
	text-shadow: 1px 1px 1px #000000;
	border: none;
}

/*
.column-1, .column-2, .column-3 {
	float: left;
	width: 30.3%;
	padding: 0px 10px 0px 10px;
}
*/

.items-leading {
	padding: 0px 0px 0px 0px;
}
.items-row  {
	padding: 40px 50px 50px 50px;
}
.items-row .item {
	width: 260px;
}
.column-1 {
	float: left;
	margin: 0px 35px 40px 0px;	
}
.column-2 {
	float: left;
	margin: 0px 0px 40px 0px;	
}
.column-3 {
	float: right;
	margin: 0px 0px 40px 0px;
}
.item-separator {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.item-page {
	
}
dl.article-info {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}
dt.article-info-term {
	width: 0px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
}
dd.published, dd.modified {
	font: normal 11px/11px Arial,Helvetica;
	color: #a3a3a3;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content_image {
	margin: 0px 15px 10px 0px;
	border: 1px solid #e2e2e2; 
	padding: 5px; 
	float: left;
}
.content_image:hover {
	border: 1px solid #b2b2b2;
}


p.readmore, .readon {
	background: transparent url(../images/icons/icon_readmore_schwarz.png) no-repeat 0px 8px;
	font: normal 30px/30px "Anton",Arial,Helvetica;
	color: #E7501E; /*#E7501E*/
	width: 100px;
	height: 30px;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	float: right;
	text-align: right;
	text-indent: 0px;
}

.readmore a, .readmore a:link, .readmore a:visited,
.readon a, .readon a:link, .readon a:visited {
	width: 100%;
	height: 100%;
	display: block;
	font: normal 20px/20px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 0px 0px;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px #202020;
	text-align: right;
}
.readmore a:hover, .readon a:hover {
	text-decoration: none;
	color: #ffffff;
}

/*
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a, .back_button a {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #E1DFDF;
    color: #999999;
    font-weight: normal !important;
}
*/

.pagination {
	width: 100%;
	font: normal 10px/10px Arial,Helvetica !important;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pagination p.counter {
	width: 100px;
	float: left;
	display: none;
}
.pagination ul {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.pagination ul li {
	background: -webkit-gradient(linear, left top, left bottom, from(#202020), to(#050404));
	background: -moz-linear-gradient(center top , #202020, #050404) repeat scroll 0 0 #202020;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#202020', EndColorStr='#050404', GradientType=0);
	margin: 0px 3px 0px 0px;
	padding: 0px 4px 0px 4px;
	list-style: none;
	float: left;
}
.pagination-start {
	
}
.pagination-prev {
	
}
.pagination-next {
	
}
.pagination-end {

}
.pagination a, .pagination a:link, .pagination a:visited {
	font: normal 10px/10px Arial,Helvetica !important;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}



/* WEBLINKS */
.category-desc {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}


/* HEADINGS */
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font: normal 30px/30px "Anton",Arial,Helvetica;
	padding: 0px 0px 10px 0px;
	color: #ffffff; /*#E7501E*/
	text-transform: none;
	text-align: left;
	text-shadow: 1px 1px 2px #202020;
}
h2 {
	font: normal 26px/26px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 10px 0px;
	color: #ffffff; /*#E7501E*/
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px 2px #000000;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}
h3 {
	font: normal 12px/20px Arial,Helvetica;
	padding: 0px 0px 10px 22px;
	color: #929292; /*#0974B5*/
	text-transform: uppercase;
	text-align: left;
}
h4 {
	font: normal 20px/20px "Anton",Arial,Helvetica;
	padding: 0px 0px 10px 22px;
	color: #333333; /*#0974B5*/
	text-transform: uppercase;
	text-align: left;
}
h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	color: #333333;
	text-align: left;
	text-decoration: none;
}
h5 {
	font: normal 14px/12px "FuturaMedium",Arial,Helvetica;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: #8C9AA3;
	text-align: left;
}



.text_orange {
	color: #E7501E !important;
}
.ueberschrift_orange {
	font: normal 26px/26px "FujiyamaLightPlain",Arial,Helvetica;
	padding: 0px 0px 10px 0px;
	color: #E7501E !important;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px 2px #000000;
}


/* UNIVERSAL */
img_ {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.display_block {
	display: block;
}
.display_inline {
	display: inline;
}
.display_none {
	display: none;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
.breite_33p {
	width: 33%;
}
.breite_100p {
	width: 100%;
}
.breite_50 {
	width: 50px;
}
.breite_80 {
	width: 80px;
}
.breite_100 {
	width: 100px;
}
.breite_148 {
	width: 148px;
}
.breite_150 {
	width: 150px;
}
.breite_170 {
	width: 175px;
}
.breite_177 {
	width: 177px;
}
.breite_210 {
	width: 200px;
}
.breite_300 {
	width: 300px;
}
.breite_350 {
	width: 350px;
}
.breite_357 {
	width: 357px;
}
.breite_580 {
	width: 580px;
}
.breite_610 {
	width: 610px;
}
.breite_730 {
	width: 730px;
}