/*  IMAGES  */
a img {
	border-width: 0px;
}
img.noborder {
	border-width: 0px;
}
img.r {
	float: right;
	margin: 5px 0px 5px 5px;
}
img.l {
	float: left;
	margin: 5px 5px 5px 0px;
}


/*  TABLES  */
table {
	border-collapse: collapse;
	border: 1px solid #009;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;

}
th {
	background: #add7e4;
	border: 1px solid #009;
	color: #009;
}
td {
	border: 1px solid #009;
	padding: 3px 3px 3px 3px;
	text-align: center;
}


/*  TAGS  */
* {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #000;
	margin: 0;
	padding: 0;
}
body {
	background: #c8e5ed;
}

/*  DIVS  */
#container {
	margin: 0 auto;
	width: 770px;
	position: relative;
}
#top {
	height: 144px;
}
#middle {
	background: url(../grafika/middle.jpg);
}
.content {
	width: 500px;
	margin-right: 40px !important;	
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
}
#sidebar {
	float: left;
	width: 200px;
}
#mainmenu {
	height: 104px;
	background: url(../grafika/left1.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 13px;
}
#menu {
	margin-left: 9px;
}
#picture {
	position: absolute;
	float: none;
	bottom: 55px;
	left: 0px;
	background: url(../grafika/left2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 200px;
	height: 181px;
}
#bottom {
	height: 159px;
	background: url(../grafika/bottom.jpg);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	font-size: 1px;
}
.half {
	width: 240px;
	margin-right: 3px;
	float: left;
}

/*  LINKS  */
a, a:visited {
	color: #0182ac;
}
a:hover {
	color: #000;
}
#mainmenu a, #mainmenu a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
	background: url(../grafika/bullet1off.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	margin-top: 1px;
	margin-bottom: 0px !important;
	margin-bottom: 2px;
}
#mainmenu a:hover {
	background: url(../grafika/bullet1on.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #add7e4;
}
#mainmenu a.main_current {
	background: url(../grafika/bullet1on.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #add7e4;
}
#menu a, #menu a:visited {
	color: #0182ac;
	font-size: 13px;
	text-decoration: none;
	padding: 2px 0px 2px 30px;
	background-image: url(../grafika/bullet2off.jpg);
	background-color: #add7e4;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}
#menu a:hover {
	background-image: url(../grafika/bullet2on.jpg);
	background-color: #0182ac;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}
#menu a.current {
	background-image: url(../grafika/bullet2on.jpg);
	background-color: #0182ac;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}
ul.submenu a, ul.submenu a:visited {
	margin-left: 20px;
}
a.rlink {
	display: block;
	float: right;
}
a.valid {
	font-size: 10px;
}
