/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000000;
	scrollbar-track-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: gray;
	scrollbar-darkshadow-color: #F48700;
	scrollbar-shadow-color: #F48700;
	scrollbar-arrow-color: white;
	color: Gray;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
	color: #F48700;
	width: 900px;
	float: left;
	padding: 10px;
	
	height: 200px;
	margin: 10px 0px 0px 0px;
	background-image: url(img/heder1.jpg);
	background-repeat: no-repeat;
	 
}
#leftcolumn {
	color: #F48700;
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 678px;
	float: left;
	
}
#rightcolumn {
	float: right;
	color: F48700;
	background: #000000;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 380px;
	width: 200px;
	display: inline;
	
}
#footer { 
 width: 900px;
 clear: both;
 color: #F48700;
 text-align: right;
 padding-right: 200px;

 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footer2 { 
 margin-right: 150px;
 font-size: 11px;
}


#menu {
	display: block;
	margin-top: 50px;
	width: 100px;
	border-left: 1px solid #663800;
	padding-left: 5px;

	}
	
#okno {
   margin-top: 15px;
	width: 678px;
	height: 345px;
	overflow: auto

}	



a {
	font-size: 12px;
	color: White;
	text-decoration: none;
	display: block;
	padding: 2px 6px 2px 0px;
	background-color: Black;
	font-family: sans-serif;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}

a:hover {
	color: White;
	text-decoration: none;
	
	background-position: right;
	background-repeat: no-repeat;
	background-color: Black;
	padding-top: 2px;
	border-left: 1px solid White;
	background-image: url(img/tlapka.gif);
}

a:active {
	color: black;
	background-color: Black;
	display: block;
}



a.aktual {
	background: Black;
	display: block;
	background-image: url(../img/ctverec.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.cl {
	display: inline;
	color: White;
	text-decoration: underline;
	text-align: left;
	
	padding-left: 0px;
	padding-right: 0px;
}

a:hover.cl{
	color: White;
	background-image: none;
	background-color: transparent;
	border: none;
}

a:active.cl {
	color: White;
	background-color: transparent;
	display: inline;
	
}

a:visited.cl {
	color: White;
	background-color: transparent;
	display: inline;
}

.nadpismenu{
	background-color: #3F3F3F;
	text-align: left;
	padding-left: 6px;
	color: White;
	margin: 3px 3px;
}

.obrazekvpravo {
	float: right;
	border: 5px solid #595959;
	margin: 8px 0px 8px 8px;
}

.obrazekvpravobezr {
	float: right;
	margin: 8px 0px 8px 8px;
}

.obrazekvlevo {
	float: left;
	border: 5px solid #595959;
	margin: 8px 8px 8px 0px;
}

.obrazekcentr {
	float: none;
	border: 5px solid #595959;
	margin: 8px 8px 8px 8px;
}

#clanek {
	border-bottom: 1px solid #F48700;
	border-top: 1px solid #F48700;
	padding: 3px 3px;
}

.odkazbaner {
	background: White;
	margin: 10px 10px 10px 10px;
	padding: 10px;
}
