/* CSS Document */
/* 
dunkelbraun 111,	83,		55	
hellbraun	200,	151,	73	#c89749
rotbrau		148,	29,		10	#941d0a
*/
.darkbrown
{
	color: #6f5337;
}

.redbrown
{
	color: #941d0a;
}

.hellbraun
{
	color: #c89749;
}
.componentheading
{
	font-weight: bold;
	font-size: 14pt;
	color: #6f5337;
}



html 
{
	padding:0px;
	margin:0px;
}

body
{
	padding:0px;
	margin:0px;
	background-repeat: repeat-y;
	height: 100%;
	background-color: white;
}

.maincenter
{
	width:100%;
}

.main
{
	width:980px;
}

*
{
	font-size: 9pt;
	color: #0d0d10;
	font-family: Verdana, Monospace, Sans-Serif;
}

a:link
{
	color: #941d0a;
}

a:visited
{
	color: #941d0a;
}

a:hover
{
	color: crimson;
}

a img
{
	border:none;
}

.clr 
{
	clear: both;
}

.centerdiv
{
	
	width: 100%;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-image:url(../images/toprun.jpg);
}

.centerdivinner
{
	background-position: left bottom;
	background-image: url(../images/bottomrun.jpg);
	width: 100%;
	padding-top: 0px;
	background-repeat: repeat-x;
}
.centerinner
{
	background-position: left top;
	background-image: url(../images/leftrun.jpg);
	width: 980px;
	background-repeat: repeat-y;
}

.centerinner_last
{
	background-position: 15px bottom;
	background-image: url(../images/leftmap.jpg);
	background-repeat: no-repeat;
}

.head
{
	background-position: left top;
	background-image: url(../images/toprun.jpg);
	width: 100%;
	background-repeat: repeat-x;
	height: 117px;
}

.bgleft
{
	float:left;
}

.headleft
{
	padding-top:100px;
	background-position: left top;
	font-size: 12px;
	background-image: url(../images/lefttop.jpg);
	vertical-align: bottom;
	width: 487px;
	background-repeat: no-repeat;
	height: 17px;
}

.headright
{
	height: 117px;	
}


.ribbon
{
	width: 100%;
	height: 1px;
	background-color: #861d0a;
}

.thefoot
{
	background-position: left bottom;
	background-image: url(../images/barfoot.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

.mainbodyleft
{
	padding-left: 15px;
	float: left;
	width: 210px;
	padding-right:15px;
	height:100%;
}

.bgleft
{
	clear: left;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.mainbodyleft_inner
{
	
}

.mainbodymiddle
{
	padding-left:240px;
}

.ftright .moduletable td *
{
	font-size: 7pt;
	color: darkgray;
}

.ftleft
{
	clear: left;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.ftinner_left
{
	clear: left;
	float: left;
}


.ftright
{
	padding-left:240px;
}
.mainbodyright
{
	padding-right: 15px;
	float: right;
	width: 180px;
}

.menu
{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.menu li
{
	width: 200px;
	list-style-type: none;
}

.menu li a
{
	padding:3px;
}
.menu li a:link, .menu li a:visited
{
	display: block;
	text-decoration: none;
}

.menu li a:link span, .menu li a:visited span
{
	color: #ffffff;
}

.menu li a:hover
{
	background-image: url(../images/menu.png);
}

.menu li a:hover span
{
	color:Maroon;
}

.menu ul
{
	padding-left: 0px;
	margin-left: 15px;
	
}

.menu ul li
{
	padding-left:0px;
	margin-left:0px;
	width:185px!important;
}

#current > a
{
	background-position: right top;
	background-image: url(../images/menu.png);
	background-repeat: repeat-y;
	
}
li.active a:link, li.active a:visited
{
	
}

#current span
{
	color:Black;
}
li.active a:link span, li.active a:visited span
{
	
}

.contentheading
{
	font-weight: bold;
	font-size: 12pt;
	color: #941d0a;
}


