/* CSS Style Sheet */

@import url('layout.css');
@import url('content.css');
@import url('formular.css');
@import url('lightbox.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;
	overflow-x:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCCCCC;
	line-height: 140%;
	background-color: #0e0e0e;
	background-image: url(../img/site/hg.jpg);
	background-repeat: repeat-x;
}


a:link {text-decoration:none; color: #999999;}
a:visited {text-decoration:none; color: #999999;}
a:hover {text-decoration:none; color: #DFA11A}
a:active {text-decoration:none; color: #DFA11A}

a.textLink:link {text-decoration: none; color:#DFA11A;}
a.textLink:visited {text-decoration: none; color:#DFA11A;}
a.textLink:hover {
	text-decoration: none;
	color:#c9001e;
}
a.textLink:active {
	text-decoration: none;
	color:#DFA11A;
}



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.6em;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #DFA11A;
}
h2 {
	font-size: 1.1em;
	font-weight: 700;
	background-image: url(../img/site/btn_h2.gif);
	display: Inline-Block;
	padding-left: 11px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1em;
	font-weight: 700;
}
h4 {
	font-size: 1em;
	font-weight: 700;
	background-image: url(../img/site/btn_language.gif);
	display: Inline-Block;
	padding-left: 11px;
	background-repeat: no-repeat;
	color: #DFA11A;
	text-transform: uppercase;
}
h5 {
	font-size: 1.4em;
	padding-top: 16px;
	padding-bottom: 7px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

