/* CSS Document */
.highlight   { background-color: #7D90A4; font-weight: bold; font-family: Verdana; 
               font-size: 9pt; color: #0000ff; width: 360px; 
               border: 1pt solid #2F575F }
.textfeld    { background-color: #2F575F; background-repeat: repeat; background-attachment: 
               scroll; font-family: Verdana; font-size: 12pt; color: #C5CBD1; 
               border-left: 1px dashed #C5CBD1; border-right-style: dashed; 
               border-right-width: 1px; border-top: 1px dashed #C5CBD1; 
               border-bottom: 1px dashed #C5CBD1; background-position: 0% 50% }
.textanno   { font-family: Verdana; font-size: 16pt; color: #C5CBD1; text-align: justify }
.textbar  { font-family: Verdana; font-size: 8pt; color: #C5CBD1; text-align: center }
.textgross   { font-family: Verdana; color: #C5CBD1; font-size: 12pt; text-align: justify }
.copytext	{ font-family: Arial; color: #CCCCCC; font-size: 7pt; text-align: justify }
a:hover      { color: #ffffff; text-decoration: overline }
body         { scrollbar-3dlight-color: #5F777F; 
	       	   scrollbar-arrow-color: #ED6F5E; 
               scrollbar-base-color: #2F575F; 
               scrollbar-darkshadow-color: #0F373F; 
               scrollbar-face-color: #2F575F; 
               scrollbar-highlight-color: #1F474F; 
               scrollbar-shadow-color: #0F373F;
			   margin: 3.0em 5.0em 2.0em;
			   background-image: URL("images/bg_dot.gif");
			   background-repeat: repeat - x;
			   background-attachment: fixed;
			   background-position: center, top}
			   
P.twenty { width: 20%; border: 4px solid white}
P.fifty { width: 50%; border: 4px solid white}
P.eighty { width: 80%; border: 4px solid white}
P.hundred { width: 100%; border: 4px solid white}
BLOCKQUOTE.first { font-family: "Verdana", sans-serif; 
					font-size: 20px;
					background-color: #ED6F5E;
					padding: 1.0em;
					border: 1px solid white}
					
BLOCKQUOTE.case { font-family: "Verdana", sans-serif; 
					font-size: 20px;
					background-color: orange;
					padding: 0em;
					border: 1px solid white}
dl {
		width: 240px;
		margin: 0 0 20px 20px;
		padding: 0;
		background: #CCC url(../images/blogbox_bottom2.gif) no-repeat bottom left;
	}
dt {
		margin: 0 0 10px 0;
		padding: 10px;
		font-size: 130%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(../images/blogbox_top2.gif) no-repeat top left;
 }
dd {
		margin 0 0 0 10px;
		padding 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size:85%;
		}
#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #9c6;
		}
	
	#green {
		background-color: #cf9;
		}
