/* CSS Style Sheet */

@import url('design.css');
@import url('basics.css');
@import url('content.css');
@import url('formular.css');

* {
	margin:0;
	padding:0;
}

body {
	scrollbar-arrow-color: #908b81;
	scrollbarBaseColor: #d0ccc5;
	scrollbar-track-color: #d6d6d6;
	scrollbar-face-color: #d0ccc5;
	scrollbar-highlight-color: #d0ccc5;
	scrollbar-3d-light-color: #d0ccc5;
	scrollbar-dark-shadow-color: #d0ccc5;
	scrollbar-shadow-color: #d0ccc5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	line-height: 140%;
	background-color: #000000;
	background-image: url(../img/hg-site.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
a	{
	text-decoration:none;
	color: #E1E9EC;
}
a:hover {
	color: #527A98;
}
p {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}h1 {
	font-size: 1.4em;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.4em;
	font-weight: 400;
}
h3 {
	font-size: 1.3em;
	font-weight: 400;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
