/* GENERAL */
body{
	font-family:Verdana,sans-serif;
	font-size:9pt;
	background-color:#318791;
	margin:0px;
}
table{font-size:9pt;}

h1{font-size:13pt;color:#318791;}
h2{font-size:12pt;color:#808080;}
h3{font-size:11pt;}
h4{font-size:10pt;}
h5{font-size:9pt;}

#header1,.article_title{
	font-size:13pt;
	color:#318791;
}

#header2{
	font-size:12pt;
	color:#808080;
}

a{
	cursor:pointer;
	color:inherit;
}

img{border:none;}

form{
	margin:0px;
	padding:0px;
}
.error{
	font-weight:bold;
	color:red;
}
.hidden{display:none;}

/* PAGE */
#page{
	max-width:1100px;
	min-width:280px;
	margin:auto;
	background-color:#e0ecea;
}

#table{
	border-left:solid 1px silver;
	border-right:solid 1px silver;
	height:100%;
	width:100%;
	empty-cells:show;
}

#logo{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#bottom_left{
	float:left;
}

#menu3{
	float:right;
}

#slogan{
	/*vertical-align:bottom;*/
	padding-left:10px;
	font-weight:bold;
}

.top{
	height:90px;
}

.main{
	line-height:160%;
	background-color:white;
	height:100%;
}

td.left{
	width:180px;
	border-right:2px solid #d2d2d2;
	background-color:#e0ecea;
}

.right{
	text-align:right;
	vertical-align:bottom;
	font-size:8pt;
}

.middle{
	padding-top:10px;
	border-top:2px solid #D2D2D2;
	vertical-align:top;
}

.bottom{
	padding-left:10px;
	background-color:#E5E5E5;
	font-size:8pt;
}

/* <MAIN MENU> */
div.menu_separator{
	border-top:1px solid #D2D2D2;
	height:1px;
	margin:5px;
	font-size:1px;
}

div.menu_space{
	height:1px;
	margin:3px;
	font-size:1px;
	font-size:1px;
}

ul.menu{
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	list-style-type:none;
}

/*ul.menu > li{background-color:red;}*/
li.menu_element{
	margin:0px;
	padding:0px;
	white-space:nowrap;
}

a.menu_link{
	margin-left:10px;
	text-decoration:none;
	color:#4F4F4F;
}

a.menu_link_active{
	margin-left:10px;
	text-decoration:underline;
	color:#318791;
}
/* </MAIN MENU> */

/* <MENUS> */
ul.menus{
	float:right;
	list-style-type:none;
	font:inherit;
	text-decoration:inherit;
	padding:0px;
	margin:0px; 
	margin-right:10px;
}

li.menus_element{
	display:inline;
	padding:0px;
	margin-left:5px;
	margin-right:5px;
}

a.menus_link{
	text-decoration:none;
	color:#4F4F4F;
}

a.menus_link_active{
	text-decoration:underline;
	color:#318791;
}

/* </MENUS> */


.menu_link:hover,.menus_link:hover{
	text-decoration:underline;
	color:#318791;
}

.menu_link_active:hover,.menus_link_active:hover{
	text-decoration:underline;
}

.article{
	margin:10px;
	min-width:160px;
/* 	border:solid 1px black; */
}

.article_half{
	max-width:400px;
	min-width:340px;
	float:left;
}

.content{
	font-size:10pt;
}

.right_floated{float:right;}

/* ELEMENTS */
form{
	margin:0px;
	padding:0px;
}
div.txt_search{
}

label{
	font-weight:bold;
	color:#808080;
}

input,select,textarea{
	font-size:inherit;
	border:solid 1px #D2D2D2;
	width:16em;
}

input.submit,.form_button{
	background-color:#E0ECEA;
	color:#318791;
	font-weight:bold;
	cursor:pointer;
	width:10em;
}

input.search{
	float:right;
}

input.search_fallback{
	float:right;
	background-color:#E0ECEA;
	width:20px;
}

/* SYSTEM STUFF */
.syserror{
	color:red;
	font-weight:bold;
}

.sysinfo{
	color:green;
	font-weight:bold;
}

/* SEARCH FORM */
#advanced_search{
	width:400px;
}

.search_result{
	font-size:10pt;
	font-weight:bold;
	color:#318791;
}

.search_result_desc{
	text-indent:2em;
}

.searched_word{
	font-weight:bold;
	color:#318791;
}

.asleft{
	clear:both;
	float:left;
}

.asright{
	margin:0.5em;
	text-align:right;
}

