/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #ffffd8 url(bg.jpg) repeat-x;
	line-height: 16px; 

}

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 6px 0; 
	font: 130% Arial, Sans-Serif;
	font-weight: bold;
	color: #808080; 
	text-transform: uppercase;
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	background-color: inherit;
	text-decoration: none;
}


p {
	padding: 2px 0 5px;
	margin: 0;
}

#content {
	margin: 0px auto; 
	width: 789px;
		background: #fff url('mid.gif');
	background-repeat:repeat-y; 
}

.header { 
	height: 150px; 
background: #fff url('top.gif');
background-repeat:no-repeat;
	color: #808080;
	padding-top:30px;
	padding-left:4px;
}
	
.searchform {
	float: right;
	padding: 2px 5px 0 0;
	background: #fff url('mid.gif');
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.subheader_left {

	width: 180px;
	color: #FFFFFF;

}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

.subheader_right {
	background: #F6F6F6 url(hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	text-align:center;
	width:790px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(hmleftbg.gif) repeat-x;
	border-top: 1px solid #ffd47b;
	font-weight:normal;

}

.left {
	float: left;
	padding: 0px 0 0 5px;
	padding-left:10px;
	width: 190px;

}

.right {
	float: right;
	width: 520px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px;
	padding-right:30px; 
	color: #000;
	border-left: 1px solid #ffd47b;
}

h11 {
	font: bold 1.3em Arial, Sans-Serif; 
	color:#0d8bd3;
}

a.info span {
	display:none;
}

a.info:hover {
	
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 200px;
	padding: 13px;
	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.right_right {
	
	width: 200px;
	padding: 13px;

	background: #f2f2f2 url(corner.gif) no-repeat bottom right;
	color: #626262;
}

.footer { 

	color: #999999;
	border-top: 1px solid #ffd47b; 
	text-align: center;  
	line-height: 13px;
	height:90px;
	background: #fff url('bot.gif');

		clear: both; 
			
}

.footer a { 
	text-decoration: underline;
	clear: both; 
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

.subject{color:#0d8bd3;
font-size:14px;
font-weight:bold;}

.blue{color:#0d8bd3;}


.imgright{
float:right;}
.imgleft{
float:left;}
