#screenshot
{
	float:right;
	padding-top: 25px;

}

.container
{
	margin-top: 15px;
}

.header_left
{
	background : url(../images/header_left.png);
	width: 18px;
	height: 200px;
	float: left;
}

.header_right
{
	background : url(../images/header_right.png);
	width: 18px;
	height: 200px;
	float: right;
}

.header_fill
{
	background-image: url("../images/header_fill.png");
	background-repeat: repeat-x;
	height: 200px;
}

.header_main
{
	height: 158px;
}

.header_logo
{
	padding-top: 22px;
	float: left;
}

.header_title
{
	padding-top: 55px;
	font-family: Arial, Verdana, "Sans-Serif";
	font-size: 34px;
	color: #FFFFFF;
	text-align: right;
}

.header_navigation
{
	padding-top: 6px;
	margin-top: 1px;
	text-align: right;
	font-family: Arial, Verdana, "Sans-Serif";
	font-size: 18px;
	font-weight: bold;
	color: #d5e4e7;
	float:right;
	margin-left: 15px;
}

.header_navigation_active
{
	padding-top: 2px;
	border-top:4px #d5e4e7 solid;
}


.header_navigation a:link, 
.header_navigation a:visited,
.header_navigation a:active
{
	text-decoration: none;
	color: inherit;
}

.header_navigation a:hover
{
	color: #ffffff;
}

/*Toolbox*/


.toolbox
{
	float:right;
	margin-top:20px;
	color:#033347;
	font-family: Arial, Verdana, "Sans-Serif";
}

.toolbox_top
{
	width: 299px;
	height: 16px;
	background-image: url("../images/tool_top.png");
	background-repeat: no-repeat;
}

.toolbox_bottom
{
	width: 299px;
	height: 16px;
	background-image: url("../images/tool_bottom.png");
	background-repeat: no-repeat;
}

.toolbox_content
{
	padding-left: 22px;
	/*background-color:#d5e4e7;*/
	background-image: url("../images/tool_fill.png");
	background-repeat: repeat-y;
	font-size: 16px;
}

.toolbox_title_text
{
	padding-left:45px;
	font-size: 25px;
}

.toolbox_title_download
{
	background-image: url("../images/download.png");
	background-repeat: no-repeat;
	margin-bottom:15px;
}

.toolbox_title_team
{
	background-image: url("../images/user.png");
	background-repeat: no-repeat;
	margin-bottom:15px;
}

.toolbox a:link, 
.toolbox a:visited,
.toolbox a:active
{
	text-decoration: none;
	color: inherit;
}

.toolbox a:hover
{
	text-decoration: underline;
	color: inherit;
}

/*Main content*/
.main_content
{
	font-family: Arial, Verdana, "Sans-Serif";
	margin-top:20px;
	margin-left:18px;
	font-size: 17px;
}

.main_content h1
{
	font-size: 25px;
	color: #033347;
	font-weight: bold;
}

.main_content h2
{
	font-size: 20px;
	color: #033347;
	font-weight: normal;
}

.main_content a:link, 
.main_content a:visited,
.main_content a:active
{
	text-decoration: none;
	color: #555555;
}

.main_content a:hover
{
	color: #000000;
	text-decoration: underline;
}

.sshot
{
	margin-bottom: 30px;
}
