/* 
	BLAU #dc0045
	GRÜN #83B817
*/
body {
	background:#aaaaaa;
}

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

a:link, a:visited {
	color:#dc0045;
	text-decoration:none;
}
a:hover {
	color:#dc0045;
	text-decoration:underline;
}  

.green {
	color:#83B817;
	text-decoration:none;
}

a.green:link, a.green:visited {
	color:#dc0045;
	text-decoration:none;
}
a.green:hover {
	color:#dc0045;
	text-decoration:underline;
}

.sub {
	color:#ffffff;
	font-weight:bold;
}

a.sub:link, a.sub:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.sub:hover, a.sub:focus {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

.bgblue {
	background: url(../graphics/bg_blue.gif);
	background-repeat:repeat;
}
.bgblue42 {
	background: url(../graphics/bg_blue42.gif);
	background-repeat:repeat-x;
	padding:5px 0px 5px 0px;
}
.bgblueLOGIN {
	background: url(../graphics/bg_blueLOGIN.gif);
	background-repeat:repeat-x;
	padding:5px 0px 5px 0px;
}
.bggreen {
	background: url(../graphics/bg_red.gif);
	background-repeat:repeat;
}

.news_title {
	font-size:10px;
	font-weight:bold;
	line-height:12px;
}

.news_teaser {
	font-size:10px;
	line-height:12px;
}

a.news, a.news:hover {
	color:#dc0045;
	font-size:10px;
	text-decoration:none;
	line-height:12px;
}

a.news:hover {
	text-decoration:underline;
}

a.cal_hl {
	font-size:14px;
	font-weight:100;
	text-decoration:none;
	
	color:#dc0045;
}

.cal_head {
	color:#dc0045;
	font-size:10px;
	text-decoration:none;
	text-align:right;
	line-height:15px;
	max-height:15px;
	padding: 0px 0px 2px 0px;
}
.cal_day {
	color:#666;
	font-size:10px;
	text-decoration:none;
	text-align:right;
	line-height:15px;
	max-height:15px;
	padding: 0px 0px 2px 0px;
}
.lang {
	color:#0197D4;
	font-size:9px;
	text-decoration:none;
}
a.lang {
	color:#0197D4;
	font-size:9px;
	text-decoration:none;
}

a.lang_a {
	color:#dc0045;
	font-size:9px;
	text-decoration:none;
}

.hl_green {
	font-size:14px;
	color:#dc0045;
	font-weight:bold;
}

