* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.shadow {
	-moz-box-shadow: 0px 30px 40px #000;
	-webkit-box-shadow: 0px 30px 40px #000;
	box-shadow: 0px 30px 40px #000;
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

input {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #BCBCBC;
background-color: #FFF;
/*padding: 0.3px;*/
/*background: url(images/heslo.jpg) left top;*/
}

textarea {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #BCBCBC;
background-color: #FFF;
/*padding: 0.3px;*/
/*background: url(images/heslo.jpg) left top;*/
}

button {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #BCBCBC;
background-color: #FFF;
padding: 2px;
/*background: url(images/heslo.jpg) left top;*/
}

select {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #BCBCBC;
background-color: #FFF;
/*background: url(images/heslo.jpg) left top;*/
}

fieldset {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #BCBCBC;
padding: 2px;
}

img { border: none; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
    margin: 0 auto;
    width: 800px;
}

#header { 
    padding: 10px 0 20px 0;
}
#header h1 {
    font-size: 30px;
    font-weight: 100;
    padding: 12px 0 5px 10px;
}
#header h1 a {
    color: #57626a;
    text-decoration: none;
}
#header h1 a:hover {
    color: #57626a;
    text-decoration: none;
}
#header h2 {
    color: #ccc;
    font-size: 19px;
    font-weight: 100;
    padding: 0 0 0 11px;
    line-height: 12px;
}

#menu {
    height: 40px;
    line-height: 40px;
    background: #57626a url(../images/menu.jpg) no-repeat;
    text-transform: uppercase;
}
#menu ul {
    padding-left: 10px;
    list-style-type: none;
}
#menu ul li {
    display: block;
    float: left;
}
#menu ul li a {
    color: #eee;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 100;
    font-size: 18px;
}
#menu ul li a:hover {
    color: #eee;
    text-decoration: underline;
}

#menu .current_page_item {
    color: #000000;
    text-decoration: underline;
}

#content {
    text-align: justify;
    padding: 10px 20px;
}

.right {
    width: 568px;
    float: right;
    text-align: justify;
}

.left {
    width: 150px;
    float: left;
    padding: 10px;
    border-right: 1px solid #bbb;
    font-size: 16px;
}

#footer {
    background: #eee;
    border-top: 3px solid #57626a;
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-size: 15px;
    padding: 10px;
}

#tree{
    font-size: 16px;	
}

#tree .node{
    font-weight: bold;
    background:#eee;
}

#tree .leaf{
    font-size: 12px;
    padding-left: 10px;
}
