/*
	Ed Wisniowski Lovingly ripped off from the folks at
    MaxDesign http://css.maxdesign.com.au/floatutorial/tutorial0916.htm
	1-March-2007
	
	changed 25-Apr-2007 to reflect the mercurial tastes of the Julie
*/

/* Element positioning */
#container
{
	width: 840px;
	margin: 0px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
}

#top
{
	padding: 0;

}

#top h1
{
	padding: 0;
	margin: 0;
	height:102px;	
	background-image: url(/english/images/GermanHeaderEnglish.jpg);
	background-repeat: no-repeat;
	background-color:inherit;
}

#top h1 span
{
	display: none;
}

#leftnav
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 1em;
}

#rightnav
{
	float: right;
	width: 160px;
	margin-left: -160px;
	padding: 1em;
}

#content
{
	margin: 0 160px 0 200px;
	padding: 1em;
	max-width: 36em;
}
#footer
{
	clear: left;
	margin: 0;
	padding: .5em;
	color: #333;
	background-image: url(/english/images/index_21.jpg);
	background-repeat: repeat-x;
}

/* Graphical Floats */
/*
These classes should be used
for the floading graphics for the 
content container ejw 1-MAR-2007
*/
.leftFloat
{
	clear:none;
	margin: 20px 20px 20px 10px;
	float : left;
}
.rightFloat
{
	clear:none;
	margin: 20px 20px 20px 10px;
	float : right;
}


/*generic typography */
h6           { font-size: 9pt }
h5           { font-size: 10pt }
h4           { font-size: 11pt }
h3           { font-size: 12pt }
h3.center	 { text-align: center }
h2           { font-size: 13pt }
h1           { font-size: 14pt }
big          { font-size: 10pt }
small        { font-size: 8pt; letter-spacing: -.5pt }
hr           { border:1px solid #BF0000; background-color:#BF0000;}

/* Navigation Specific code */
/* This is for the navigation pane */
#leftnav UL{
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
}
#leftnav LI{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
#leftnav a{
	display: block;
	color: Black;
	width: 140px;
	padding: 3px 12px 2px 8px;
	text-decoration: none;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
}
#leftnav a:hover{
	color: white;
	background-color: #6666CC;
}
#leftnav LI LI a{
	display: inline;
	color: Black;
	font-size: 8pt;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	font-weight: normal;
	background-color : transparent;
	border-bottom: 0px  !important;
}
#leftnav LI LI a:hover{
	color: White;
	background-color: #6666CC;
}
#leftnav P a{
	background-color: transparent !important;
	color:black;
	font-size: 10pt;
	padding: 3px 3px 3px 8px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px;
}

/* Specific Typeography */
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#content table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
 }

/*Coloring classes */
.redDash {color: #990000}
.redBold {color: #CC0000; font-weight:bold;}


