BODY, TD, A, P, DIV, LEGEND, LABEL, INPUT, SELECT, TEXTAREA, FORM, OL, UL, LI, H1, H2, H3, H4, H5 {
        font-family: arial;
        font-size: 11px;
        
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        
}
BODY, TD, P, DIV, LEGEND, LABEL, INPUT, FORM, SELECT, TEXTAREA {
        color: #5C5C5C;
        line-height: 14px;
}
BODY {
        background-color: white;
        padding-bottom: 40px; /* a little space at bottom */
}

.spacer{
	clear: both;
	font-size: 1px;
}

A, A:visited, A:active {
	color: #e3001a;
	text-decoration: underline;
}
A:hover {
	color: #ffffff;
	background-color: #e3001a;
    text-decoration: none;
}

/********************************************************************************************************/
/* layout layout layout layout layout layout layout layout layout layout layout layout layout layout    */
/********************************************************************************************************/

/* pageBg */

#pageBg {
    position: relative;
    background: url(../img/bgpage.gif) repeat-y;
    margin-left: 30px;
    width: 930px;
}

#pageBg #bgTop,
#pageBg #bgFoot {
    position: absolute;
    left: 0px;
    background: no-repeat;
    height: 10px;
    width: 900px;
}

#pageBg #bgTop {
    background-image: url(../img/bgpagetop.gif);
}
#pageBg #bgFoot {
    background-image: url(../img/bgpagend.gif);
}

/********************************************************************************************************/
/* normalseite    */
/********************************************************************************************************/

/*
   .col01 == nav
   .col02 == content
   .col03 == teaser
*/


TD.listContainer { 
        background-color: #ffffff;
        border-top: 15px solid #EBEBEB;
        border-left: 15px solid #EBEBEB;
        border-right: 15px solid #EBEBEB;
        padding-bottom: 40px;
        vertical-align: top;
        background-image: url(../img/corner_br.gif);
        background-position: bottom right;
        background-repeat: no-repeat;
}


TD.listHeader {  
    background-color: #5c5c5c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: white;
}


TD.dateList {
        padding-top: 7px;
        padding-bottom: 5px;
        width: 180px;
        padding-left: 10px;
}

TD.topicList { 
        padding-top: 7px;
        padding-bottom: 5px;
        width: 215px;
        padding-left: 10px;
}

TD.topicList A, TD.topicList A:visited { 
    text-decoration: none;
}

TD.locList {
        padding-top: 7px;
        padding-bottom: 5px;
        width: 200px;
        padding-left: 10px;
}

TR.listHeader {
        text-align: left;
}

TR.listEntry1 {  
        background-color: #fff;
        vertical-align: top;
}

TR.listEntry2 {  
        background-color: #F6F6F4;
        vertical-align: top;
}


.listFooterLink { 
        padding-top: 10px;
        padding-left: 10px;
}



TD.col01, TD.col02, TD.col03 { 
        background-color: #999999;
        border-top: 15px solid #EBEBEB;
        border-left: 15px solid #EBEBEB;
        vertical-align: top;
        width: 200px;
}

TD.col02 { 
        width: 410px;
}

TD.col03 { 
        background-color: white;
        border-right: 15px solid #EBEBEB;
        width: 200px;
}

.col02 H1,
.col03 .events H1 {
        font-size: 30px;
        color: #e3001a;
        padding-bottom: 28px;
        padding-top: 13px;
        line-height: 30px;
        font-weight: lighter;
}

.col03 .events H1 {
        padding-top:10px;
}

.col02 H2,
.col03 H2 {
        font-size: 9px;
        font-weight: lighter;
        color: #B1B6AF;
        padding-bottom: 5px;
}

.col03 H2 {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
        color: white;
}

.col02 H3 {
    font-weight: bold;
    font-size: 12px;
    padding-top: 13px;
}

.col03 H1 {
        font-size: 12px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        color: white;
        line-height: 20px;
}


#contentFrame {
}

/* TOP ROW */

