﻿@charset utf-8;

div#Main
{
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	background-color: #fff;
}

div#Language
{
	float: right;
	height: 20px;
	background-image: url(../../../Images/Controls/Menu/Background.gif);
	background-repeat: repeat-x;
	width: 20%;
	text-align: right;
}

div#Content
{
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	#margin-top: -10px;
}

div#Content h2
{
	background-image:url(../../../images/Banner-Home.jpg);
	height: 230px;
	background-repeat: no-repeat;
}

div.ContentWebpart
{
	height: 200px;
	/*height: 15em;*/
	border: solid 1px #dfecf8;
	padding: 13px;
	background: Transparent url(../../../images/common/Content-Background.jpg) bottom repeat-x;
	text-align: justify;
}

div.ContentWebpart ul li
{ 
	background-image: url(../../../images/Common/Small-Arrow.gif);
	background-position: 0 5px; 
	background-repeat: no-repeat;
	margin-left: 0px;
	padding: 0 0 6px 15px;
	text-align: justify;
}

.Link
{
}

.Link:hover
{
	color: #146bc2;
}