#web_general {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 990px;
	text-align: center;
	background: url(../images/general_bg.png) center center repeat-y;
}

#web_top {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 263px;
	background: url(../images/top_bg.png) no-repeat;
}

#web_top_kontakt {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 263px;
	background: url(../images/top_kontakt.png) no-repeat;
}

#web_top_podmienky {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 950px;
	height: 263px;
	background: url(../images/top_podmienky.png) no-repeat;
}

#web_nav {
	position: absolute;
	top: 15px;
	right: 15px;
}

#web_subtop {
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 971px;
	height: 100px;
	background: url(../images/menu_bg.gif) no-repeat;
}

#web_contact {
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align: right;
}

#web_slogan {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 400px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

#web_logo {
	position: absolute;
	top: 25px;
	left: 44px;
	width: 199px;
	height: 36px;
}

#web_menu {
	position: absolute;
	top: 35px;
	right: 40px;
	text-align: left;
	font-size: 12px;
}

#submenu {
	position: absolute;
	top: 60px;
	right: 70px;
	visibility: hidden;
}

#web_content {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 15px 20px 10px 20px;
	width: 910px;
	background: gray url(../images/content_bg.png) repeat-y;
	color: white;
	text-align: left;
}

#web_bottom {
	padding: 12px 40px 3px 40px;
	width: 910px;
	height: 15px;
	background: url(../images/bottom_bg.gif) no-repeat;
	color: gray;
}

