* {
	padding: 0;
	margin: 0;
	list-style: none;
}

a:link 	{ color:black; text-decoration:none; }     
a:visited{ color:black; text-decoration:none; } 
a:hover	{ color:black; text-decoration:none; }  
a:active	{ color:black; text-decoration:none; }  


h1 {
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: normal;
        color: #FFBB44;
        border-bottom: 2px dotted #FFBB44;
        margin-top: 0;
        margin-bottom: 1em;	
}

h3 {color:#FFBB44;}

b {color:#FFBB44;}
	
body {
        background: #202020;
        color: #eee;
        font-family: verdana;
        font-size: 0.8em;
        line-height: 1.4;
}

#header {
	color: #A8A8A8;
	width: 1000px;
	margin: 0 auto;
	height: 50px;
    margin-top: 1em;	
}

#mid {
	width: 1000px;
	margin: 25px auto 0;
}

.left {
	text-align: justify;
	width: 500px;
	float: left;
}


.right {
		/*text-align: justify;*/
		text-align: center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px dotted #585858;
        color: #A8A8A8;
        background: #181818;
        padding: 10px;
		margin: 10px 0;
        width: 450px;
		float: right;
}

.examples {
		/*text-align: justify;*/
		clear: both;
		text-align: center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px dotted #585858;
        color: #A8A8A8;
        background: #181818;
        padding: 10px;
		margin: 10px 0;
        width: px;
        float: left;
		/*float: right;*/
}

.examples div {
	padding: 0 20px 0 20px;
	float: left;
}

.examples div img {
	display: block;
	margin: 0 auto;
}

pre {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border: 2px dotted #585858;
        color: #A8A8A8;
        background: #181818;
        padding: 10px;
		margin: -90px 0 10px;
        white-space: pre;
        overflow: visible;
        font-family: consolas, monospace;
        display: inline-block;
        width: 475px;

}

.clear {
	margin: 20px 0;
	clear: both;
}

#footer {
	color: #A8A8A8;
	width: 1000px;
	margin: 0 auto;
	height: 50px;
    border-top: 2px dotted #FFBB44;
    margin-top: 1em;	
}

#footer a {
	/*color: #A8A8A8;*/
	color: #eee;
}

#footer span {
	float: right;
}

#footer span a:hover {
	color: #FFBB44;
}

.active {
	color: #FFBB44;
}

#popis {
	margin: 10px 0;
}

#next {
	background: url(down.png) 0 0 transparent;
	width: 50px;
	height: 50px;
	display:block;
}

#next:hover {
	background: url(down.png) 50px 0 transparent;
}

#prev {
	background: url(up.png) 0 0 transparent;
	width: 50px;
	height: 50px;
	display:block;
}

#prev:hover {
	background: url(up.png) 50px 0 transparent;
}

#prev, #next {
    position: relative;
    right: 55px;
    top: 15px;
}