/*template: Artificial Intelligenceauthor: luka cvrk (www.solucija.com)*/
body  { color: #333; font: 0.7em/1.6em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; background: #ff7000 repeat-x scroll 0 0; margin: 0; padding: 0 }
/* LINKS AND HEADINGS STYLING */
a {
	color: #546F92;
	background: inherit;
}
a:hover {
	color: #808080;
	background: inherit;
}
h1 {
	font: bold 1.6em "Trebuchet MS", Helvetica, Sans-Serif;
	padding-top: 4px;
	margin: 0;
	color: #fff;
	background-color: transparent;
}
h2 {
	font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}
h3 {
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: #fff url(images/h3bg.gif) no-repeat center left;
	padding: 0 14px;
	margin: 0;
}
.blue {
	color: #546F92;
	background: inherit;
}
.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}
td {
	text-align: left;
}
/* CONTENT WRAPPER */
#main  { margin: 25px auto 0; width: 700px }
/* TOP LEFT LOGO */
#logo {
	float: left;
	padding: 10px 0 10px 10px;
}
#logo h1 {
	color: #000;
	background: #fff;
}
/* TOP RIGHT HORIZONTAL MENU */
#menu {
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin: 0;
}
#menu li {
	padding: 14px 18px 14px 18px;
	color: #444;
	background: #fff url(images/bar.gif) no-repeat bottom left;
	display: inline;
}
#menu li.active {
	background: #fff url(images/baractive.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}
#menu li a {
	background: #f8f8f8;
	color: #808080;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
	background: #f8f8f8;
}
.key {
	text-decoration: underline;
}
/* ACCESKEY UNDERLINED LETTER */
/* LEFT INTRO SIDE */
#intro_left  { color: #e5eaf2; background: #8d9caf url(images/leftintrobg.gif) repeat-x; float: left; clear: left; margin: 0 0 1px }
#intro_left a {
	color: #fff;
	background: inherit;
}
#intro_left p {
	padding: 14px 15px;
	margin: 0;
}
/* LEFT VERTICAL MENU */
#menu_left {
	float: left;
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e2e2e2;
}
#menu_left li {
	list-style: none;
}
#menu_left li a {
	display: block;
	color: #3F5B7F;
	background: #C2CEDE url(images/arrow.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#menu_left li a:hover {
	background: #9EB1C9 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}
/* RIGHT INTRO SIDE */
#intro_right     { color: #547592; background: #e8e8e8 url(images/kopf1.jpg) no-repeat; float: left; margin: 0 0 0px; padding: 25px 190px 0 20px; border: transparent; width: 700px; height: 70px }
#intro_right h1 {
	margin: 0 0 20px 0;
}
#intro_right .white {
	color: #FFF;
	background-color: transparent;
}
/* LEFT SIDE */
#left  { float: left }
.box {
	padding: 12px 15px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
#right  { float: right }
.leftcol  { text-align: justify; float: left; margin: 0 0 10px; padding: 12px 15px; border: solid 1px #ccc }
.rightcol     { background-color: white; float: right; clear: none; margin: 0 0 10px; padding: 0px 15px 10px; width: 200px }
.special    { color: #444; background-color: white; float: none; clear: none; padding: 0px 20px 5px; top: 0px; left: 0px }
/* FOOTER */
#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
}
ul.h {
	list-style: none;
}
img.list {
	margin-right: 5px;
	margin-bottom: -3px;
}