#topRow TD.col01 { 
    background: #999999 url(../img/corner_header_tl.gif) no-repeat 0% 0%;
}

#topRow TD.col03 { 
    background: #999999 url(../img/corner_header_tr.gif) no-repeat right 0%;
    vertical-align: top;
    padding-top: 10px;
    
}

#topRow TD.col03 select { 
        width: 180px;
        margin-left: 10px;
}

/* SPACER ROW */
#spacerRow TD { 
        height: 50px;
    }

#spacerRow TD.col01,
#spacerRow TD.col02 { 
        background-color: #e3001a;
}

#spacerRow TD.col03 { 
    background-color: white;
}
/* CONTENT ROW */
#contentRow TD.col01 {
        padding-top: 35px;
        background-image: url(../img/corner_bl.gif);
        background-repeat: no-repeat;
        background-position: bottom left;
}

#contentRow TD.col03 {
        background-image: url(../img/corner_br.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
}

#footerRow TD {
    height: 15px;
}


/*********************/
/*     NAVIGATION    */
/*********************/
#topRow TD.col03 UL {
        list-style: none;
}

#topRow TD.col03 UL LI A {
        display: block;
        padding-left: 20px;
        padding-right: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        background-image: url(../img/linkBack_active.gif);
        background-repeat: no-repeat;
        background-position: 10px 11px;
        text-decoration:none;
        color: white;
}

#topRow TD.col03 UL LI A:hover,
#topRow TD.col03 UL LI A:active {
        text-decoration:none;
        background-color: #EBEBEB;
        color: #e3001a;

        background-image: url(../img/linkBack.gif);
}

#topRow TD.col03 UL LI A:hover {
        color: #666666 !important;
}

#contentRow TD.col02 { 
        padding: 10px;
        padding-bottom: 20px;
        background-color: white;
        width: 390px;
}

#contentRow TD.col02 DIV TABLE TR TD{ 
        border: 1px solid white; 
        background-color: white;
}


.more A,
.more A:visited { 
        padding-left: 16px;
        background-image: url(../img/linkBack.gif);
        background-repeat: no-repeat;
        background-position: 0px 4px;
        text-decoration: underline;
}

.more A:hover { 
    background-image: url(../img/linkBack_active.gif);
    text-decoration: none;
}

#contentRow .col01 {
    background-color: white;
    padding-bottom: 170px; 
}

#contentRow .col01 LI  {
	list-style: none;
	color: #666666;
}

#contentRow .col01 A {
	display: block;
	
	color: #666666;
	text-decoration: none;

	padding-left: 9px;
	padding-right: 9px;
	padding-top: 8px;
	padding-bottom: 9px;
	
/*  width: 210px;*/

	border-top: 1px solid #ebebeb;
}
#contentRow .col01 LI.first A {
/*  border-top: 0px;*/
}



#contentRow .col01 LI A.navOpen {
	color: #666666;
	font-weight: bold;
	background-color: #e2e2e2 !important;
}
#contentRow .col01 UL LI A.active {
	font-weight: bold;
/*  color: #e3001a;
*/	background-color: #e2e2e2 !important;
}


#contentRow .col01 A:hover, #contentRow .col01 A.navOpen:hover {
	background-color: #e2e2e2;
	color: #e3001a;
}

#contentRow .col01 UL.subNav {
	margin:0px; padding:0px; list-style: none;
	display: block;
}
#contentRow .col01 UL.subNav LI A {
/*  width: 199px;*/
	padding-left: 20px;
	background-color: #f5f5f5;
	background-image: url(../img/list1.gif);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	border-top: 1px solid #ebebeb !important;
	font-weight: normal;
}
#contentRow .col01 UL.subNav LI A.active {
	color: #e3001a;
	background-color: #f5f5f5 !important;
	font-weight: normal;
}

