body {
  background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	color: #292929;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
input.form {
    width: 380px;
}
textarea.form {
    height: 300px;
    width: 380px;
}
input.formint {
    width: 100px;
}
.preview {
    border: 0px solid silver;
    margin: 10px 0px 10px 0px;
    padding: 6px 4px 6px 4px;
		background-color: #F1E7BE;
		border: 1px solid #B7876;
		color: #412A22;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

br {
clear: both;
}

#wrap {
margin: 10px auto;
width: 724px;
background: #fff url('images/gora-tlo.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/gora.jpg');
height: 30px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/dol.jpg');
height: 30px;
}

div.napis {
float: left;
margin: 0px;
padding: 0px;
width: 450px;
}

div.napis p {
font-style: italic;
margin: 0px;
padding: 0px 0px 0px 30px;
}

.header {
margin-bottom: 20px;
}

.header h1 { padding-left: 30px; padding-top: 22px; padding-bottom: 6px; font-size: 22px; }
.header h1 a { font-size: 22px; color: #412A22; text-decoration: none; font-style: italic;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: right;
	width: 20%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.right ul {
	padding: 4px 0 10px 10px;
	margin:0;
	list-style-type: none;
}

.right li {
	margin-bottom:5px;
	color: #5B7876;
}

.right li a:link, .right li a:visited {
color: #5B7876;
font-style: italic;
}

.middle h2 { color: #5B7876; font-size: 14px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #5B7876; font-size: 14px; margin: 0px; padding: 0px 0px 6px 10px; font-style: italic;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
