﻿body
{
	background-color: #EAEAE1;
	font-family: "Segoe UI", sans-serif;
	font-size: 12px;
	color: #959595;
}

a
{
	color: #527FD4;
	text-decoration: none;
}

a:hover {font-weight: bold;}

a.linkgreen
{	
	font-family: "Segoe UI", sans-serif, "Trebuchet MS", "Lucida Grande", Verdana, Helvetica;
	font-size: 13px;
	color: #7EA24A;
	text-decoration: none;
}

a.linkgreen:hover
{
    color: #FF793F;
    font-weight: normal;
}

a.linkblue
{	
	color: #527FD4;
	font-weight: bold;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.headergreen
{
	font-family: Consolas;
	font-size: 14px;
	font-weight: bold;
	color: #86BE53;
}

.headerblue
{
	font-family: Consolas;
	font-size: 14px;
	font-weight: bold;
	color: #5380BE;
}

.headerlightblue
{
	font-family: Consolas;
	font-size: 14px;
	font-weight: bold;
	color: #9CBDDE;
}

.header
{
    font-family: "Segoe UI", Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #5380BE;
}

.headersmall
{
    font-family: Consolas, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #86BE53;
}

.frame
{
	width: 762px;
	position: absolute;
	left: 50%;
	margin-left: -375px; /* halva bredden */
	margin-top: 50px;
}

.content
{
	margin: 0px;
}

.boxtop
{
	background-image: url(images/boxtop.png);
	height: 5px;
}

.boxbody
{
	background-image: url(images/boxback.png);
	background-repeat: repeat;
}

.boxcontent
{
	padding: 20px;
}

.boxbottom
{
	background-image: url(images/boxbottom.png);
	height: 5px;
	margin-bottom: 3px;
}

.top
{
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.topbackground
{
	width: 742px;
	height: 150px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}

.contentleft
{
	width: 500px;
}

.contentboxright
{
	background-color: #D5EE8B;
	width: 210px;
	font-size: 10px;
	/*font-weight: bold;*/
	color: White;
	color: #939393;
}

.contentright
{
	float: right;
}

.contentboxrightcontent
{
	padding: 10px;
	background-image: url(images/menuback.png);
	background-repeat: repeat;
}

.contentboxrightcontentgray
{
	padding: 10px;
	background-color: #F3F3F3;
}

.padding
{
	padding: 10px;
}

.smallmenu
{
	/*text-align: right;*/
	margin-top: 2px;
}

.smallmenuright
{
	text-align: right;
	margin-top: 2px;
}

.bottom
{
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}

/* contentboxright */
b.rtop, b.rbottom{display:block;background: #FFFFFF}
b.rtop b{display:block;height: 1px; overflow: hidden; background: #D5EE8B;}
b.rbottom b{display:block;height: 1px; overflow: hidden; background: #D5EE8B;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.downloadbox
{
	margin-left: 25px;
	padding: 5px;
	line-height: 17px;
}

.downloadboxleft
{
	float: left;
	color: #909090;
	text-align: right;
}

.downloadboxright
{
	border-left: 1px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #228B22;
	padding-left: 15px;
	
	margin-left: 70px;
	color: #B17F22;
}

.downloadbutton
{
	margin-left: 15px;
	margin-top: 20px;
}

.screenshots
{
	word-spacing: 10px;
	line-height: 20px;
}

.screenshots img
{
	border: 0px solid #878787;
}

.alignright
{
	text-align: right;
}

.columnleft
{
	float: left;
	width: 150px;
}