#contentRow .col01 UL.subNav2 {
	margin:0px; padding:0px; list-style: none;
	display: block;
}
#contentRow .col01 UL UL.subNav2 LI A {
	width: 179px;
	padding-left: 40px;
	background-color: #f5f5f5;
	background-image: url(../img/list1.gif);
	background-repeat: no-repeat;
	background-position: 29px 14px;
	border-top: 1px solid #ebebeb !important;
	font-weight: normal;
}
#contentRow .col01 UL UL.subNav2 LI A.active {
	color: #e3001a;
	background-color: #f5f5f5 !important;
	font-weight: normal;
}

/*********************/
/*      MAILFORM     */
/*********************/
#contentRow TD.col02 LABEL.half,
#contentRow TD.col02 LABEL.radio,
#contentRow TD.col02 INPUT.half,
#contentRow TD.col02 INPUT.full,
#contentRow TD.col02 SPAN.radio {
        width: 190px;
        background-repeat: repeat-x;
        background-position: bottom;
        height: 15px;
        line-height: 15px;
}
#contentRow TD.col02 LABEL.half {
    width: 185px;
    margin-right: 5px;
    height: 16px;
}

#contentRow TD.col02 LABEL.half,
#contentRow TD.col02 LABEL.radio {
        display: block;
        float: left;
       	background-image: url(../img/dotted_hg.gif);
} 

#contentRow TD.col02 INPUT.half,
#contentRow TD.col02 INPUT.full {
        display: inline;
        background-color: #eaece9;
        border: 1px solid black;
        border-bottom-color: #d5d9d3;
        border-right-color: #d5d9d3;
}
#contentRow TD.col02 INPUT.half {
    margin-bottom: 9px;
}
#contentRow TD.col02 INPUT.full {
        width: 380px;
}

#contentRow TD.col02 INPUT:focus,
#contentRow TD.col02 INPUT.focus {
    background-color: #fbebe5;
}
#contentRow TD.col02 INPUT[type=button]:focus,
#contentRow TD.col02 INPUT[type=submit]:focus {
    background-color: #e3001a;
}

#contentRow TD.col02 LABEL.full {
        display: block;
        padding-bottom: 5px;
} 


#contentRow TD.col02 SPAN.subtext { 
        color: #666666;
        font-size:9px;
}

#contentRow TD.col02 SPAN.radio {
        display:inline;
        height: 15px;
        line-height: 15px;
}

#contentRow TD.col02 LABEL.radio {
        line-height: 15px;
        text-align: baseline;
}

#contentRow TD.col02 INPUT.radio {
        width: 16px;
        display: inline;
        border:none;
        border-left: 1px solid white;
        height: 15px;
        line-height: 15px;
}

#contentRow TD.col02 INPUT.submit {
        margin-left:190px;
        border: none;
}

#formError {
        color: #e3001a;
        display:none;
}

/*********************/
/*     /MAILFORM     */
/*********************/


#contentRow TD.col02 { 
        padding-top: 20px;
}

#contentRow TD.col03 { 
        padding-top: 35px;
}

#contentRow TD.nomark { 
        background-image: none;
        padding-top: 0px;
}

#contentRow TD.col02 P { 
        /* padding-bottom: 10px;*/
}

#contentRow TD.col02 P SPAN { 
        color: #B1B6AF;
}

#contentRow TD.col03 P { 
        padding-left: 10px;
        padding-right: 10px;
        color: white;
}

#contentRow TD.col03 P SPAN { 
        color: #D5D9D3;
}

#contentRow TD.col03 P B { 
        color: #D5D9D3;
        font-weight: bold;
}

#contentRow TD.col03 A,
#afterContentRow TD.col02 A { 
        padding-left: 10px;
        background-image: url(../img/linkBack.gif);
        background-repeat: no-repeat;
        background-position: 0px 5px;
        color: white;
}
#contentRow TD.col03 A:hover {
        background-image: url(../img/linkBack_active.gif);
}

#contentRow TD.col03 SPAN A { 
        padding-left: 0;
        background-image: none;
        color: white;
}
#contentRow TD.col03 SPAN A:hover { 
	color: #e3001a;
}

