

/* meyer reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, li /*, ul, fieldset, form, label, legend *//*,table, caption, tbody, tfoot, thead, tr, th, td*/ {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background-color:transparent;
    border-collapse:collapse;
    text-align:left;
}
* { font-size:1em; }
html { font-size:100%; }
body { 
    font-size:12px;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1 {
	/* top & bottom margin based on font size */
	margin: 0 0 1em 0;
}
h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em .5em .5em 0;
}
th, td {
	vertical-align: top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
p {
	/*so things don't run into each other*/
	margin-bottom:0.5em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

body * {
        font-family:  Arial, Helvetica, sans-serif;
        line-height: 1.4em;
}
.ideenbild {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
    clear: left;
    width: 200px;
    height: 150px;
}
.startseitenbild { 
    margin-right: 5px;
    float: left;
    display: block;
    margin-bottom: 1em;
}
.partnerlogo {
    margin-right: 10px;
    float: left;
    display: block;
    margin-bottom: 1em;
}
.red {
    color: #CA1A25;
}
.black {
    color: #000000;
}
h1 {
    color: #CA1A25;
}

body {
        background-color:#b40923;
}
.clear {
	clear: both;
}
/** hidden classes **/
.hidden, .hidden_m {
	position: absolute;
	left: -1000px;
	top: -10000px;
    display:none;
}
.skip, dfn {
	position: absolute;
	left: -1000px;
	top: -10000px;
}
a.skip:focus, a.skip:hover, a.skip:active  {
    padding:5px 10px;
    position: absolute;
    left: 2px;
    top: 5px;
    background-color: #fffbd1;
    color: rgb(90,28,20);
    border: 1px solid rgb(90,28,20);
    text-decoration:underline;
}
#wrapper, #main, #bd, body {
	/*margin: auto;*/
	    height: 100%;
        /* width:960px; */
}
.header {
    border-bottom: 1px solid #000;
    background-color: #fff;
	position: relative;
	height: 132px;
	overflow: hidden;
	width: 100%;
}
.logo img {
    margin: 10px 0 0 12px;
    float: left;
}
.right img {
    margin: 25px 0 0 12px;
    float: left;
}
.header .logo, .header .right {
    float: left;
    width: 210px;
    height: 132px;
    border-right: 1px solid #000;
}
.header .right {
    float: left;
    width: 730px;
    background-color: #b1b3b4;
}
#helpers {
    position: absolute;
    top: 10px;
    left: 10px;
    
}
.menu-background, #content,  .menuwrapper {
    display: block;
    float: left;
    margin: -1px 0 0;
    padding: 0;
}
.menu-background {
    position: absolute; top: 134px; left: 0px;
    width: 100%;
    z-index:1;
    background-color:#fff;
    border-bottom: 1px solid #000000;
    height: 590px;
}
#bd {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    width: 941px;
    background-color:#b1b3b4;
}
#menuwrapper {
    display: block;
    float: left;
    width: 210px;
    margin-top: 0px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 590px;
    background-color:#b40923;
}
#main {
    display: block;
    float: right;
    background-color: #fff;
    margin-left: 0px;
    width: 730px;
}
.yui-t1 #yui-main .yui-b {
	margin-left: 211px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	height: 100%;
}
#content {
    height: 100%;
	width: 670px;
	padding: 18px 30px;
	min-height: 553px;
    border: 1px solid #000000;
    border-top: none;
    margin-left: -1px;
    margin-top: 1px;
    background-color:#fff;
}
.footer {
    display: block;
    float: left;
    width: 670px;
	padding: 0px 30px;
    height: 300px;
    border: 1px solid #000000;
    border-top: none;
    margin-left: -1px;
    background-color:#fff;
}
#menu1 {
	width: 210px;
	padding: 0px;
        margin:0;
}
#m1ul {
	margin: 33px 0px 20px 20px;
        padding:0;
}
#m1ul > li:first-child a {
/*    font-size: 1.3em;
    line-height: 1.3em;*/
}
#m1ul li ul {
    padding: 0;
    	margin-left: 5px;
	   margin-bottom: 15px;
        margin-top: 10px;
}
#menu1 li {
    list-style: none;
    font-weight: normal;
    /*font-size: 1em;*/
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 10px;

}
#menu1 li li {
    list-style: none;
    font-weight: normal;
    /*font-size: 1em;*/
    margin-top: 10px;
}
#m1ul a {
    display: block;
    padding-left: 18px;
	text-decoration: none;
    color: #bcbdbf;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: url('../img/xScreenDesign/arrow_white.png') no-repeat -3px 3px;
}
#m1ul ul a {
    color: #fff;
    display: block;
    padding-left: 18px;
    background: url('../img/xScreenDesign/arrow_black.png') no-repeat -3px 3px;
    font-size: 0.9em;
}
#m1ul a:hover, #m1ul a:active {
        color: #fff;
}
#m1ul ul a:hover, #m1ul ul a:active {
        color: #000;
}

