@charset "iso-8859-2";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #00000;
	background-image: url(gfx/bg-g.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.contener {
	background-image: url(gfx/bg-kep.jpg);
	margin: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.content, .content01, .content02, .content04, .content05 {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(gfx/content01-picture.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	font-size: 11px;
	display: block;
	height: 472px;
}

.content01 {
	background-image: url(gfx/content02-picture.png);
}

.content02 {
	background-image: url(gfx/content03-picture.png);
}
.content04 {
	background-image: url(gfx/content04-picture.png);
}
.content05 {
	background-image: url(gfx/content05-picture.png);
}

.contenrbg {
	background-image: url(gfx/content-bg.png);
	background-repeat: repeat-y;
}

div.menu01 {
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C343C;
	margin-left: 20px;
	font-size: 18px;
	padding: 20px;
	display: block;
}

div.menu02 {
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C343C;
	margin-left: 20px;
	font-size: 11px;
	padding: 20px;
	display: block;
	float: left;
}

div.bodycopy {
	float: right;
	width: 640px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2C343C;
}

.menu01 a:link, .menu01 a:visited, .menu01 a:hover {
	background-image: url(gfx/bulett01.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #999;
	text-decoration: none;
	padding-left: 25px;
	margin-bottom: 5px;
	display: block;
}
h1 {
	color: #FB9F31;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C343C;
	padding-bottom: 20px;
}

a:link, a:visited {
	color: #AA0809;
	text-decoration: underline;
}

a:hover {
	color: #FB9F31;
	text-decoration: underline;
}

.menu01 a:hover {
	margin-left: 10px;
	color: #FFF;
}

.menu02 a:link, .menu02 a:visited, .menu02 a:hover {
	background-image: url(gfx/bulett02.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	color: #999;
	text-decoration: none;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
}

.menu02 a:hover {
	margin-left: 15px;
	color: #FFF;
}

td.foot {
	padding-top: 20px;
}
ul li {
	list-style-type: none;
	padding-bottom: 10px;
	background-image: url(gfx/bulett02.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	display: block;
}
ul {
	padding-left: 20px;
	display: block;
}

ul li a:link, ul li a:visited {
	text-decoration: none;
	color: #FFF;	
}

ul li a:hover {
	text-decoration: none;
	color: #AA0809;
}
.text-input {
	width: 98%;
	margin-bottom: 1px;
	background-color: #807A7E;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	padding: 3px;
}

