/*** Body & World, Global Definitions***/

body {
    margin: 0px;
    background: #ff792e url(images/bg.png) top left repeat-x;
    text-align: center;
    overflow-x:hidden;
}
#kruhy{background: url(images/kruhy.gif) 50% 0 no-repeat;position:relative;height:1164px}
#postavy{background: url(images/postavy.png) 50% 0 no-repeat;position:relative;height:1160px;z-index:3}
#postava-left{background: url(images/postava-left.gif) top center no-repeat;width:632px;height:539px;position:absolute;top: 438px;left:-200px;z-index:1;}
#trubka{background: url(images/trubka.gif) top center no-repeat;width:137px;height:623px;position:absolute;top: 180px;left: -132px;z-index:1;}
#mucha{background: url(images/mucha.gif) top center no-repeat;width:148px;height:166px;position:absolute;top: 280px;left: -147px;z-index:1;}
#husle{background: url(images/husle.gif) top center no-repeat;width:176px;height:356px;position:absolute;top: 230px;left: -175px;z-index:1;}
#bocne-postavy{width:960px;margin:0 auto;position:relative;}
a#top-logo{display:block;width:750px;height:140px;margin:0 0 0 90px;border:none;text-decoration:none;text-indent:-9999em}

div.world {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position:relative;
    z-index:5;
}

h1 {
    color: #181a5e;
    font-weight: bold;
    font-size: 2em;
    margin: 5px 0px 8px 10px;
}

h1 a {
    color: #181a5e;
}



/*** Top ***/

div.top {
    height: 205px;
}

div.top div.world {
}

div.top div.world div.flash {
    height: 160px;
}




div.top ul.menu {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 920px;
}

div.top ul.menu li {
	float: left;
}

div.top ul.menu li a {
	display: block;
    padding: 10px 0px 10px 0px;
    margin-top: 3px;
    width: 90px;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

div.top ul.menu li a:hover {
	text-decoration: underline;
}

div.top ul.menu li.selected a {
	background: #d0129f;
}

div.top ul.menu ul {
	display: none;
}




div.top div.menu {
    width: 930px;
    height: 45px; 
    margin-left: 22px;
}

div.top div.menu a {
    display: block;
    padding: 10px 0px 10px 0px;
    margin: 9px 0px 0px 0px;
    width: 90px;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

div.top div.menu a:hover {
    text-decoration: underline;
}

div.top div.menu a.selected{
	background:#d0129f;
}


ul.social {
	list-style:none;
	position:absolute;
	top:80px;
	left:610px;
	background: url(images/social-bg.png) no-repeat;
	padding: 0;
	width: 240px;
	height: 50px;
}

ul.social li {
	float: left;
	margin-top: 5px;
}

ul.social .social-icon {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 35px;
	background: url(images/social-icons.png) no-repeat;
	text-indent: -9999px;
}

ul.social .social-icon.twitter { background-position: 0 50%; margin-left: 3px;}
ul.social .social-icon.youtube { background-position: -40px 50% }
ul.social .social-icon.myspace { background-position: -80px 50% }
ul.social .social-icon.fb { background-position: -127px 50%; width: 25px}
ul.social .social-icon.lastfm { background-position: -160px 50% }
ul.social .social-icon.flickr { background-position: -200px 50% }

/*** Main ***/

div.main {
    position:relative;
    z-index:20;
}



/*** Bottom ***/

div.bottom {
    position:relative;
    z-index:30;
    margin:49px auto 0 auto;
    font-size:12px;
    font-weight: bold;
    color: #eee;
    text-align:center;
    width:947px;
    left:-7px;
}

div.bottom div.world {
    padding: 10px 0 10px 0;
    text-align:center;
    background:#ffaa00;
    margin:0;
    width:947px;
}

div.bottom a {
    color: #eee;
    font-weight: normal;
    text-decoration: none;
}

div.bottom a:hover {
    color: white;
    background-color: #d0129f;
}



/*** Left Column & (Right) Content ***/

div.left-column {
    float: left;
    width: 200px;
}

div.content {
   background:#ffaa00;
   clear:both;
   width:947px;
   min-height:860px;
}
/* IE 7 */
*:first-child+html div.content{height:860px;}
/* IE 6 */
* html div.content{height:860px;}

#intro div.main div.content{
    background:transparent;
}


div.content div.breadcrumbs {
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
}



/*** Blocks ***/

div.blocks {
    width: 200px;
}

div.blocks div.box {
    font-size: 0.9em;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}

div.blocks div.box div.box-title {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 1.3em;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}



/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

ul.sitemap ul li {
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    text-decoration: underline;
}


