* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #535454;
	background: #E2DDB9 url('img/design2/design_01.png') repeat-x;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 8px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
	margin-left: 10px;
}

h3 {
	font-size: 14px;
}

p {
	margin-bottom: 6px;
	text-align: justify;
}

ul, ol {
	margin-bottom: 13px;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img {
	border: 0px;
}

hr {
	display: none;
}

table {
	border: 1px solid #333;
	border-collapse: collapse;

}

table th {
	border: 1px solid #333;
	background: #333;
	padding: 5px 14px;;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table td {
	border: 1px solid #333;
	padding: 6px 8px;
	text-align: center;
	vertical-align: middle;
}

input, select {
	padding: 5px;
	margin: 4px 0px 2px 4px;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

textarea {
	padding: 3px;
	margin: 4px 0px 2px 4px;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	width: 300px;
	height: 80px;
}

.holder {
	margin: 0 auto;
	width: 949px;
}

.header_top img {
	display: block;
}

.header_middle div {
	float: left;
}

.header_middle div img {
	vertical-align: text-bottom;
}

.header_middle div a img:hover {
	opacity: 0.7;
}

.content1 {
	background: url('img/design2/design_14.png') repeat-y;
}

.content2 {
	background: url('img/design2/design_12.png') no-repeat;
}

.content3 {
	background: url('img/design2/design_16.png') no-repeat bottom;
}

.content {
	min-height: 400px;
	padding: 40px 70px 150px 70px;
}

.clear {
	clear: both;
}

.footer {
	border-top: 1px solid #535454;
	padding-top: 5px;
	margin-top: 10px;
}

.footer p {
	text-align: center;
}

/* file */

.file_icon {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.file_text {
	float: left;
	width: 90%;
}

/* vseznalec */

.gumb {
	display: block;
	width: 300px;
	padding: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 20px;
}

.gumb.stevec {
	border: 1px solid #3BA9DE;
	background: #BADCFF;
	width: 40px;
	text-align: center;
	margin-left: 20px;
	margin-right: 0px;
	float: left;
}

.gumb.zasilni {
	width: 35px;
	float: left;
	cursor: pointer;
	border: 1px solid red;
	background: #FFB3B3;
	text-align: center;
}

.gumb.disabled {
	cursor: default;
	border: 1px solid #777;
	background: #BBB;
}

.gumb.nasvet {
	width: 450px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #3BA9DE;
	background: #BADCFF;
	float: left;
}

.gumb.igraj {
	border: 1px solid red;
	background: #FFB3B3;
}

.gumb.dodaj {
	border: 1px solid #3BA9DE;
	background: #BADCFF;
}

.gumb.holder {
	width: 700px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #3BA9DE;
	background: transparent;
	float: left;
}

.gumb.vprasanje {
	width: 680px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #3BA9DE;
	background: #BADCFF;
	float: left;
}

.gumb.odgovor {
	width: 317px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	border: 1px solid red;
	background: #FFB3B3;
	cursor: pointer;
	float: left;
}

/* post */

.code {
	margin: 15px;
}

.code span {
	border: 1px dotted #535454;
	padding: 5px;
}

.webpage {
	float: left;
	padding-right: 5px;
	border-right: 1px dotted #535454;
	border-bottom: 1px dotted #535454;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.webpage .left {
	float: left;
}

.webpage .left img {
	border: 1px solid #535454;
}

.webpage .right {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 170px;
}

.webpage .right .online {
	color: #54993B;
}

.webpage .right .offline {
	color: #D4293D;
}

.input500 {
	width: 500px;
	margin: 1px 0px 1px 4px;
}

.input300 {
	width: 300px;
	margin: 1px 0px 1px 4px;
}