body
        {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 17px;
        margin: 0;
        padding: 0;
				background-color:#303030;
        }

h1, h2, h4
        {
        text-align: left;
        color: #c87616;
        }

h1
	{
	font-size: 2em;
	line-height: 1em;
	}

h4 a, h4 a:visited
        {
        color: #d9dcec;
        }

h4 a:hover
        {
        color: #ffffff;
        text-decoration: none;
        }

h2
        {
        font-size: 18px;
        }

p
        {
        margin-top: 0px;
        margin-bottom: 20px;
        }

.clear_both
        {
        clear: both;
        }

.code
	{
	font-family:"Courier New", Courier, monospace;
	}

#w3cButtons
	{
	width: 196px;
	margin: 20px auto;
	padding: 0;
	}
	
#markupBtn
	{
	margin: 0 10px 0 0;
	padding: 0;
	width: 88px;
	float: left;
	}
	
#cssBtn
	{
	margin: 0 0 0 10px;
	padding: 0;
	width: 88px;
	float: left;
	}
	

#sideBar ul
	{
	margin: 0;
	padding: 0;
	border-bottom: #978e7c 0px solid;
	width: 189px;
	}

/*
 * IE fix for additional padding that otherwise get's rendered between list items
 */
#sideBar ul li
	{
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sideBarContentContainer> #sideBar
	{
	height: auto;
	}
	
#sideBar ul li a, #sideBar ul li a:visited
	{
	display: block;
	border-top: #978e7c 0px solid;
	padding: 5px 10px;
	background-image: url(../images/menuitem.png);
	background-position: bottom;
	background-repeat:repeat-x;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height:25px;
	margin-top:5px;
	}
	
#sideBar ul li a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

/* Layout Styles */


	#page {
	width: 920px;
	margin: 0 auto;
	}


#mainContainer
	{
	width: 920px;
	min-width: 920px;
	margin: 0 auto;
	margin-left:1px;
	background-image: url(../images/page.png);

	}


#logo
	{
	background-color: transparent;
	background-image: url(../images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0;
	height:35px;
	margin-left:15px;
	}
	
#header
	{
	background-color: transparent;
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0;
	height:21px;
	margin-left:9px;
	}
	
#sideBarContentContainer
	{
	/* For a "two-stripe" look with columns of equal height, add your bg.gif here" */
	background-image: url(../images/navigace.png);
	background-repeat:repeat-y; 
	background-position:200px 0px;
	margin: 0 auto;
	margin-left:110px;
	padding: 0;
	width: 799px; /* Original width of 750px (the total width of the page) - the width of the border (2px)*/
	position: relative;

	}

#sideBar
	{
	width: 241px; /* Width of your nav column */
	float: right;
	margin: 0;
	padding: 0;
	
	}

/* IE 6.0: For some reason, if you just specify padding here it'll add 10 px  */
/* to the entire layout and cause the page to scroll horizontally. So we have */
/* to specify the width and then set a margin on it.  The width is equal to   */
/* the width of the column, 190px - the 10px margin * 2                       */
#sideBar p
	{
	margin: 10px auto;
	width: 170px;
	}

#sideBarContentWrapper > #sideBar p
	{
	padding: 10px;
	margin: 0;
	}
	
#content
	{
	float: right;
	width: 538px; /* Width of your content column (560px) - the 2 pixels border - the padding */
	min-height:500px;
	margin: 0;
	padding: 10px;
	background-image: url(../images/content_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	}

#footer
	{
	margin: 0;
	padding: 0px 10px;
	clear: both;
	height:28px;
	border: #000000 0px solid;
	background-color: #d2cbbd;
	background-image: url(../images/footer.png);
	}

	#copyright {
	
	background-color:#303030;
	color:white;
	text-align:right;
	font-size:10px;
	padding-right:20px;
	
	}

