
HTML {
	line-height: 120%;
}

BODY {
	margin: 0px;
	color: #000000;
	background-color: #757982;
	background-image: url('/shared/images/bg_main.gif');
	background-position: top center;
	background-repeat: repeat-x;
	font-size: 12px;
	word-spacing: 1px;
	font-family: Tahoma, Arial;
}

h1,h2,h3 {
	font-size: 20px;
	font-weight: bold;
	color: #E53B3E;
	line-height: 20px;
	font-family: Tahoma, Arial;
}

INPUT {
	font-size: 12px;
}

#noprint {
	display: block;
}

#global {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#top1 {
	width: 796px;
	height: 89px;
	background-image: url('/shared/images/top1.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#logo1 {
	width: 352px;
	height: 65px;
	background-image: url('/shared/images/logo1.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#logo2 {
	width: 34px;
	height: 65px;
	background-image: url('/shared/images/logo2.gif');
	background-repeat: no-repeat;
	position: relative;
}
#menu1 {
	width: 444px;
	height: 65px;
	clear: both;
	z-index: 700;
	position: relative;
}
#content1 {
	width: 504px;
	height: 385px;
	background-image: url('/shared/images/bg_content.gif');
	background-repeat: no-repeat;
	background-position: fixed top center;
	background-color: #ffffff;
	overflow: auto;
	position: relative;
}
#address {
	width: 796px;
	height: 64px;
	background-image: url('/shared/images/adres.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #001100;
	position: relative;
}
#address_email {
	padding: 34px 0px 0px 97px;
	position: relative;
}
#footer {
	font-size: 11px;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: center;
}
#footer a {
	color: #bbbbbb;
}
#footer:hover {
	color: white;
}


a 				{ color: #E53B3E; text-decoration: underline; }
a:link 				{ color: #E53B3E; text-decoration: underline; }
a:active 			{ color: #E53B3E; text-decoration: underline; }
a:visited 			{ color: #E53B3E; text-decoration: underline; }
a:hover 			{ color: #000000; text-decoration: underline; }


