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

body
{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/rac_ozadje.png);
	background-repeat: repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

a {
	color: #ff9910;
}

a:hover {
	text-decoration: none;

}

.page {
	background-color: #FFF;
	width: 650px;
	text-align: left;
	border: solid;
	border-color: #ff9910;
	border-width: 1px;
	border-top-width: 0px;
}

.logo {
	float:left;
	width:300px;
}

.card {
	float:left;
	width:170px;
	padding-top: 30px;
}

.bar {
	height: 38px;
	background-color: #ff9910;
	color: #FFF;
}

.bar_offset {
	padding-left: 15px;
	padding-top: 9px;
	overflow: hidden;
}
.bar a {
	color: #FFF;
	font-size:17px;
	text-decoration: none;
}

.bar a:hover {
	text-decoration: underline;
}


.clear-both {
	clear:both;
}

.smallT {font-size: 11px;}

h1 {
	font-weight: normal;
	font-size: 17px;
	color: #ff4b00;
}

