/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #0053a0;
	padding-bottom: 10px;
	}

.newszeile {
	font-size: 9pt;
	color: #0053a0;
}

a.newstitle, a.newstitle:link, a.newstitle:visited, a.newstitle:active, a.newstitle:hover {
    text-decoration: none;
    font-weight: bold;
}


.quicktitle {
	font-size: 10pt;
	font-weight: bold;
	color: #0053a0;
	margin-left: 10px;
}

.quickzeile {
	font-size: 8pt;
	color: #0053a0;
	margin-left: 11px;

}

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

input { 
	margin: 0px; 
	padding: 0px;
}


/* link*/

a { 
	text-decoration: none; 
}

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

a:hover {
	font-weight: normal; 
	text-decoration: underline;
}

/* Agenda */

.agendatitle	{	
	font-size: 10pt;
	font-weight: bold;
	color: #0053a0;
	margin-left: 10px;
}


table.agenda    {
        border-collapse: collapse;
        table-layout:   fixed;
        width:          122px;
        background-color:   #ffffff;
        display: inline-table;
        }

td.agendahead   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        padding:        2px;
        width:          18px;
       	text-align: center;
        background-color:   #FFFFFF;
        }
        
.days   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        }        
        
        

td.agenda   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        border:         1px solid #8d8e8f;
        padding:        2px;
        width:          12px;
        text-align: center;
        }
        
a.td.agenda:hover   {
        font-family:    Arial, Helvetica, sans-serif;
        font-size:      7pt;
        border:         1px solid #dddddd;
}        
              

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

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

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

