/******************/
/* basic-elements */
/******************/
body {
	background-color: #DCDCDC;
	text-align: center; /* align-center IE-hack */
	margin: 0px; /* margin IE-hack */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #614F15;
}
ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: square;
}

.contexttitle
{
	padding: 2px 5px;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom:10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width:195px;
	color: #614F15;
	background-color: #A6A185;
	font-weight: bold;
}

hr	{ border: 0px; color: #625D2F; background-color: #625D2F; height: 1px !important; margin-top:5px; margin-bottom:5px; padding-top:0px; padding-bottom:0px; }
#tools_box hr { color: #FFFFFF; background-color: #FFFFFF; height: 1px !important; margin-top:10px; margin-bottom:10px; margin-left:-10px; margin-right:-10px; }

/*****************************/
/* position content-elements */
/*****************************/
div#container {
	width: 990px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	text-align: left; /* align-left IE-hack */
}


div#header {
	width:100%;
	background-color:#FFFFFF;
}

div#metanavi {
	height:25px;
	text-align:right;
	background-color:#A6A185;
	border-bottom: 1px solid #FFFFFF;
	padding-top:2px;
}

div#header_logo {
	height:200px;
	width:205px;
	border-bottom: 1px solid #FFFFFF;
	background-color:#A6A185;
	float:left;
}

div#header_text {
	height:200px;
	width:580px;
	border: 0px;
	overflow:hidden;
	float:left;
}

div#header_tools {
	height:200px;
	width:205px;
	border: 0px;
	background-color:#CCCAC0;
	float:right;
}

div#left_col {
	width: 205px;
	float:left;
	background-color:#A6A185;
	position:relative; 
}

div#search_box {
	padding : 10px;
	border-bottom: 1px solid #FFFFFF;
}

div#tools_box {
	padding : 10px;
}

div#sub_menu {
	margin : 80px 0px 0px 0px;
	width: 205px;
}

div#main_col {
	margin-left:205px;
	margin-top:0px;
}

div#main_menu {
	margin-left:0px;
}

div#bread_crumb {
	margin-top: -10px;
	margin-bottom: 20px;
}
div#content_area {
	border-top: 10px solid #A6A185;
	border-left: 205px solid #A6A185;
	margin-left:-205px;
	float: left;
}
div#content {
	border-right: 205px solid #CCCAC0;
	width: 540px;
	padding: 20px;
	margin-bottom:-10px;
	float: left;
}

div#context {
	margin-left: -205px;
	width: 205px;
	float: left;
	background-color:#CCCAC0;
}

div#page_content_2 {
	padding: 5px;
	float: left;
}

/*****************/
/* text-elements */
/*****************/
h1, h2, h3, h4, h5, h6 {
	color : #614F15;
	font-weight : bold;
	margin-top: 0px;
	margin-top: 0px;
}
h1 { font-size : 18px; }
h2 { font-size : 16px; }
h3 { font-size : 14px; margin-bottom: 0px; }
h4 { font-size : 12px; }
h5 { font-size : 10px; }
h6 { font-size : 8px; }

pre {
	margin: 20px;
	float: left;
}

/*********/
/* links */
/*********/
a, a:link, a:visited, a:hover {
	color: #E80009;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/* meta-navigation-menu */
/************************/
#metanavi_menu {
	text-align:right;
	float:right;
}
#metanavi_menu ul {
	margin: 0px;
	padding-left: 0px;
}
#metanavi_menu li {
	float: left;
	list-style-type: none;
	padding-right: 10px; 
}

/*************/
/* main-menu */
/*************/
#main_menu {
	margin: 0px;
	padding: 0px;
	background-color:#625D2F;
}
#main_menu ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#main_menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#main_menu ul li a {
	background: #625D2F; /*width: auto;
	height: 18px;*/
	/*border-top: 1px dashed #0093D0;
	border-left: 1px dashed #0093D0;
	border-bottom: 1px solid #0093D0;
	*/
	border-right: 1px solid #FFFFFF;
	padding: 5px 10px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
#main_menu ul li a:hover {
	color: #E80009;
	background-color: #FFD500;
}
#main_menu a:active, #main_menu li#active a  {
	background-color: #ffffff;
	color: #E80009;
	border-bottom: 1px solid #E80009;
}

/************/
/* sub-menu */
/************/
#sub_menu {
	width: 205;
	background-color: #CCCAC0;
	margin-bottom: 0px;
}
#sub_menu ul {
	margin: 0px;
	padding-left: 0px;
}
#sub_menu li {
	list-style: none;
}
#sub_menu ul ul {
	padding-left: 10px;
}
#sub_menu a {
	display: block;
	padding: 3px;
	width: 96%;
	background-color: #CCCAC0;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
#sub_menu a,
#sub_menu a:link,
#navlist a:visited {
	color: #E80009;
	text-decoration: none;
}
#sub_menu a:hover {
	background-color: #FFD500;
	color: #ffffff;
}

#sub_menu a:active, #sub_menu li .active  {
	background-color: #FFD500;
	color: #E80009;
}

/*********/
/* tools */
/*********/
.tool_content {
	background-color:#CCCAC0;
	padding:5px;
}

.tool_content td {
	padding-bottom:5px;
}

.tool_hr {
	background-color:#A6A185;
}