#contentRow TD.col03 DIV.spacer {
        height:10px;
        background-color: #666666;
}

#contentRow TD.col03 DIV TABLE.imgtext-table,
#contentRow TD.col03 IMG {
        background-color: #666666;
        border-bottom: 15px solid #EBEBEB;
}

#contentRow TD.col03 DIV TABLE TR TD A { 
        color: white;
        padding: 0px;
        background-image: none;
        background-repeat: no-repeat;
        text-decoration: none;
}

/* AFTERCONTENT ROW */

#afterContentRow TD { 
        /* border-bottom: 10px solid #959F91;*/
}

#afterContentRow TD.col01 {
        background-color: transparent;
}

#afterContentRow TD.col02 { 
        padding: 10px;
        background-color: #4A5046;
        width: 390px;
        padding-top: 25px;
        background-image: url(../img/marker.gif);
        background-repeat: no-repeat;
        background-position: 10px 10px;
}

#afterContentRow TD.col02 P,
#afterContentRow TD.col02 H2 { 
        color: white;
}

/* FOOTER ROW */
#footerRow TD { 
        /*border: none;*/
        padding-left: 0;
        margin: 0;
        background-color: transparent;
        text-align: left;
}

#footerRow TD UL {
        list-style: none;
        font-size: 7px;
}

#footerRow TD UL LI {
        display:inline;
        padding-left: 8px;
        padding-right: 10px;
        background-image: url(../img/linkBack.gif);
        background-repeat: no-repeat;
        background-position: 0px 5px;
}


#footerRow A,
#footerRow A:visited,
#footerRow,
.indexfooter A,
.indexfooter A:visited,
.indexfooter {
    color: #686868;
    text-decoration: none;
}

#footerRow A:hover,
.indexfooter A:hover {
    color: #686868;
    background: none;
}



#footerRow TD UL LI.footer-name{
        white-space:nowrap;
        background-position: 0px 5px;
}

#footerRow TD UL LI.footer-name SPAN{
        padding-left: 10px;
}

#footerRow TD UL LI SPAN {
	color: #4A5046;
        
}

#footerRow TD UL LI .fiF {
        color:white;
}

#footerRow TD UL LI .fiI {
        color:#e3001a;
}





/********************************************************************************************************/
/* startseite    */
/********************************************************************************************************/



#indexTeaserRow td.col01 { 
    background: white url(../img/corner_bl.gif) no-repeat 0% bottom;
}

#indexTeaserRow td.col03 { 
    background: white url(../img/corner_br.gif) no-repeat right bottom;
}


#indexTeaserRow td.col03 p { 
        padding: 10px;
}



TD.listContainerIndex { 
        background-color: #EBEBEB;
        border-top: 15px solid #EBEBEB;
        border-left: 15px solid #EBEBEB;
        border-right: 15px solid #EBEBEB;
        padding-bottom: 0;
        padding-bottom: 15px;
        vertical-align: top; 
}


TD.listContainerIndex TD.listHeader {  
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;

        background-color: #5c5c5c;
}
TD.listContainerIndex TD.listHeader A:hover,
TD.listContainerIndex TD.listHeader A:visited {
        background-color: transparent;
}

TD.listContainerIndex #listHeader .date {  
    background: #5C5C5C url(../img/corner_content_tl.gif) no-repeat top left;
}

TD.listContainerIndex #listHeader .desc {  
    background: #5C5C5C url(../img/corner_content_tr.gif) no-repeat top right;
}

.listHeader img{ 
        border: none;
}


TD.listContainerIndex TD.dateList {
        padding-top: 7px;
        padding-bottom: 5px;
        width: 200px;
        padding-left: 10px;
}

TD.listContainerIndex TD.topicList { 
        padding-top: 7px;
        padding-bottom: 5px;
        width: 200px;
        padding-left: 10px;
}

TD.listContainerIndex TD.locList {
        padding-top: 7px;
        padding-bottom: 10px;
        width: 410px;
        padding-left: 10px;
}

