/*
	Title:		Pro-ZETA Default CSS Layout
	Autor: 		robin@yellowmedia.cz
	Updated: 	11.03.07 15:25
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
    font: 11px "Verdana CE", Verdana, Arial, lucida, sans-serif;
    color: white;
    line-height: 1.6em;
}

a {
	color: white;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover, div#footer p a:hover {
	color: #CD9F13;
	border-bottom: 1px dotted #444;
}

/*
	MAIN
	------------------------------------------
*/

div#wrapper, div#wrapper-sub {
	width: 904px;
	margin: 0 auto;
	background: black url("../images/bg-main.jpg") no-repeat top;
}

div#wrapper-sub {
	background: black;
}

div.in p {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url("../images/ufo.gif") no-repeat left 5px;
	color: silver;
}

div.in strong {
	color: white;
}

div.in ul {
	margin: 0 35px 10px 35px;
}

div.in ul li {
	color: #999;
    list-style: square url(../images/submenu.gif)
}

/*
	TOP
	------------------------------------------
*/

div#top {
	width: 904px;
	height: 85px;
	text-align: center;
	background: url("../images/bg-top.jpg") no-repeat;
}

div#top-sub {
	width: 904px;
	height: 149px;
	text-align: center;
	background: url("../images/bg-top-sub.jpg") no-repeat;
}

div#top h1, div#top-sub h1 {
	position: relative;
	left: 365px;
	top: 33px;
	overflow: hidden;
	width: 135px;
	height: 27px;
}

div#top h1 a, div#top-sub h1 a {
	color: #0C9;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
    text-transform: uppercase;
    line-height: 23px;
}

div#top h1 a span, div#top-sub h1 a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 135px;
	height: 27px;
	background: url("../images/logo-prozeta.jpg") no-repeat;
	cursor: pointer;
}

div#top-sub h1 a span {
	background: url("../images/logo-prozeta-sub.jpg") no-repeat;
}

/*
	FLASHINTRO
	------------------------------------------
*/

div#flashintro {
	height: 290px;
	text-align: center;
	line-height: 290px;
}

div#flashintro p {
	font-size: 13px;
}

div#flashintro p a {
	color: black;
}

/*
	MENU
	------------------------------------------
*/

div#menu, div#top-sub div#menu {
	margin-top: 20px;
	width: 904px;
	margin: 0 auto;
}

div#top-sub div#menu {
	margin-top: 70px;
}

div#menu ul, div#top-sub div#menu ul {
	height: 31px;
	border-bottom: 1px solid #252525;
	width: 754px;
	padding-bottom: 17px;
	padding-left: 100px;
	width: 804px;
}

div#top-sub div#menu ul {
 	border-bottom: 1px solid #B3B4B4;
	height: 34px;
}

div#menu ul li, div#top-sub div#menu ul li {
	list-style: none;
	display: inline;
}

div#menu ul li a, div#top-sub div#menu ul li a {
	font-size: 12px;
	padding: 15px 25px;
	background: url("../images/menu.gif") no-repeat left 16px;
	display: block;
	float: left;
	border: 0;
}

div#top-sub div#menu ul li a {
	padding: 18px 25px 16px 25px;
	background: url("../images/menu.gif") no-repeat left 18px;
}

div#menu ul li a:hover, div#top-sub div#menu ul li a:hover {
	color: #CD9F13;
	border-bottom: 1px solid #B3B4B4;
	background: url("../images/menu-hover.gif") no-repeat left 16px;
}

div#top-sub div#menu ul li a:hover {
	border: 0;
	background: url("../images/menu-hover.gif") no-repeat left 18px;
}

div#submenu {
	width: 221px;
	height: 254px;
	float: left;
	background: url("../images/bg-submenu.jpg") no-repeat;
}

div#submenu ul {
	margin: 30px 0 0 63px;
}

div#submenu ul li {
	list-style: none;
	background: url("../images/submenu.gif") no-repeat left;
}

div#submenu ul li a {
	line-height: 25px;
	margin-left: 15px;
}

/*
	INFO
	------------------------------------------
*/

div#info {
	clear: left;
	height: 260px;
	width: 904px;
	margin: 0 auto;
	background: url("../images/bg-info.jpg") no-repeat 30px 30px;
}

div#info div.in {
	width: 534px;
	margin: 30px 0 0 315px;
	float: left;
    overflow: auto;
    height: 200px;
    border-left: 1px solid #252525;
    padding: 0 15px;
}

div#info a.map {
	width: 255px;
	height: 210px;
	position: absolute;
	display: block;
	margin-left: 30px;
	margin-top: 25px;
	border: 0;
}

/*
	CONTENT
	------------------------------------------
*/

div#content {
	background: url("../images/bg-content.jpg") no-repeat 221px top;
	width: 904px;
	float: left;
	padding-bottom: 15px;
}

div#content div#main {
	width: 525px;
	float: left;
}

div#content div#main div.in {
	padding: 125px 30px 0 19px;
}

div#content div#main div.in h2 {
	display: none;
}

div#content div#main div.in table#partneri td {
	width: 50%;
	text-align: center;
}

div#content div#main div.in table#partneri td a.logo {
	border: 0
}

div#content div#main div.in table#partneri p {
	padding-left: 0;
	background: none;
}

div#content div. {
	background: url("../images/pages/.jpg") no-repeat;
}

/*
	FOOTER
	------------------------------------------
*/

div#footer {
	width: 904px;
	margin: 0 auto;
    border-top: 1px solid #252525;
	padding-top: 10px;
	height: 40px;
	clear: both;
}

div#footer p {
	padding: 0 25px;
	float: left;
	color: #333;
	font-size: 10px;
}

div#footer p a {
	color: #666;
	border: 0;
}

div#footer p#yellowmedia {
	float: right;
}


