html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #353535 url(body-bg.gif);
	color: #CDCDCD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #353535;
	scrollbar-highlight-color: #585858;
	scrollbar-3dlight-color: #585858;
	scrollbar-darkshadow-color: #585858;
	scrollbar-shadow-color: #585858;
	scrollbar-arrow-color: #585858;
	scrollbar-track-color: #353535;
}

a {
	color: #CDCDCD;
	text-decoration: underline;
}
a:visited {
	color: #CDCDCD;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.lowprio a, .lowprio a:visited {
	color: #999999;
}

h1 {
	font-size: 90%;
	font-weight: bold;
	color: #E15900;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0 5px 0;
}
h2.lowprio {
	font-size: 70%;
	color: #999999;
}

h3 {
	font-size: 70%;
	font-weight: bold;
	color: #E6E6E6;
	padding: 0;	
}
h3.lowprio {
	font-size: 65%;
	color: #999999;
}

p {
	text-align: justify;
}
p, ul, ol, address {
	font-style: normal;
	padding: 5px 0 10px 0;
	line-height: 140%;
}
ul li {
	list-style: none;
	background: transparent url(bullet.gif) 3px .6em no-repeat;
	padding: 0 0 5px 15px;
}

input, select {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	background: #575757;
	border: #A2A2A2 1px solid;
	vertical-align: middle;
}
input {
	padding: 2px;
}
input.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: none;
	color: #000000;
	background: #A2A2A2;
	cursor: pointer;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	background: #575757;
	border: #A2A2A2 1px solid;
	padding: 2px;	
}

/* ******************************************************** */
.tnormal {
	font-size: 70%;
}
.tsmall {
	font-size: 60%;
}
.leftpic {
	float: left;
	margin: 5px 10px 0 0;
}
.rightpic {
	float: right;
	margin: 5px 0 0 5px;
}
.centerpic {
	margin: 5px auto 5px auto;
	text-align: center;
	
}
.botmenu {
	border-top: #252525 1px solid;
	margin-top: 20px
}
.cleaner {
	clear: both;
}
p.lowprio {
	font-size: 60%;
	color: #999999;
}
ul.tjustify li {
	text-align: justify;
}

/* ******************************************************** */
#main {
	margin: 15px auto 0 auto;
	width: 761px;
	background: #353535 url(main-bg.gif) left repeat-y;
}
#left {
	float: left;
	width: 306px;
	height: 508px;
	background: transparent url(hp-photo.jpg) 0 150px no-repeat;
}
#content {
	width: 410px;
	height: 360px;
	overflow: auto;
	border-left: #353535 1px solid;	
	float: right;
	background: #353535;
	padding: 5px 20px 20px 0;
	margin: 5px 0 5px 0;
}
#flags {
	padding: 0 0 15px 0;	
	text-align: right;
}

/* ******************************************************** */
#top {
	height: 67px;
	padding: 52px 0 32px 0;
	background: #ffffff;
	border-bottom: #353535 1px solid;
}
#top a, #top a:visited, #top a:hover {
	display: block;
	width: 306px;
	height: 67px;
}

/* ******************************************************** */
#menu {
	float: right;
	width: 454px;
}
#menu ul {
	height: 84px;
	line-height: normal;
	padding: 0;
}
#menu ul li {
	list-style: none;
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	margin-left: 1px;
	padding: 0;
}
#menu ul li.first {
	margin: 0;
}
#menu ul li a, #menu ul li a:visited {
	display: block;
	background: #E15E09;
	color: #E6E6E6;
	width: 90px;
	height: 90px;	
	line-height: 90px;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	overflow: hidden;
}
#menu ul li a:hover {
	color: #ffffff;
	background: #CA5609;
}
#menu ul li a.active, #menu ul li a.active:visited, #menu ul li a.active:hover {
	background: #353535;
	color: #CDCDCD;
	cursor: default;
}

/* ******************************************************** */
#footer {
	background: transparent url(footer-bg.gif) center repeat-y;
	height: 5.5em;
	border-top: #353535 1px solid;
	position: relative;
}
#footleft {
	background: #E15E09;
	color: #ffffff;
	width: 260px;
	padding: 10px 20px 0 20px;
	float: left;
}
#footleft a, #footleft a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footleft a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footright {
	background: #ffffff;
	color: #303030;
	width: 411px;
	padding: 10px 20px 0 20px;
	float: right;
}
#footright a, #footright a:visited {
	color: #000000;
	text-decoration: underline;
}
#footright a:hover {
	color: #000000;
	text-decoration: none;
}

/* ******************************************************** */
#copyright {
	padding: 0 0 0 333px;
	width: 432px;
	margin: 0 auto 0 auto;
	color: #666666;
}
#copyright a, #copyright a:visited {
	text-decoration: none;
	color: #666666;
}
#copyright a:hover {
	text-decoration: underline;
	color: #666666;	
}

#piktogram {
	position: absolute;
	top: 20px;
	right: 35px;
}