/*------------------------------------------------------------*
**  
    CSS coding by Veit Rulands
  
**------------------------------------------------------------*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body     { }
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container  { text-align: justify; margin: 20px auto 0; padding: 10px; position: relative; width: 800px; border: solid 1px #cccccc }
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top  { background-color: #fff }
#Top img { }
#Top h1   { color: #063; font-size: 18px; font-family: "Trebuchet MS", Arial, Verdana; font-style: normal; font-weight: bold; line-height: normal; margin: 0; padding: 0 0 0 5px }
#Top h2   { color: #999; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 0; padding: 10px 0 0 5px }		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
 { background-color: #efefef; width: 800px; height: 25px }

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 133px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;	
}

div#nav ul li a
     { color: #393; font-size: 14px; font-family: "Trebuchet MS"; text-decoration: none; display: block; width: 100%; height: 25px; border-bottom: 3px solid #393 }

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
    { color: #ffffff; background-color: #393; border-bottom: 3px solid #ffffff }
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	padding-top: 5px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine      { color: #ffffff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 18px; background-color: #666; text-align: right; margin: 0; padding: 0 10px 0 0; height: 18px }

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText  { text-align: justify; padding-bottom: 0; width: 800px; float: left; clear: both }
div#MainText h1       { color: #333; font-size: 16px; font-family: "Trebuchet MS", Verdana, Arial; font-weight: bold; background-color: #fff; margin-top: 10px }

/* Container Left Start*/
div#MainText-left     { background-color: #fff; width: 180px; height: auto }
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 180px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a     { color: #666; font-size: 14px; font-family: "Trebuchet MS"; text-decoration: none; background-color: #efefef; display: block; margin: 1px; padding-left: 10px; width: 100%; height: 25px; border-left: 3px solid #949494 }
div#MainText-left ul li a:hover        { color: #ffffff; font-weight: bold; background-color: #666; border-left: 2px solid #fff }

div#sidebox { background-color: #fff; width: 180px; height: auto; }
/* Container Right Start*/
div#MainText-right     { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 18px; text-align: justify; margin: 5px; width: 570px; float: right; clear: both }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}
div#Footer a{
	color: #FC7316;
	text-decoration: none;
}
div#Footer a:hover{
	color: #005787;
	text-decoration: none;
}
