html, body {
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
}

body {
    background-color: #b22222;
    text-align:center;           /* IE 6 sonst links */
}

body, p, td {
        font-family: verdana, arial, sans-serif;
        font-size: 9pt;
        line-height: 12pt;
        color: black;
}


p, h2, h3, h4, h5{
        padding-left: 10px;
        padding-right: 10px;
}


a:link {color: black;}
a:visited {color: black}
a:active {color: grey;}
a:hover {color: #b22222;}



bodytext        {                    /* p */
}



h2 {
        font-size: 14pt;
        line-height: 17pt;
        font-weight: bold;
        color : #b22222;
}

h3 {
        font-size: 12pt;
        font-weight: bold;
        color : #b22222;
}


h4 {
        font-size: 10pt;
        font-weight: bold;
        color : #b22222;
        line-height: 13pt;
}


h5 {
        font-size: 8pt;
        font-weight: bold;
        color : #b22222;
        line-height: 13pt;
}

h1.logo {
        text-align: center;
        margin: 0;
        padding: 0;
}


h1.csc-firstHeader {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14pt;
        line-height: 17pt;
        font-weight: bold;
        color : #b22222;
}

h1 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14pt;
        line-height: 17pt;
        font-weight: bold;
        color : #b22222;
}


.Aktuell{
        font-size: 8pt;
}

/* Containerpositionen */

#mainContainer
{
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

    background-color: white;

    position: relative;

    border: 2px solid #B22222;
}


#suchen {
position: absolute;
z-index: 1;
top: 160px;
right: 10px;
width: 170px;
height: 110px;
overflow: hidden;
}


#bild1 {
position: absolute;
z-index: 1;
top: 151px;
left: 0px;
width: 180px;
height: 110px;
overflow: hidden;
background-color: white;
}

#bild2 {
position: absolute;
z-index: 1;
top: 151px;
left: 180px;
width: 180px;
height: 110px;
overflow: hidden;
background-color: white;
}

#bild3 {
position: absolute;
z-index: 1;
top: 151px;
left: 360px;
width: 180px;
height: 110px;
overflow: hidden;
background-color: white;
}

#menuOben {
position: absolute;
z-index: 2;
top: 10px;
right: 10px;
width: 300px;
0px;
height: 20px;
overflow: hidden;
font-size: 9pt;
text-decoration: none;
}



#menuOben a:hover{
color: #000000;

}

#menu {                                /* Menu */
z-index: 3;
position: absolute;
display: block;
top: 115px;
left: 0px;
width: 740px;
}

#contentTable {
width: 100%;
height: 100%;
margin: 0;
}

.contentTableTD
{
vertical-align: top;
text-align: left;
padding-top: 35px;
}

#contentMain {
width: 510px;
}


#content {                             /* Textinhalte */
width: 480px;
background-color:  white;
margin-left: 22px;
}


#contentAktuell, #contentKalender, #contentRechts {
padding-bottom: 10px;
padding-top: 10px;
width: 180px;
overflow: hidden;
background-color:  white;
border: 2px solid #B22222;
margin-top: 10px;
}

#contentRechts {
 border: 0px solid #B22222;
}

p#contentAktuell {
font-size: 9 px;
}
#contentAktuell p{
font-size: 8px;
}
#contentAktuell h1, contentAktuell h2{
font-size: 15px;
}


#footer {
 clear: both;
 text-align: center;
 font-size: 8 px;
 background-color: white ;
 color: #b22222;
}





#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
        font-weight: bold;
}

#nav a {
        display: block;
        color: white;
        margin: 5px;
        text-decoration: none;
        background-color: #b22222;
}

#nav a.daddy
{
       background: url(../picture/rightarrow2.gif) right no-repeat;
}


#nav li { /* all list items */
        float: left;
        width: 8em; /* width needed or else Opera goes nuts */
        background-color: #b22222;
}

#nav li li, li li li, li li li li {
width: 16em;
}

#nav li ul { /* second-level lists */
        position: absolute;
        background-color: #b22222;
        width: 16em;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul ul { /* third-and-above-level lists */
        margin: -2em 0 0 16em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}


#nav a:hover, #nav li.sfhover {
        color: black;
}




/* Menueeinstellungen zweites Menü */


        ul#secondMenu  {
                padding:0;
                margin:0;
                list-style-type:none;
        }

        ul#secondMenu ul {
                padding:0;
                margin:-6px;
                list-style-type:none;
                margin-top:1px;
        }

        ul#secondMenu li {
                float:left;
                padding: 3px;
                margin-left: 4px;
        }

        ul#secondMenu a {
                color: #b22222;
                display: block;
                font-family: verdana, arial, sans-serif;
                font-size: 8pt;
                font-weight: bold;
                text-decoration: none;
        }
		  
.tx-guestbook-list-header { background-color: #b22222; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #EEEEEE; }
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { font-style: italic; }
.tx-guestbook-list-small { font-size: 9px; color: #666666; }
.tx-veguestbook-pi1-browsebox TABLE {
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; padding: 0px 0px 0px 0px;}
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold;}
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE;}
.tx-guestbook-latest-header { background-color: #B22222; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#B22222; font-size:12; color:#333333; width:100; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#B22222; font-size:12; color:#333333; width:150; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#B22222; font-size:12; color:#333333; width:250; }
.tx-guestbook-form-obligationfield { color: #CC0000; }
.tx-guestbook-form-error { color: #CC0000; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p {
	font-style: italic;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr p .tx-indexedsearch-redmarkup {
	color: #FF0000;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #EEEEFF;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead {
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead table {
	background: #CCCCCC;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-sechead td {
	vertical-align: absmiddle;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	background: #EEEEEE;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p {
	font-weight: bold;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title p.tx-indexedsearch-percent {
	font-weight: normal;
	font-size: 12px;
}

/* default styles for extension "tx_indexedsearch" */
	.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	width: 100px;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	width: 150px;
	font-size: 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-whatis p .tx-indexedsearch-sw {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.tx-indexedsearch p.tx-indexedsearch-noresults {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}


.su1 a{
	font-weight: bold;
	font-size: 15px;
	color : #b22222;
	padding-left: 10px
}
.su2 a{
	font-weight: bold;
	font-size: 14px;
	color : #b22222;
	padding-left: 20px;	
}
su2{
		margin: 0px 0px 0px 0px;
}
.su3 a{
	font-weight: bold;
	font-size: 12px;
	color : #b22222;
	padding-left: 30px;
}
.su4 a{
	font-weight: regular;
	font-size: 11px;
	color : #b22222;
	padding-left: 40px;
}
.su5 a{
	font-weight: bold;
	font-size: 9px;
	color : #b22222;
	padding-left: 50px;
}
.su6 a{
	font-weight: regular;
	font-size: 8px;
	color : #b22222;
	padding-left: 60px;
}
.su7 a{
	font-weight: regular;
	font-size: 8px;
	color : black;
	padding-left: 70px;
}
.su8 a{
	font-weight: regular;
	font-size: 8px;
	color : black;
	padding-left: 80px;
}
.small_list_data{
	margin-top: 10px;
	margin-bottom: 12px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}