/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.Close
{
	clear: both;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background-color: #fff;
	background-image: url(../media/img/body_bg.gif);
	background-repeat: repeat-x;
}

table#Center
{
	width: 100%;
	height: 100%;
}

	table#Center td
	{
		height: 100%;
		vertical-align: middle;
	}
	
		div#Wrapper
		{
			position: relative;
			text-align: left;
			margin: 0 auto;
			width: 1012px;
			height: 644px;
			background-image: url(../media/img/splash_bg.gif);
			background-position: left top;
			background-repeat: no-repeat;
			background-color: #fff;
		}
		
		div#Adres
		{
			position: relative;
			padding: 5px 0 0 10px;
			float: right;
			width: 100px;
			height: 118px;
		}
		
		div#SplashMenu
		{
			position: absolute;
			top: 250px;
			left: 70px;
			width: 920px;
			height: 160px;
		}
		
		div#Content
		{
			position: absolute;
			top: 460px;
			left: 70px;
			width: 920px;
			height: 160px;
		}
		
			div.Block
			{
				position: relative;
				padding-right: 10px;
				width: 50%;
				float: left;
			}
			
/*
 *Layout
 */
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 23px;
	color: #ef3b33;
	line-height: 33px;
}

p, ul, a, td
{
	font-size: 14px;
	line-height: 18px;
	color: #006bb7;
}

div#Adres p, div#Adres a
{
	font-size: 10px;
	line-height: 12px;
	color: #006bb7;
}

a
{
	color: #ef3b33;
}

/*Images*/
div#SplashMenu a img
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	float: left;
}

div#SplashMenu a:hover img
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

div.Content img
{
	float: left;
}