@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	/*background-image: url('images/bg.gif');*/
	/*background-repeat: repeat-x;*/
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	color: #434342;
	text-align:center;
	height:100%;	
}


#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: auto;
	border-right: 1px solid #666;
	border-left: 1px solid #666;

}

#vsebina {
	width: 550px;
	float: left;
	margin-left: 10px;
	padding: 5px;
	text-align: left;
	font-size: 14px;
}

#vsebina p {
	line-height: 1.3em;
}

#testimonials {
	width: 230px;
	float: right;
	margin-right: 10px;
	border-left: 1px dashed #ccc;
	padding: 5px 5px 5px 10px;
	font-size: 13px;
	text-align: justify;
}

#testimonials img {
	/*border: 1px solid #333;*/
	padding: 2px;

}

.quote {
	font-size: 13px;
	font-style: italic;
}

.spacer {
	border-bottom: 1px dashed #ccc;
	font-size: 1px;
}

h1 {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}

/* okrogli robovi box */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 15px; color: #fff; font-size: 12px; }
.rbroundbox { width: 90%; margin: 1em auto; }
/* Konec okroglih robov */


.rbbot1 {background: url(images/br.gif) no-repeat bottom right; }
.rbtop1 {background: url(images/tr.gif) no-repeat top right; }
.style3 {font-style: italic}
.style4 {color: #FFFFFF}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 5px 30px 5px 30px;
	padding: 10px;
	font-size: 13px;
	color: #666666;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

input {
	width: 250px;
}
