@charset "utf-8";
/* CSS Document */

* { padding:0; margin:0 }

body { font-family:Arial, Helvetica, sans-serif; background:#700; color:#666; }

a { color:#666; }

h1, h2, h3 {color:#700; }

#topbar, #headerbar, #middlebar, #bottombar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#topbar {
	height: 1px;
	background-color: #ddd;
}

#headerbar {
	height: auto;
	background-color: #500;
}

#middlebar {
	position: relative;
	height: auto;
	background-color: #ddd;
}

#bottombar {
	height: auto;
}

#header1, ul#headermenu, #mainbody, #footer1, #footer2 { 
	position: relative;
	width: 920px; 
	margin: auto;
}

#logo {
	position: relative;
	top: 10px;
	left: 0;
}

ul#headermenu {
	list-style: none;
	cursor: default;
	height: 40px;
	margin-top: 50px;
}

#headermenu li {
	float: right;
	margin-left: 10px;
	background-color: #500;
	border: 1px solid #AAA;

	-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

#headermenu a {
	display: block;  
	text-align:center;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	text-decoration: none;
	color: #eee;
}

#headermenu .active a, #headermenu a:hover {
	background: #B00;
}

#mainbody {
	position: relative;
	margin: auto;
	height: auto;
	background: #eee;
}

#ascontent {
	min-height: 500px;
	_height: 500px;
	text-align: center;
}

ul#krleftmenu {
	position: relative;
	float: left;
	width: 20%;
	height: auto;
	top: 0;
	left: 0;
	margin-top: 24px;
	list-style: none;
}

#krleftmenu li {
	margin-bottom: 10px;
	width: 100%;
	background-color: #500; 
	-moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

#krleftmenu a {
	font-style: italic;
	display: block;  
	text-align: left;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;	
	text-decoration: none;
	color: #eee;
}

#krleftmenu .active a, #krleftmenu a:hover {
	background: #b00;
}

#krright {
	position: relative;
	float: right; 
	width: 77%;
	min-height: 500px;
	_height: 500px; 
	padding-top: 24px;
	padding-right: 5px;
	padding-left: 16px;
	border-left: #fff 1px solid;
	text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.msglist {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.msglist li div {
	display: block; 
	float: left;
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 0 0;
}

.msglist li div.listitem_date { width:80px;}
.msglist li div.listitem_expression { width:100px; font-size:12px; line-height:normal;}
.msglist li div.listitem_heading { width:430px; }
.msglist li div.listitem_heading a { text-decoration:none; }
.msglist li div.listitem_heading a:hover { cursor:pointer;  color:#C00; font-weight:bold; }
.msglist li div.listitem_type { width:30px; padding-right:0; text-align:right;}

#footer1 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: #ddd 1px solid;	
	font-size:14px;
	color: #ccc; 
}

#footer2 {
	line-height: 30px;
	text-align: right;
	font-size:12px;
	color: #100;
}



