@import url("css/calendar.css");
@import url("css/menu.css");
@import url("css/galerija.css");
@import url("css/kdosmo.css");
@import url("forum/chat/css/shoutbox.css");

/*
* LOGO
.logo_class
{
	position: absolute;
	width: 140px;
	height: 100px; 
	background: url("/img/logo.png") no-repeat white;
}
.logo_class:hover
{
	background: url("/img/logo_over.png");
}
*/
/*+++++++++++   Tooltip    ++++++++++++++++++++++++*/
#dhtmltooltip{
	position: absolute;
	width: 90px;
	border: 1px solid black;
	padding: 1px;
	background-color: #FFF;
	visibility: hidden;
	z-index: 10;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

* {	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
div.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
div.darkgreenwrap {
	background-color: #c3e9ac;

	margin: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
	background-image: url("/forum/styles/green3/theme/images/bg_header_light.gif");
}
div.lightgreenwrap {
	background-color: #D1E9C3;
	margin: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
	background-image: url("/forum/styles/green3/theme/images/bg_header_lighter.gif");
}

#menu_logo {
	padding: 0px;
	border-width: 0px;
	border-color: #015c2a;
	border-style: solid;
	background-color: #d1e4d9;
	width: 140px;
}

#my_wrap {
	margin: 0px 10px;
}

div.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #26836d;
}
#tekst {
	background-color: #f1f6f1;
	padding: 20px 20px;
	margin-top: 5px;
	color: #2a6f46;
}
#tekst_list li:hover{
	background-color: #d1e4d9;
}
#tekst_list {
	background-color: #f1f6f1;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#tekstwrap {
	/*width: 600px;*/
	background-color: #3f7c35;
	background-image: url("/forum/styles/green3/theme/images/bg_list.gif");
	background-repeat: repeat-x;

	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
	color: #FFF;
}

#footer {
	background-color: #d1e4d9;
	font-size: 1.2em;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;

	margin-bottom: 4px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0pt;
	padding-left: 5px;
}

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #828282;
	background-color: #ffffff;
	font-size: 10px;

	padding-top: 	12px;
	padding-bottom:15px;
	padding-right: 0pt;
	padding-left: 0px;

	color: #57757E;
	background-color: #FFF;

	background-image: url("img/background.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

a:link {
	color: #2a6f46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2a6f46;
}
a:hover {
	text-decoration: underline;
	color: #aa0000;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;

	border-bottom-color: #cccccc;
	color: #26836d;
}
h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

#slika img {
	margin: 2px;
	background-color: #f1f6f1;
	border-style: solid;
	border-width: 2px;
	border-color: #5da450;
}

/*.forabg
{
background-repeat: repeat-x;
background-attachment: scroll;

margin-bottom: 4px;
padding-top: 0pt;
padding-right: 5px;
padding-bottom: 0pt;
padding-left: 5px;
clear: both;
}
.forabg
{
background-color: #3f7c35;
background-image: url(/img/bg_list.gif);
}*/
