/* CSS Document */

/* Text, Tabellen und Titel definitionen*/

form { margin: 0pt; padding: 0pt; }

.header_red {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 2px;
	padding-left: 5px;
}


body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.fronttitle{
    font-size: 11pt;
    font-weight: bold;
}




/* Agenda */

table.agenda    {
        border-collapse:collapse;
        table-layout:   fixed;
        width:          112px;
        background-color:   #D7E7EF;
        }

td.agendahead   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        padding:        2px;
        width:          12px;
        background-color:   #a1ccde;
        }

td.agenda   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        border:         1px solid #000000;
        padding:        2px;
        width:          12px;
        }

td.agendaday    {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        border:         1px solid #000000;
        padding:        2px;
        width:          12px;
        background-color: #ffffff;
        }

td.agendasel    {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        background-color:   #ffffff;
        border:         1px solid #000000;
        padding:        2px;
        width:          12px;
        }

a.agenda    {
        text-decoration:none;
        color:          #000000;
        }


/* News, Events und Quickfinder Definitionen */


.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #5E5E5E;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newszeile {
	font-size: 10pt;
	color: #000000;
}

.newsdatum {
	font-size: 10pt;
	color: #D71c22;
}

.quickzeile {
	font-size: 10pt;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* link*/

a { 
	text-decoration: none; 
}

a:link, a:visited, a:active{
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal; 
}

a.news { 
	color: #000000;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #d3272e;
	font-weight: normal; 
}

a.newszeile:active {
	color: #d3272e;
	font-weight: normal; 
}