TD.listContainerIndex tr.lastRow TD.dateList {
    background: white url(../img/corner_bl.gif) no-repeat bottom left;
}

TD.listContainerIndex tr.lastRow TD.locList {
    background: white url(../img/corner_br.gif) no-repeat bottom right;
}

TD.listContainerIndex TR.listHeader {
        text-align: left;
}

TD.listContainerIndex TR.listEntry1 {  
        background-color: #fff;
        vertical-align: top;
}

TD.listContainerIndex TR.listEntry2 {  
        background-color: #f5f5f5;
        vertical-align: top;
}


.indexfooter { 
        width: 100%;
}

.indexfooter TD UL {
        padding: 5px 10px 5px 10px;
        list-style: none;
        font-size: 7px;
}

.indexfooter TD UL LI {
        display:inline;
        padding-left: 16px;
        padding-right: 3px;
        background-image: url(../img/linkBack.gif);
        background-repeat: no-repeat;
        background-position: 0px 5px;
}

.indexfooter TD UL LI SPAN {
	color: #4A5046;
}

.indexfooter TD UL LI .fiF {
        color:white;
}

.indexfooter TD UL LI .fiI {
        color:#e3001a;
}



#footer {
    width: 855px;
    margin: 10px 0 0 36px;
    list-style-type: none;
}

#footer li {
    float: left;
    margin-left: 9px;
    padding-right: 9px;
}

#footer li.contact {
    border-right: 1px solid #5b5b5b;
}

#footer li.copy {
    float: right;
    margin-right: none;
}

#footer li a, #footer li a:visited {
    color: #5b5b5b;
    text-decoration: none;
}
#footer li a:hover {
    color: #e3001a;
    text-decoration: none;
    background-color: transparent;
}



input.submitButton {
    background-color:#e3001a;
    background-image:url(../img/linkBack_active.gif);
    background-position:5px center;
    background-repeat:no-repeat;
    border:0px none;
    color:#FFFFFF;
    cursor:pointer;
    height:15px;
    padding-left:15px;
    text-align:left;
    width:180px;

    margin-left: 200px;
}




#popupshade {
	position: absolute;
	width:100%;
	height:100%;
	top:0px; left:0px;
	z-index:1000;
	background-color: #212121;
	-moz-opacity: .15;
	opacity: .15;
	filter: alpha(opacity=15);
	overflow: hidden;
}
#popuplayer {
	position: absolute;
	top:210px; left:0px;
	z-index:1001;
	width: 100%;
	
}
.popuplayer {
	width: 665px;
	height:250px;
	position: relative;
	text-align:left;
	margin-left:150px;
}
.popuplayer0 {
	height:11px;
	width: 100%;
	display: block;
	background-image: url(../pix/popup/bg1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:1px; line-height:1px;
}
.popuplayer1 {
	display: block;
	position: relative;
	z-index:50;
	background-image: url(../pix/popup/bg.png);
	background-repeat: repeat-y;
	padding-top: 39px;
	padding-left: 40px;
	padding-bottom: 32px;
    height: 174px;
}
.popuplayer1 H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top:-5px;
	margin-bottom: 23px;
	color:#e3001a;
	font-weight: normal;
    line-height: normal;
}
.popuplayer2 {
	font-size:1px; line-height:1px;
	height:15px;
	display: block;
	background-image: url(../pix/popup/bg2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
IMG.popupimg {
	margin-right: 40px;
	float:left;
	position: relative;
}
.popuplayer1i {
	font-family: Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size: 16px;
	float:left;
	position: relative;
	width:375px;
    line-height: 18px;
}
.popuplayer1i P {
	font-family: Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	font-size: 16px;
	background-image: url(../pix/popup/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 23px;
    line-height: 18px;
	margin-top: 16px;
}
.popupcloser {
	z-index:100;
	position: absolute;
	top:15px; 
	right: 21px;
}
.popuplayer1 .popupcloser IMG { margin: 0px; }
