/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */


BODY, TD, TH, OL, UL, DIV, P, SPAN
{
	font-family 		: arial, verdana, sans-serif;
	font-size 			: 13px;
	font-weight 		: normal;
	text-decoration 	: none;
	color 				: #555555;

} 

.top
{
	color : #FFFFFF;
	text-decoration:none;
	display: block;
	cursor:pointer;
}

a { color:#FF6633; text-decoration:underline; font-weight:normal; }


h2 {
	font-size 			: 15px;
	font-weight 		: bold;
	line-height			: 20px;
}


h2 {
	font-size 			: 14px;
	font-weight 		: bold;
	line-height			: 18px;
}

h3 {
	font-size 			: 13px;
	font-weight 		: bold;
	line-height			: 16px;
} 
h6 {
	font-size : 10px;
	font-weight : normal;
	font-style: italic;
}

.news {
	width				: 100%;
	border-top			: 12px solid #FF6633;
	border-bottom		: 12px solid #FF6633;
	margin-bottom		: 20px;
	padding-left		: 3px;
	padding-right		: 3px;
	background-color	: #C0C0C0;
	font-size 			: 10px;
	color				: #FFFFFF;
}

.news h2 {
	font-size 			: 11px;
	color				: #555555;
	padding-top			: 3px;
	padding-bottom		: 3px;
	margin				: 2px;
}

.news p {
	font-size 			: 11px;
	line-height			: 12px;
}
.news div {
	font-size 			: 11px;
	line-height			: 12px;
}

.news a { color:#FF6633; text-decoration:underline; font-weight:bold; }

.tbl_1 {
	width:750px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tbl_1 td {

	padding: 5px;
	background-color:#e7e7e7;
	border: 1px solid #ffffff;
}

.tbl_1 td p{
	margin:5px 0px 5px 10px;
}

.tbl_termine {
	background-color: #D9D9D9;
}
.tbl_termine:hover {
    background-color: #FFAD91;
}

.single_letter {
    background-color: #C0C0C0;
	color : #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
    display: block;
}

.single_letter:hover {
	background-color: #FF6633;
}
