@charset "utf-8";
/* CSS Document */

* {

}

body {
	/*background-color:#030;*/
	/*color:#BBB;	*/
	font-family:Arial;
	font-size:11px;		
	/*font-size:0.8em;*/
}

a:link, a:visited {
	color:#666;
	text-decoration:none;
}

a:link, a:visited {
	color:#333;
}

h1 {
	padding-top:20px;
	padding-bottom:10px;
	font-weight:normal;
}

strong:hover, a:hover {
	cursor:pointer;
	/*color:#FFF;*/
}

li {
	margin-left:20px;	
}

#layout {
	/*border:#FFF 1px dotted;*/
	/*background:#020;*/
}

#top, #bottom {
	color:#999;	
}

#header {
	/*border:#030 1px dotted;*/
}

#footer, #topmenu, #top2menu {
	/*background:url(header.jpg);	*/	
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

#headertext {
	text-align:right;
}

#breadcrumb {
	
}

.leftmenuitem {
	border-bottom:1px dotted #999;
}

.leftmenuitem a:hover {
	text-decoration:underline;
}

.leftsubmenuitem, .leftsubmenuitemactive {
	border-top:1px dotted #999;
}

.leftsubmenuitem a {
	font-weight:normal;
}

.leftsubmenuitem a:hover {
	text-decoration:underline;
}

.leftsubmenuitemactive a {
	font-weight:bold;	
}

.footermenuitem a, .topmenuitem a {
	/*color:#030;*/	
} 

.footermenuitem a:hover, .topmenuitem a:hover {
	/*color:#585;*/	
}

.active, a .active {
	font-weight:bold;	
}

