/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/background.gif) center 106px repeat-x;
	font: 13px/18px verdana;
	color: #7A7A7A;
}

body#fotka {
	background: #ffffff;
}

h1 {
	margin: 17px 0 8px 0;
	font-size: 0;
	text-indent: -9999px;
}

h1 a {
	width: 173px;
	height: 40px;
	display: block;
	background: url(images/logo.gif);
}

h2 {
	margin: 0;
	font-size: 0;
	text-indent: -9999px;
}

h3 {
	margin: 0 0 25px 0;
	font-size: 15px;
	color: #1987C6;
}

h4 {
	margin: 25px 0 10px 0;
	font-size: 13px;
	color: #1987C6;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font: 13px/18px verdana;
	color: #7A7A7A;
}

a {
	color: #097CB5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.cleaner {
	clear: both;
}

.img1 {
	float: left;
	margin: 5px 15px 15px 0;
}

.img2 {
	float: right;
	margin: 5px 0 15px 15px;
}

#homepage .img1 {
	margin-top: 0;
}

/** LAYOUT */

#wrapper {
	width: 766px;
	margin: 0 auto;
}

#header-left {
	width: 550px;
	height: 144px;
	float: left;
	padding-left: 1px;
	background: url(images/header-left.gif) right top no-repeat;
}

#header-right {
	width: 191px;
	height: 103px;
	float: right;
	padding-top: 41px;
	padding-left: 24px;
	background: url(images/header-right.gif) right top no-repeat;
}

#copyright {
	margin-top: 5px;
	color: #ADADAD;
	font-size: 11px;
}

#copyright a {
	margin-left: 3px;
	padding-left: 8px;
	background: url(images/li.gif) 0 3px no-repeat;
	color: #ADADAD;
}

#copyright a:hover {
	color: #097CB5;
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	width: 137px;
	height: 24px;
	display: block;
	float: left;
	padding: 12px 0 0 0;
	background: url(images/menu.gif);
	color: #575757;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#menu a:hover,
#menu a.selected {
	background-position: 0 -36px;
	text-decoration: none;
}

#image {
	width: 760px;
	height: 175px;
	clear: both;
	background: url(images/image-subpage.jpg);
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-size: 0;
	text-indent: -9999px;
}

#homepage #image {
	background: url(images/image-homepage.jpg);
}

#content {
	margin-top: 3px;
	background: url(images/right.gif) right top no-repeat;
}

#left {
	width: 524px;
	float: left;
	padding: 10px 11px;
}

.box {
	clear: both;
	padding-bottom: 25px;
}

.box h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

a.arrow {
	padding-left: 12px;
	background: url(images/arrow.gif) left center no-repeat;
}

#right {
	width: 211px;
	float: right;
	padding: 20px 4px 0 5px;
	font-size: 12px;
	line-height: 20px;
}

#right strong {
	width: 171px;
	display: block;
	margin-top: 30px;
	padding: 1px 20px 4px 20px;
	background: #FAFAFA;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

#right p {
	width: 171px;
	display: block;
	margin-bottom: 0;
	padding: 3px 20px 4px 20px;
	border-bottom: 1px solid #F4F4F4;
}

#right a {
	width: 171px;
	display: block;
	padding: 3px 20px 4px 20px;
	border-bottom: 1px solid #F4F4F4;
	color: #666666;
}

#right a:hover {
	background: #FAFAFA url(images/arrow.gif) 10px 11px no-repeat;
	color: #097CB5;
	text-decoration: none;
}

#footer {
	height: 50px;
	background: url(images/right-bottom.gif) right top no-repeat;
}

/** SUBPAGE */

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list a {
	padding-left: 12px;
	background: url(images/arrow.gif) left center no-repeat;
}

.list a.selected {
	color: #7A7A7A;
}

.list a.selected:hover {
	text-decoration: none;
}

/** ADDED */

.red {
	color: #FF0000;
}

.green {
	color: #008000;
}

.input {
	width: 164px;
	margin-bottom: 2px;
	padding: 2px 5px;
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
}

.submit {
	padding-left: 12px;
	background: url(images/arrow.gif) left center no-repeat;
	border: none;
	color: #097CB5;
	cursor: pointer;
}

textarea {
	width: 363px;
	height: 143px;
	padding: 0 6px;
	background: #FAFAFA url(images/textarea.gif);
	border: 1px solid #E6E6E6;
	overflow: auto;
}

#img {
	width: 124px;
	float: left;
}

#img a {
	width: 45px;
	display: block;
	margin-bottom: -18px;
}

#img img {
	margin-top: 43px;
}

#text {
	width: 400px;
	float: left;
}

.hr {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #E6E6E6;
}