/* CSS Document */

body  {
	margin: 0px;
	padding: 0px;
	height: 100%;
	}

html {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	background-color: #646874;
	height: 100%;
	}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sak {
	list-style: disc;
	margin-left: 10px;
	margin-bottom: 10px;
}
	
li a {
	text-decoration: none;
	color: black;
	}
	
h1 {
	font-size: 19px;
	font-weight: normal;
	}
	
img {
	display: block;
	border: none;
	}
	
img p {
	margin: 0;
	padding: 0;
	}

#navigation {
	background-image: url(images/AAARGH.gif);
	background-repeat: repeat-x;
	width: 100%;
	height:42px;
	}
	
#navigation ul {
	padding-left: 20px;
	}
	
#navigation ul li {float:left;font-size:11px;padding-right:15px;background-image:url(images/divider.gif);background-position:right;background-repeat:no-repeat;height:30px;}
#navigation ul li a {padding-right:15px;position:relative;top:9px;}
#banner {background-image:url(images/logobg.gif); width:100%;height:105px;background-repeat:repeat-x;}
#center {background-color:white;width:100%; height: 100%; margin:auto;margin-bottom:15px;}

.active {background-image:url(images/subnavi_active.jpg);width:185px;padding:0;margin:0;}
.current {text-decoration: underline;}
.normal {background-image:url(images/border.gif);background-repeat:no-repeat;padding:0;margin:0;}

.imageborder {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#subnavigation {float:left;}
#subnavigation ul li {margin-left:9px;padding-top:9px;padding-bottom:7px;}
#subnavigation ul li a {padding-left:25px;}

#main {
	background: #FFF;
}

#content {
	background: url(images/line_vert.gif) top left #FFF repeat-y;
	float: left;
	width: 90%;
	margin-left: 15px;
	padding-left: 5px;
	line-height: 16px;
	margin-top: 12px;
	padding-bottom: 45px;
	}

#footer {
	font-size: 9px;
	text-align: center;
	margin-right: 14px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #BBBEC7;
	}
	
#footer a {
	text-decoration: none;
	color: #BBBEC7;
	}

.float-left {float:left;width:305px;padding-right:10px;margin:0;}
.float-none {clear:left;width:630px;}

.cleaner
{
	clear:both;
	height:1px;
	Font-size:1px;
	border:0px none;
	margin:0;padding:0;
	background:transparent;
}

input {
	border: 1px solid #AAAAAA;
	border-left: 10px solid #AAAAAA;
}

input:focus {
	border: 1px solid #AAAAAA;
	border-left: 10px solid #d72b39;
}

a {
	color: #000000;
	text-decoration: none;
}

.mlink {
	color: #000000;
	text-decoration: none;
}

.mlink:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #d72b39;
}

.mlink:hover:after {
	content: "\00A0»";
}
