body, input, select, textarea, table {
  font-family: Verdana, Arial, Helvetica, Syntax, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #555555;
}

a:link {
  color: #555555;
}

a:hover {
  color: #555555;
}

a:visited {
  color: #555555;
}


.headline
{
  font-size: 15px;
	font-weight: bold;
	line-height: 16px;
  color: #E01D36;
}


.subheadline
{
	font-weight: bold;
	line-height: 16px;
  color: #E01D36;
}

.subheadline2
{
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	color:#E01D36;
}

.navigation
{
  font-size: 9px;
  color: #A6A6A6;
}

a.navigation
{
  color: #A6A6A6;
	text-decoration: none;
}

a.navigation:hover
{
  color: #A6A6A6;
	text-decoration: none;	
}

a.navigation:visited
{
  color: #A6A6A6;
	text-decoration: none;	
}


.white
{
  color: #FFFFFF;
}

a.white
{
  color: #FFFFFF;
}

a.white:hover
{
  color: #FFFFFF;
}


.whitesmall
{
  font-size: 10px;
	font-weight: bold;
	line-height: 14px;	
	color: #FFFFFF;
}


.whitebig
{
  font-size: 17px;
	font-weight: bold;
	line-height: 20px;	
	color: #FFFFFF;
}



a.whitesmall
{  
	text-decoration: none;
	color: #FFFFFF;
}

a.whitesmall:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

a.whitesmall:visited
{
	text-decoration: none;
	color: #FFFFFF;
}


.red
{
	font-weight: bold;
	color: #E01D36;
}

.green
{
	font-weight: bold;
	color: #009966;
}

.redsmall
{
  font-size: 10px;
	font-weight: bold;
	line-height: 14px;	
	color: #E01D36;
}

a.redsmall
{  
	text-decoration: none;
	color: #E01D36;
}

a.redsmall:hover
{
	text-decoration: none;
	color: #E01D36;
}

a.redsmall:visited
{
	text-decoration: none;
	color: #E01D36;
}


.greensmall
{
  font-size: 10px;
	font-weight: bold;
	line-height: 14px;	
	color: #009966;
}

a.greensmall
{  
	text-decoration: none;
	color: #009966;
}

a.greensmall:hover
{
	text-decoration: none;
	color: #009966;
}

a.greensmall:visited
{
	text-decoration: none;
	color: #009966;
}


.error
{
  color: #E01D36;
}


.table_veranstaltungen {
  border-collapse: collapse;
	border: 1px;
}


.td_veranstaltungen {
  border: 1px;
	border-style: solid;
	border-color: #EEAFAF;
 	font-size: 10px;
	margin: 0px 1px 0px 1px;
	background-color: #ffebeb;
	padding: 3px;
}


.small {
 	font-size: 10px;
	line-height: 14px;
  color: #555555;	
}


.senat {
  border: 1px;
	border-style: solid;
	border-color: #89D0B8;
	width: 100%;
 	font-size: 10px;	
}

.table_jahr {
	height:30;
	background-color:#CD1715;
	width: 100%;
 	font-size: 14px;
	font-weight: bold;
	color:#ffffff;	
}


/* Scrollbar */

#content {
	position: absolute
}


