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

body {background-color: #FFFFFF; background-image: url(img/body-bg.gif);font-family:Verdana, Arial, Helvetica, sans-serif;}
#wrapper {
background-color:#FFFFFF;
height:100%;
padding: 5px;
margin:0 auto;
overflow:hidden;
width:770px;
}

#header {
background-color: #0090b7;
margin-top:5px;
height:170px;
background-position: left;
background-repeat:no-repeat;
}



#toplogo {
background-color: #FFFFFF;
height:70px;

}
#menudiv{	height:30px;}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #0090b7 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px; }
#page{ width:100%; background-color: #FFFFFF; height: 100%; margin-top:5px;
}
#kol1{width:440px; background-color: #FFFFFF; height:100%; float:left;margin-bottom:20px;}
#kol2{width:325px; background-color: #FFFFFF; height: 100%; float:right;margin-bottom:20px;}
#artikel{width:auto; padding:5px 5px 10px 5px; margin-bottom:14px;background-color: #FFFFFF; height: auto; border-bottom: 1px dashed #CCCCCC;  font-size:11px; color:#333333; line-height:15px}
#artikelb{width:auto; padding:5px 5px 10px 35px ; margin-bottom:14px;background-color: #FFFFFF; height: auto; border-bottom: 1px dashed #CCCCCC;  font-size:11px; color:#333333; line-height:15px}
#artikel .img{float:left; margin-right:6px}
#artikel .imgright{float:right; margin-left:6px}
#artikelb	 .imgb{float:left; margin-right:6px}
#artikel a{color:#0066CC; text-decoration:none}
#artikel a:hover{color:#0066CC; text-decoration:underline}
ul {margin-top:0;padding-left:14px;padding-top:0;}
h1{font-size:14px; margin-top:0px}
h2{font-size:12px; margin-top:0px}
#pagtit {
color: #949494;
font-weight:bold;
font-size:17px;
margin-top:10px;
text-align:right;
padding-right:6px;

}
#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:8pt;
text-align:right;
clear:both;
background-color: #FFFFFF;
margin:5px auto;
padding-right:5px;
padding-top:7px;
min-height:10px;
border-top:1px solid #CCCCCC;

