@charset "utf-8";
/* CSS Document */

body {
	background-color: #2D2D2D;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.table_top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
.footer {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
}
.main {
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding: 5px;
	color: #000;
}
.img {
	border: 1px solid #333;
	margin: 5px;
}
.text {
	margin: 5px;
}

.menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.text_s {
	margin: 5px;
	color: #666;
}
.author {
	color: #8E9195;
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
}
h1 {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
li {
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#povezave img {
	border: 1px solid #000;
	margin: 15px;
}
