@CHARSET "ISO-8859-1";
/*Basic Elements*/
html 
{

}

body
{
	background:#ffffff url(../Layout/body/background.jpg) repeat-y;
	background-position:left top;
	font-family:Arial;
	padding:0px;
	margin:0px;	
	color:#7B7B7B;
}

#container
{
	background:url(../Layout/headerBackground.jpg) repeat-x;
}

#wrap
{
	background:url(../Layout/background.jpg) no-repeat;
	padding-left:27px;
}

/*Specific Fonts*/
p
{	
	line-height:15pt;
	padding-top:10px;
}

h1
{
	color:#7CA94C;
	font-size:14pt;
	font-family:Verdana;
	font-weight:lighter;
	padding-bottom:5px;
	margin-bottom:25px;
	padding-top:10px;
	margin-top:0px;
	border-bottom:solid #B4B4B4 1px;
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

/*Specific Divs*/
#header 
{
	height:164px;
}

#main 
{
	
}

/*Navigation*/
#navigation
{
	height:400px;
	float:left;	
	width:175px;
	padding:0px;
}

#navigationHeader
{
	height:25px;
	background:url(../Layout/navigation/blatt.jpg) no-repeat;
	padding-left:50px;
	padding-top:10px;
	font-style:italic;
	font-size:13pt;
}

#navigationHeader a
{
	text-decoration:none;
	color:#7B7B7B;
}

#navigationList
{
	padding-left:0px;
	list-style-type:none;
	line-height:25pt;
	font-size:10pt;
	margin-left:15px;
}

ul#navigationList li
{
	border-bottom:solid #C8C8C8 1px;
	padding-left:15px;
}

ul#navigationList li a
{
	color:#7B7B7B;
	text-decoration:none;
}

ul#navigationList li a:hover
{
	color:#5A5A5A;
	text-decoration:none;
}

/*Content*/
#content
{
	width:580px;
	text-align:justify;
	margin-left:260px;
	font-size:10pt;
	font-family:Verdana;
}

#contentLeaf
{
	background:url(../Layout/content/leaf.gif) no-repeat;
	height:25px;
	width:25px;
	float:left;
	padding-right:15px;
}

#headline h1 span
{
	display:none;	
}

#headline h1
{
	height:40px;
	border:none;
}