a:link,
a:visited {
	color: #CA1A25;
}
a:hover,
a:active {
	color: #CA1A25;
}
a:focus, #m1ul a:focus, .tx-srlanguagemenu-pi1 a:focus  {
    background-color: #ffffff;
    outline: 3px solid #CA1A25;
    color: #000;
    font-weight: bold;
}

.fbLink {
	padding-left: 48px;
}

/** Sprachwahl */

div.tx-srlanguagemenu-pi1 {
    float: right;
    width: 75px;
    margin: 15px 30px 0 0px;
    padding: 0;
    /*border: 1px solid #000;*/
}
 * html div.tx-srlanguagemenu-pi1 {
  /* CSS-Hack für IE6 und kleiner */
      margin: 10px 16px;
 }
div.tx-srlanguagemenu-pi1 img {
    border: none;
    display: none;
}
.tx-srlanguagemenu-pi1 .CUR, .tx-srlanguagemenu-pi1 .NO, .tx-srlanguagemenu-pi1 .INACT  {
    display:block; 
    width: 75px;
    margin: 0px 0 0px 0px;
    padding: 0;
    height: 16px;
}
.tx-srlanguagemenu-pi1 .CUR a {
    color: #000;
}
 .tx-srlanguagemenu-pi1 a {
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #666;
}
#sprachwahl {
    position: relative;
    top: 0px;
    left: 0px;
}
.tx-srlanguagemenu-pi1 a:hover,
.tx-srlanguagemenu-pi1 a:active {
	color: #fff;
}
.tx-srlanguagemenu-pi1 a:focus {
    color: #000;
    font-weight: bold;
}
div.csc-default {
    clear:left;
    margin-top: 1em;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
    margin-top: 30px;
}
.footer div.csc-textpic-left div.csc-textpic-imagewrap {
    margin-top: 30px;
}
.footer div.csc-textpic-left div.csc-textpic-imagewrap div {
    float: left;
    margin-right: 17px;
}
#facebookWidget {
    background-color: #b1b3b4;
    width: 170px;
    display: block;
    float: left;
    position: absolute;
    top: 600px;
    padding: 15px 0 0 40px;
}
#facebookWidget a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0 10px 40px;
    background: url('../img/xScreenDesign/facebook-logo-s.png') no-repeat 0px 5px;
}
#facebookWidget a:hover {
    color: #000;
}
#facebookWidget a:focus {
    color: #000;
    background-color: #fff;
}

#logfrm > table {
    margin-top: 1em;
    padding: 1em;
    float:left;
    width: 250px;
    border: 1px solid #eaeaea;
}
#logfrm table table {
    margin-bottom: 0;
}
.news-latest-item {
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #B1B3B4;
    clear: both;
}
.news-latest-item .img, .news-single-item .img {
    display: block;
    float: left;
    margin-right: 10px;
}
.news-latest-item text {
    display: block;
    float: left;
}
.news-latest-gotoarchive {
    margin-top: 10px;
}
.news-latest-date {
    display: none;
}
.news-latest-item h3 , .news-latest-item p, .news-latest-morelink  {
    float: right;
    width: 550px;
}
.news-latest-item > a {
    float: left;
    display: block;
}
.news-latest-item hr {
    display: none;
}
.news-latest-gotoarchive {
    display: none;
    clear: both;
    padding-top: 10px;
}
.news-single-img {
    float: right;
    margin-left: 20px;
}
.news-single-item h3 {
    float: left;
    width: 500px;
}
#c1135 p {
    float: right;
}
#c1135 p a {
    text-decoration: none;
    color: #A4ACB5;
}
.news-latest-morelink  {
    margin-bottom: 10px;
}



/*html, body {
	height: 100%;
}*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4E9841;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: 100%;
    /*expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../img/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../img/fancy/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../img/fancy/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../img/fancy/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../img/fancy/fancy_title_right.png) repeat-x;
}
