/* CSS Document */

.gruen {  color:#FF0000; font-weight:bold; text-decoration: none} 

@font-face {
font-family		: gothic;
src				: url(fonts/gothic.ttf); 
}

@font-face {
font-family		: papyrus;
src				: url(fonts/papyrus.ttf);
}

a {
font-family		: papyrus;
font-size		: 22px;
}

p {
font-family		: century gothic;
font-size		: 25px;
color			: #666666;
}

.body_all{
margin			: 0px;
background-color: #FFFFFF;
overflow 		: auto;
}

/* Hauptseiten */

#table_body {
width			: 100%;
height			: 100%;
background-color: #FFFFFF;
margin			: 0px;
}

#table_main {
background-color: #FEFFC8;
}	

#table_top {
width			: 100%;
height			: 90px;
margin			: 0px;	
border-bottom	: 1px solid #005B00;
}

#table_middle {
width			: 100%;
height          : 435px;
color			: #005B00;
font-family		: papyrus;
}

#table_bottom {
width			: 100%;
height			: 55px;
border-top		: 1px solid #005B00;
}

#table_button_top {
background-color: #FFFFFF; 
width			: 100%;
border			: 1px solid #005B00;
border-top		: 0px;
border-right	: 0px;
}				

#table_middle_two {
width			: 100%;
height			: 425px;
}

#td_button_bottom_left {
border			: 1px solid #005B00;
border-bottom	: 0px;
border-left 	: 0px;
border-right	: 0px;
}				

#td_button_bottom_right {
border			: 1px solid #005B00;
border-bottom	: 0px;
border-left 	: 0px;
}				

#td_button_bottom_right_r {
border			: 1px solid #005B00;
border-bottom	: 0px;
border-right 	: 0px;
}				


/* Link Formate */
A {
font-size 		: 12px;
font-family 	: papyrus;
color 			: #005B00;
background 		: transparent;
text-decoration : none;
}	

A:Hover {
font-size 		: 12px;
font-family 	: papyrus;
color 			: #13C313;
background-color: transparent;
text-decoration : none;
}	

A:Active {
font-size 		: 12px;
font-family 	: papyrus;
color 			: #005B00;
background 		: transparent;
text-decoration : none;
}

/* Layer zum Scrollen in Tabelle */
.scrollcontentlayer {
height						: 100%;
width						: 100%;
z-index						: 1;
overflow					: auto;
scrollbar-face-color		: #66CC99;
scrollbar-highlight-color	: #66CC99;
scrollbar-shadow-color		: #66CC99;
scrollbar-3dlight-color		: #66CC99;
scrollbar-arrow-color		: #000000;
scrollbar-track-color		: #66CC99;
scrollbar-darkshadow-color	: #66CC99;
font-family					: Verdana;
font-size					: 12px;
color						: #000000;
}
















