body
{
	margin: 0;
	padding: 0;
	background: #517480 url('../images/gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 8pt;
	font-family: Arial, helvetica;
}

#background
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	/*width: 100%;
	height: 100%;*/
	
	background: url('../images/background.png');
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1
}

#container
{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	z-index: 2;
}

#header
{
	height: 150px;
}

#logo
{
	position: absolute;
	left: 45px;
	top: 35px;
}

#navigation img
{
	border: 0;

}

#navigation
{
	position: absolute;
	left: 320px;
	top: 110px;
}

#content
{
	width: 960px;
	margin: 20px;
	background: White;
}

#content #image
{
	position: relative;
	width: 659px;
	height: 355px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#content #contact
{
	position: relative;
	width: 260px;
	height: 355px;
	margin-left: 19px;
	top: 10px;
	float: left;
}

#content #welcome, #content #webshop
{
	position: relative;
	width: 649px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	padding: 5px;
}

#content #welcome #welcome_text
{
	padding-left: 15px;
	line-height: 180%;
}

h2
{
	padding: 0;
	margin: 0;
}

#content #welcome h2, #content #contact h2, #content div.sub h2, #content #webshop h2, #content div.sub div.address 
{
	padding-left: 8px;	
}

hr
{
	color: #DFDFDF;
	background-color: #DFDFDF;
	border: 0;
	height: 1px;
	padding: 0;
	margin: 0;
}

#content #contact div.contact
{
	width: 260px;
	margin-top: 16px;
	margin-bottom: 4px;
	float: left;
}

#content #contact div.contact img.avatar
{
	padding: 5px;
	border: 1px solid #BFBFBF;
	width: 63px;
	height: 75px;
	float: left;
}

#content #contact div.contact_info
{
	float: left;
	width: 164px;
	padding: 5px;
	padding-left: 16px;
	line-height: 180%;
}

#content #contact div.contact_info a,  #content div.sub a,  #content #webshop #webshop_list div.webshop a
{
	text-decoration: none;
	color: #00A6D0;
}

h3
{
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-top: 5px;
}

#content div.sub
{
	position: relative;
	width: 260px;
	min-height: 180px;
	margin-left: 19px;
	top: 10px;
	float: left;
	margin-top: 6px;
	line-height: 180%;
}

div.logo
{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.webshop
{
	width: 199px;
	height: 90px;
	float: left;
	margin: 0;
	background: White url('../images/border.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px;
	margin-right: 1px;
	margin-bottom: 1px;
}

div.webshop img
{
	border: 1px solid #CCCCCC;
}

#content #webshop_list
{
	padding-top: 10px;
}

div.webshop div
{
	margin-top: 10px;
}

div.webshop div img
{
	border: 0;
}

#logo_footer
{
	position: absolute;
	margin-top: -80px;
	right: 0px;
}

#footer
{
	margin-left: 50px;
	width: 550px;
	float: left;
}

#footer #image
{
	float: left;
}

#footer #image img
{
	border: 0;
}

#footer #footer_menu
{
	float: right;
	color: #C5CED1;
}

#footer #footer_menu a
{
	color: #C5CED1;
	text-decoration: none;
}

input, textarea
{
	border: 1px solid #C5CED1;
	width: 400px;
}

input.button
{
	border: 1px solid #507480;
	height: 26px;
	color: White;
	font-weight: bold;
	font-size: 8pt;
	background: url('../images/button_background.png');
	width: 75px;
}
