/* CSS Document */

.startseite .ueberschrift {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.startseite #rahmen {
	border-color: #ece9d8;	
	border-style: solid; 
	border-width: 1px;
}

.startseite #color_veranstaltungen {
	background-color: #E52324;
}

.startseite #color_aktuelles {
	background-color: #00579A;
}

.startseite #color_veroeffentlichungen {
	background-color: #FEB400;
}

.startseite #artikel {
	border: #ece9d8 solid 1px;
	background-color: #d9dfe5;
	padding: 2px;
}

.startseite a:link { 
	color: #000000; 
	text-decoration: underline;	
}

.startseite a:visited { 
	color: #000000; 
	text-decoration: underline;
}

.startseite a:hover { 
	color: #FF0000;
	text-decoration: underline;
}

/* Englische Startseite */

.startseite_eng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.startseite_eng #block1 {
	border: #ece9d8 1px solid; 
/*	border: #000000 1px solid; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFFFFF; */
	background-color: #d9dfe5; 
}

.startseite_eng #block2 {
	border: #ece9d8 1px solid; 
/*	border: #000000 1px solid; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFFFFF; */
	background-color: #d9dfe5; 
}

.startseite_eng #block3 {
	border: #ece9d8 1px solid; 
/*	border: #000000 1px solid; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #FFFFFF; */
	background-color: #d9dfe5; 
}

.startseite_eng #block4 {
	border: #ece9d8 1px solid; 
/*	border: #000000 1px solid; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 12px; */
/*	background-color: #FFFFFF; */
	background-color: #d9dfe5; 
}

.startseite_eng #bild {
	border: #d9dfe5 1px solid; 
/*	border: #000000 1px solid; */	
}

.startseite_eng #topic {
	color: #00254d;
}

.startseite_eng #color_veranstaltungen {
	background-color: #E52324;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.startseite_eng #color_aktuelles {
	background-color: #00579A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.startseite_eng #color_veroeffentlichungen {
	background-color: #FEB400;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}