/**
	* Allgemeine Definitionen
	*/
BODY { background-color:white;
	padding:0px;
	}

A:link { text-decoration: none; color: #0b0077 }
A:active { text-decoration: none; color: #0b0077 }
A:visited { text-decoration: none; color: #0b0077 }
A:hover { text-decoration: none; color: #000000 }

P {
	padding: 0px;
	font-family:sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:500;
}

TABLE { padding:0px;}

TD {
	font-family:sans-serif;
  font-size:13px;
  color:#000000;
  font-weight:500;
	padding:0px;
}


H1, H2, H3 {
	font-family: Verdana, sans-serif;
	font-size:18px;
	font-weight:700;
	padding: 0;
	margin: 8px 0 5px 0;
}
H4 {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 900;
	padding: 0;
	margin: 4px 0 -12px 0;
}



TD.body {
width:600px;
vertical-align:top;
padding: 10px;
background-color:white;
border-right: 3px solid #5c6785;
border-bottom: 3px solid #5c6785;
}


TD.menu_left {
width:300px;
vertical-align:top;
padding-left:10px;
background-color:#CCCCEE;
border-right: 3px solid #5c6785;
border-bottom: 3px solid #5c6785;
border-left: 3px solid #5c6785;
}

TD.menu_top {
height:120px;
vertical-align:bottom;
background-color:white;
padding-bottom:16px;
border-bottom: 3px solid #5c6785;
border-top: 3px solid #5c6785;
}

TD.top_left {
width:313px;
height:120px;
vertical-align:top;
padding-bottom:10px;
border-top: 3px solid #5c6785;
border-bottom: 3px solid #5c6785;
border-left: 3px solid #5c6785;
}

TD.top_right {
width:20px;
background-color:white;
border-bottom: 3px solid #5c6785;
border-right: 3px solid #5c6785;
border-top: 3px solid #5c6785;
}



TD.footer {
font-size:9px;
}




TR.menu_a {
background-color:#CCCCCC;
}

TR.menu {
background-color:#CCCCEE;
}

TD.menu_1 {
font-size:15px;
text-align:left;
padding-top: 2px;
padding-bottom: 2px;
}

TD.menu_2 {
font-size:13px;
}

TD.menu_3 {
font-size:12px;
}

span.initial {
	font-size:150%;
	font-weight:900;
}


A.topmenu_link:link { color:white; }
A.topmenu_link:active { color:white; }
A.topmenu_link:visited { color:white; }
A.topmenu_link:hover { color:#CCCCCC; }
A.topmenu_link_a:link { color:#CCCCCC; }
A.topmenu_link_a:active { color:#CCCCCC; }
A.topmenu_link_a:visited { color:#CCCCCC; }
A.topmenu_link_a:hover { color:#CCCCCC; }


span.filecount {
	display: none;
	visibility: hidden;
}



#donation {
	position: relative;
	top: 0;
	right: 0;
}
#donation img {
	width: 90px;
	height: 90px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#donation .msg_block {
	width: 78px;
	height: 72px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url('images/donation.png') no-repeat right top;
	text-indent: -9999px;
}

