/* This is the basic outline styles for kalkyl.nu. To
   keep the Style Sheets as readable as possible i
   had to devide them in multiple files. */

div#masthead {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 720px;
	height: 100px;
	
	margin: 0px;
	margin-left: -360px;
	
	border-width: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-bottom-width: 2px;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(pix/masthead.png);
}

div#links {
	position: absolute;
	top: 110px;
	left: 50%;
	width: 720px;
	margin-left: -360px;
}

div#links a:link, div#links a:visited, div#links a:hover {
	position: absolute;

	width: 128px;
	
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	
	height: 20px;
	
	text-align: center;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	
	border-width: 2px;
	border-style: dashed;
	
	border-bottom-style: none;
	
	text-decoration: none;
}

div#links a:link {
	border-color: #bcbcbc;
	color: #bcbcbc;
}

div#links a:visited {
	border-color: #696969;
	color: #696969;
}

div#links a:hover {
	border-color: #ffffff;
	color: #ffffff;
	background-color: #272727;
}

div#links a:link.active, div#links a:visited.active, div#links a:hover.active, div#links a:active.active {
	color: #ffffff;
	
	background-color: #333333;
	
	z-index: 3;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#links1, #links2, #links3, #links4, #links5 {
	position: absolute;
	top: 0px;
}

#links1 {
	left: 0px;
}

#links2 {
	left: 147px;
}

#links3 {
	left: 294px;
}

#links4 {
	left: 441px;
}

#links5 {
	left: 588px;
}

div#content {
	position: absolute;
	top: 130px;
	left: 50%;
	width: 716px;
	min-height: 480px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: -360px;
	
	background-color: #333333;
	border-color: #cccccc;
	border-style: solid;
	border-width: 2px;
	
	z-index: 1;
}

div#content div {
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 7px;
}

div#leftcontent {
	top: 0px;
	left: 0px;
	width: 225px;
	float: left;
	
	min-height: 473px;
}

div#leftcentercontent {
	top: 0px;
	left: 0px;
	float: left;
}

div#centercontent {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 225px;
	margin-left: -112px;
}

div#rightcontent {
	top: 0px;
	left: 0px;
	width: 225px;
	float: right;
}

div#centerrightcontent {
	float: right;
	top: 0px;
	left: 50%;
	width: 461px;
	margin-left: -120px;
	
	min-height: 473px;
}


div#maincontent {
	top: 0px;
	left: 0px;
	width: 699px;
}
