/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFF600;
}

blockquote {
	font-style: italic;
}

a {
	color: #C00;
}
a img { border: 2px solid #ccc; margin: 1px; padding: 1px; }
a:hover img { border-color: #cc0000}
a:hover {
	text-decoration: none;
}
.clear {
	background-color: #FFFFFF;
	clear: both;
}
.style1 {
	color: #CE261D;
	font-weight: bold;
}
.title1 {
	margin: 0;
	padding: 10px 5px 0 5px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: bold;
	font-size: 100%;
	color: #CE261D;
}

.title2 {
	margin: 0;
	padding: 3px 0;
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-y;
	border-left-color: #E6E6E6;
	border-left-style: solid;
	border-left-width: 5px;
	margin-top: 5px;
	line-height: 100%;
}
.title1 a {
	text-decoration:none;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 10px 10px 15px;
}

.boxed ul, .boxed ol {
	line-height: 110%;
}
.boxed li{
	list-style-image: url(../images/list.jpg);	
}
.boxed p{
	line-height: 110%;
	margin-left:8px;
	margin-bottom:8px;
}
.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
	margin-top: 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 175px;
	background: #FFF;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	color: #FC0;
}

#logo h1 {
	padding: 35px 0 0 17px;
	font-size: 8px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #FC0;
	text-decoration: none;
	text-align: center;
}

/* Menu */

#menu {
	padding: 15px;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 2px;
}

#menu li {
	padding: 8px 0;
	background-image: url(../images/menu_a.jpg);
	background-repeat: repeat-y;
	border-left-color: #FFF600;
	border-left-width: 8px;
	border-left-style: solid;
	margin-top: 2px;
}

#menu li:hover {
	padding: 8px 0;
	background-image: url(../images/menu_a.jpg);
	background-repeat: repeat-y;
	border-left-color: #CC0000;
	border-left-width: 8px;
	border-left-style: solid;
	margin-top: 2px;
}
#menu li:active link {
	padding: 8px 0;
	background-image: url(images/menu_a.jpg) repeat:none;
	background-image: url(images/menu_a.jpg);
	background-repeat: repeat-y;
	border-left-color: #CC0000;
	border-left-width: 8px;
	border-left-style: solid;
	margin-top: 2px;
}

#menu li a {
	text-decoration: none;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	margin-left: 5px;
}

#menu  a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/* submenu */
#menu li ul {
	margin: 0;
	padding: 0;
	
	margin-left: 5px;
}
#menu li>ul {
	top: auto;
	left: auto;
}

#menu li li {border:none;
margin-top: 2px;
padding: 0 0 0 0;
	
}
#menu li li:hover {border:none;
margin-top: 2px;
padding: 0 0 0 0;
	
}

#menu li li a {
	color: #CC0000;
	font-size: 85%;
	background-image: url(images/menu_a.jpg);
	background-repeat: no-repeat;
	
	}

/* Content */

#content {
	float: right;
	width: 560px;
	margin-bottom: 10px;}

/* Skryty frame */	
#f2 { margin-left:0px;
}
#f3 { margin-left:0px;
}
/* Footer */

#footer {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

#footer p {
	margin: 0;
	font-size: 85%;
	text-align: center;
	margin-top: 10px;
	color: #000;
}
#footer a {
	color: #000;
}
