/****** reset *******/
body {
	padding: 0px;
	margin: 0px;
	background: #dddddd url("../images/body_bg.png") repeat-x;
	text-align: center;
	font-family: Arial, Trebuchet Ms, Verdana, sans-serif;
	color: #6e6f73;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul li {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

/****** *******/
#header {
	background: url("../images/header.png") top left no-repeat;
	width: 920px;
	height: 88px;
	margin: 0 auto;
}

#top_menu {
	background: url("../images/header_menu.png") top left no-repeat;
	width: 920px;
	height: 24px;
	margin: 0 auto;
}

#top_menu ul {
	width: 730px;
	height: 24px;
	margin: 0 auto;
	padding-left: 190px;
}

#top_menu ul li {
	float: left;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 2px;
}

#top_menu ul li div {
	display: table-cell;
	vertical-align: middle;
}

#top_menu ul li div a {
	color: inherit;
	text-decoration: inherit;
}

#content {
	background: url("../images/content.png") top left repeat-y;
	width: 920px;
	min-height: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	background: url("../images/footer.png") top left no-repeat;
	width: 920px;
	height: 49px;
	margin: 0 auto;
	
}

#footer ul {
	display: block;
	color: white;
	font-size: 11px;
	width: 703px;
	float: right;
	padding-top: 10px;
	margin-right: 21px;
}

#footer ul li {
	float: left;
	padding: 0 5px;
}

#footer ul li div a {
	color: inherit;
	text-decoration: inherit;
}

.footer_sep {
	background: url("../images/footer_sep.png") top right no-repeat;
}

#left {
	background: url("../images/earth_bg.png") top left no-repeat;
	width: 173px;
	height: 133px;
	/* position: relative;  */ /* left: 10px; 			*/ /* top: 2px; 			*/
	float: left;
	margin: 1px 0px 0px 10px;
}

#right {
	width: 717px;
	float: right;
	margin: 1px 10px 0px 0px;
}

.wide_button {
	background: url("../images/wide_button.png") top left no-repeat;
	width: 95px;
	height: 20px;
	margin: 0 auto;
}

.wider_button {
	background: url("../images/wider_button.png") top left no-repeat;
	width: 120px;
	height: 20px;
	margin: 0 auto;
}

.extra_wide_button {
	background: url("../images/extra_wide_button.png") top left no-repeat;
	width: 145px;
	height: 20px;
	margin: 0 auto;
}

.extra_wide_button:HOVER {
	background: url("../images/extra_wide_button_hover.png") top left
		no-repeat;
}

.wider_button:HOVER {
	background: url("../images/wider_button_hover.png") top left no-repeat;
}

.wide_button:HOVER {
	background: url("../images/wide_button_hover.png") top left no-repeat;
}

#footer_first div {
	padding-left: 40px;
}

#footer_kontakt {
	color: #1d5530;
	width: 40px;
	padding-right: 20px;
	background: url("../images/footer_kontakt.png") top right no-repeat;
}

#footer_kontakt a {
	color: inherit;
	text-decoration: inherit;
}

#footer_copyright {
	font-size: 10px;
	width: 703px;
	float: right;
	margin-right: 21px;
	color: #07566a;
	padding-top: 3px;
}
