/* New Stuff */

BODY { 	background-image: url(images/bar_shadow.jpg);
		background-repeat: repeat-x;
		/* the stripe of image at the top of the page */
		background-color: #FFFFFF;
		color: #000000;
		}
P.Orientation {
		/* orientation links right under the image strip, at the top of the page */
		text-align: right;
		font-family: Geneva,Univers,Helvetica,Arial,sans-serif;
		font-size: x-small; 
		}
DIV.Main, td	{
		/* the main "content" area of the page */
		font-family: Geneva,Univers,Helvetica,Arial,sans-serif;
		font-size: small;
		padding-left: 30px;
		width: 45em;
		}

div.boxed {
                margin-bottom: 100px;
                }

DIV.Greek, td.Greek	{
		/* the greek "content" area of the page */
		font-family: "Lucida Grande",Geneva,Univers,Helvetica,Arial,sans-serif;
		font-size: small;
		padding-left: 30px;
		width: 45em;
		}

DIV.Box		{
		/* a special, informational textbox */
		/* this is an optional content item */
		background-color: #CCCCCC;
		color: #000000;
		border-color: Black;
		border-style: solid;
		border-width: 1px;
		margin: 10px;
		padding: 10px;
		width: 100%;
		/* float: right; */
		}
DIV.action {  	
		background-color: #99FFCC ; 
		color: #000000 ; 
		font-weight: bold;
		}
		
		
DIV.keywordbox {
		background-color: #FFFFCC;	
		font-family: Geneva,Univers,Helvetica,Arial,sans-serif;
		font-size: small;
		width: 200px;
		padding-left: 8px;
		float: right;
		}

EM {
		background: #FFFF33 ;
		color: #000000;
		font-style: normal ;
} 
STRONG {
		background: #FFFF33 ;
		font-style: normal ;
		color: #000000;
} 

/* old stuff */

		/* language specific paragraph classes */
P.german {
		background-color: #CCFFFF;
		color: #000000;
}
P.english {
		background-color: #FFFFCC;
		color: #000000;
}
		/* redefining some tags */
P.bigga {
		background: #FFFF33 ;
		color: #000000;
		font-style: normal ;
}

