body {
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(images/img01.gif) repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 7px solid #DADADA;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	height: 75px;
	margin: 0 auto;	
	background: #F2F2F2 url('images/logo.gif');
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	
}

/* Menu */

#menu {
	margin: 12px 0 0 0;
	float: left;
	width: 170px;
	height: 250px;
}

#menu ul {
	margin: 0;
	
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	margin: 5px 3px 6px 2px;
	padding: 3px 3px;
	background: grey;
	text-decoration: none;
	font-size: 92%;
	font-weight: bold;
	color: #EAEAEA;
}

#menu a:hover {
	color: #E06529;
	background: #666666;
}

#menu .first a {
	background: grey;
}

#menu .first a:hover {
	background: #666666;
}

/* Splash */

#splash {
	margin: 12px 0 0 0;
	float: right;
	width: 590px;
	height: 250px;
}


/* Page */

#page {
	width: 740px;
	background: url(images/tlo.gif) repeat;
	margin: -25px auto 0px;
	padding: 0px 15px 0px 5px;
}

/* Content */

#news {
	
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	background: #DADADA;
	width: 480px;
	height: auto;
	border: 2px solid #E06529;
	
	}
	
#news ul {

	margin: 0;
	background: grey;
	text-align: left;
		
	}
	
#news h1 {
	
	margin: 0;
	height: 29px;
	color: white;
	font-size: 100%;
	font-weight: bold;
	padding: 6px 0 0 20px;
	}
	
#news h2 {
	text-align: justify;
	background: #EEEEEE;
	color: black;
	font-weight: 500;
	font-size: 90%;
	padding: 10px 10px 10px 10px;

}

#img {

	float: left;
	width: auto;
	height: auto;
	border: 5px solid grey;
	margin: 5px 10px 0 0; 
	
	}
	
#linki {

font-size:11px;

}

#content {
	padding: 8px 0 0 10px;
	float: left;
	width: 480px;
	
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 5px;
	padding-top: 0px;
	
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding: 3px 0 3px 0;
}

.content {
	padding: 10px;
	background: url(images/img10.gif) no-repeat;
}

#twocols {

	
}

.twocols h2 {
	height: 20px;
	margin: 0;
	padding: 3px 0px 0px 10px;
	background: grey;
	font-size: 100%;
	font-weight: bold;
	color: #EAEAEA;
}

.twocols .col1 {
	margin-left: 10px;
	float: left;
	width: 230px;
	height: 170px;
	background: #DADADA;
}

.twocols .col1 ul {
	color: #E06529;
	margin-left: 3px;
}

.twocols .col1 ul li {
	padding: 5px 0 0 10px;
}
.twocols .col2 {
	float: right;
	width: 230px;
	height: 170px;
	background: #DADADA;
	
}

.twocols .col2 ul {
	padding: 0px;
	}

.twocols .col2 a {
	color: #E06529;
	border-bottom: 1px dotted grey;
	padding: 0 0 0 5px;
	text-decoration: none;
	}

/* Sidebar */

#sidebar {
	margin: 15px 0 0 0;
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #DADADA;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted grey;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: grey;
	font-size: 100%;
	font-weight: bold;
	color: #EAEAEA;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 40px;
	padding: 5px 0;
	background: #A9A9A9;
	border-top: 10px solid #E06529;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
	text-decoration: none;
}
