html, body {
	height:100%;
}

body {
	background-color:#FFF;
	margin:0px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

.fl { float:left; }
.fr { float:right; }
.shadow {
	height:100%;
	margin:0px;
	z-index:2;
	position:fixed;
}

#left_shadow {
	width:3%;
}

#right_shadow {
	width:10%;
	left:90%;
}

#site_wrapper {
	padding:5px;
	margin:0px 10.5% 0 3.5%;
	width:auto;
}

#site_header {
	border-top:1px solid #000;
	padding:0px;
	margin:0px;
	height:177px;
}

#logo_left {
	margin-bottom:10px;
	float:left;
}

#main_wrapper {
	width:100%;
	margin-top:-50px;
}

#navi {
	height:400px; min-height:40ex;
	width:160px;
	float:left;
	margin-left:20px;
	font-size:small;
}

#news {
	width:200px;
	min-height:40ex;
	float:right;
	margin-right:5px;
}

#content {
	margin-left:190px;
	width:auto;
	margin-right:220px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 5% 0 20px;
	min-height: 40ex;
	height:auto;
}

#footer {
	width:auto;
	padding:5px;
	margin:5px; margin-bottom:0px;
	border-top:1px solid #ccc;
	font-size:smaller;
	text-align:left;
/*	clear:both; */
}

h1, h2, h3, h4 { color:#172880; }
h1.head { margin-top:0mm; margin-bottom:2mm; margin-left:2mm; }
h4.head { margin-top:0mm; margin-bottom:2mm; margin-left:2mm; }

a:link    { color:#121F64; text-decoration:none; }
a:visited { color:#5168AB; text-decoration:none; }
a:hover   { color:#F18C00; text-decoration:underline; }
a:active  { color:#748DC3; text-decoration:underline; text-align: left; }
.named a:link, .named a:visited, .named a:hover, .named a:active {
	color: #222222;
	text-decoration:none;
}
li.menu a.minor { font-size:smaller; color:GrayText; }

table { border-collapse:collapse; }
table.news td { border:0px; }
table.news ul { padding-left:5mm; margin-top:0px; margin-bottom:1mm; }

tr.head   { background-color:#ececed; }
tr.foot   { font-size:smaller; }

td { border:1px solid #bbbbbb; padding:1mm; vertical-align:top; }
td.navi   { width:180px; height:100%; vertical-align:top; }
td.news   { width:180px; vertical-align:top; padding-left:2mm; }
td.master { vertical-align:top; padding-left:2mm; padding-bottom:1cm; }

div.menu {
/*	width:170px;
	border:1px solid #ccc;
	padding-left:2mm;
	padding-top:1mm;
	margin: 1mm auto auto 0px; */
}
div.mininews { font-size:small; }
div.mininews p { text-indent:-1cm; padding-left:1cm; }

ul.menu { list-style:none; padding-left:5mm; margin-top:0px; margin-bottom:2mm; }
li.menu { margin-top:0mm; margin-bottom:1mm; }
li.hlmenu { list-style:circle; margin-top:1mm; margin-bottom:1mm; }

p { margin-right:1cm; }
.query { font-style:italic; }

.TODO { color: #ff0000; }

img { border:0px; }

strong { font-weight:bold; }
sup { font-size:70%; vertical-align:text-top;}

