/* Allgemein für Links */
a {
	font-weight: bold;
	color: #034b72;
	text-decoration: none;
}
a:hover {
	color: #045c8c;
}


/* Links im Menu */
.active a {
	color: black;
}
/*.active a:hover {
	color: #045c8c;
}*/
.hactive a {
	color: red;
}
/*.hactive a:hover {
	color: #045c8c;
}*/


.contact {
	vertical-align: top;
}

/* Copyright */
.fuss {
	text-align: right;
	font-size: 10px;
}

/* Tabelle mit Content */
.haupt {
	background-color: #99A5B7;
	text-align: right;
	vertical-align: top;
	white-space: normal;
}

/* Zelle mit Content */
.text {
	text-align: justify;
	vertical-align: top;
}


/* Titel */
span.title {
	color : #034B72;
	font-size : 18px;
	font-weight : bold;
}

/* Ebene mit Content */
#bodytext {
	font-size: 12px;
}

/* Farben für Medaillen */
.gold {
	background-color: #ffd700;
}
.silber {
	background-color: #c0c0c0;
}
.bronze {
	background-color: #8c7853;
}
.hm {
	background-color: white;
}


#agenda {
	border-style: outset;
	border-color: #000000;
	border-right-width:2px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	background-color: #CCCCCC;
	width: 66%;
}
#agenda .title {
	font-size : 12px;
	font-weight: bold;
	text-align: left;
	color: #022a40;
}
#agenda table {
	font-size: 10px;
	width: 100%;
}
#agenda .Datum0 {
	font-weight: bold;
	width: 120px;
}

#agenda .Datum_Alt0 {
	color: #666666;
	width: 120px;
}
#agenda .Anlass_Alt0 {
	color: #999999;
}
#agenda .Datum1 {
	font-weight: bold;
	background-color: #99A5B7;
	width: 120px;
}
#agenda .Datum_Alt1 {
	color: #666666;
	background-color: #99A5B7;
	width: 120px;
}
#agenda .Anlass1 {
	background-color: #99A5B7;
}
#agenda .Anlass_Alt1 {
	color: #999999;
	background-color: #99A5B7;
}
#agenda a {
	font-size: 10px;
	text-decoration: none;
}
#news a {
	font-size: 10px;
	text-decoration: none;
}

#olympiaden {
	border-style: outset;
	border-color: #000000;
	border-right-width:2px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	background-color: #CCCCCC;
	width: 66%;
}
#olympiaden table {
	font-size: 10px;
	width: 100%;
}
#olympiaden a {
	font-size: 10px;
	text-decoration: none;
}
#olympiaden .ID0 {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	width: 90px;
}
#olympiaden .Ort0 {
	font-size: 10px;
}
#olympiaden .ID1 {
	font-weight: bold;
	font-size: 10px;
	background-color: #99A5B7;
	text-align: right;
	width: 90px;
}
#olympiaden .Ort1 {
	font-size: 10px;
	background-color: #99A5B7;
}
