/* CSS Lernkrimi */


td    
{ color: #555555;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	
}
.infoliste {
    color: #555555;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
    font-weight: normal;
	border-bottom: 1px solid #555555;
}

}
.headline {
    color: #E95A55;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
    font-weight: bold;
}

.footer {
    color: #555555;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
}

.content {
    color: #555555;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

.topmenu {
    color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
    font-weight: bold;
	border-top: 1px solid #E95A55;
	border-right: 1px solid #E95A55;
	border-bottom: 1px solid #AE1D22;
	border-left: 1px solid #AE1D22;
}

.topmenu2 {
    color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
    font-weight: bold;
	background: #E95A55;
	border-top: 1px solid #EA8C8A;
	border-right: 1px solid #EA8C8A;
	border-bottom: 1px solid #AE1D22;
	border-left: 1px solid #AE1D22;
}

.menu {
    color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	border-top: 1px solid #E95A55; 
	border-bottom: 1px solid #AE1D22; 
	padding-top: 1px;
    font-weight: bold;
	line-height: 16px;
}

.menu2b {
    color: #FFFFFF;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	background-image: url('images/cell_bg2.gif'); 
	background-repeat: repeat-y;
	border-top: 1px solid #EA8C8A; 
	border-bottom: 1px solid #AE1D22; 
	padding-top: 1px;
    font-weight: bold;
	line-height: 16px;
}

.menu2 {
    color: #FFFFFF;
	align: right;
	background-image: url('images/cell_bg2.gif'); 
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-top: 1px solid #E95A55; 
	border-bottom: 1px solid #AE1D22; 
}

a, a:visited, a:active {
    color: #555555;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #E95A55;
    text-decoration: none;
    font-weight: bold;
}

a.navimenu, a.navimenu:visited, a.navimenu:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.navimenu:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.small, a.small:visited, a.small:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
	font-size: 10px;
}


a.small:hover {
    color: #000000;
    text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
