/*Main*/
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-color: #a8313d;
}

.Close
{
	clear: both;
}

div#Wrapper
{
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../Media/Img/WrapperBg.gif) repeat-y; #fff;
}

	div#Menu
	{
		position: relative;
		width: 194px;
		float: left;
		padding-top: 32px;
		padding-bottom: 272px;
	}
	
		div#Language
		{
			position: relative;
			height: 20px;
			padding-left: 10px;
			background: url(../Media/Img/MenuUp.gif);
		}
	
	div#Container
	{
		position: relative;
		float: right;
		width: 706px;
	}
		
		div#Header
		{
			position: relative;
			height: 185px;
			overflow: hidden;
		}
		
		div#Content
		{
			position: relative;
			padding: 5px 20px 10px 30px;
		}
			
			div#HomeImg
			{
				position: relative;
				height: 370px;
				background: url(../Media/Img/HomeImg.jpg);
			}
			
			div#ContainerForm
			{
				position: relative;
				width: 632px;
				min-height: 450px;
				height: auto !important;
				height: 450px;
				padding: 10px;
				background-color: #fff;
				border: 2px dotted #a8313d;
			}
			
				div#LeftForm
				{
					position: relative;
					float: left;
					width: 314px;
					padding-right: 4px;
				}
				
				div#RightForm
				{
					position: relative;
					float: left;
					width: 314px;
				}
				
				.FormRow
				{
					position: relative;
					width: 314px;
					height: 24px;
					margin-bottom: 2px;
					background: url(../Media/Img/InputBg.gif) right no-repeat;
					float: left;
				}
		
	div#Sponsoring
	{
		position: absolute;
		bottom: 0;
		height: 272px;
		width: 194px;
		overflow: hidden;
	}
	
/*Layout*/
h1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

p, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	margin-bottom: 10px;
}

p.Nb
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #a8313d;
	margin-bottom: 10px;
}

p.Required
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #f00;
	margin-bottom: 10px;
}

div#Menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#Menu ul li
{
	margin-bottom: 1px;
}

div#Menu ul li a
{
	display: block;
	width: 184px;
	padding: 2px 0 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	background: url(../Media/Img/MenuUp.gif);
}

div#Menu ul li a:hover
{
	background: url(../Media/Img/MenuHover.gif);
}

img.Flag
{
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	border: 0;
}

a.Pictures
{
	display: block;
	float: left;
	padding: 10px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	border: 1px solid #a8313d;
	background-color: #b24551;
}

a.Pictures:hover
{
	border: 1px solid #a8313d;
	background-color: #cb7d86;
}

a.Pictures img
{
	border: 1px solid #fff;;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a8313d;
	text-decoration: none;
}

a:hover
{
	color: #cb7d86;
	text-decoration: underline;
}

a.Word
{
	display: block;
	height: 30px;
	width: 600px;
	padding-top: 8px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a8313d;
	text-decoration: none;
	background: url(../Media/Img/Word.gif) left top no-repeat;
}

a.Word:hover
{
	color: #cb7d86;
	text-decoration: underline;
}

a.Pdf
{
	display: block;
	height: 30px;
	width: 600px;
	padding-top: 8px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a8313d;
	text-decoration: none;
	background: url(../Media/Img/Pdf.gif) left top no-repeat;
}

a.Pdf:hover
{
	color: #cb7d86;
	text-decoration: underline;
}

label
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-bottom: 10px;
}

input.Input
{
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-top: 2px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: none;
	border: none;
	float: right;
}