body{
	margin:0 auto;
	min-width:1175px;
}

p{
	font-family: "Tahoma";
	font-size: 14px;
	text-align: justify;
}

p1{
	font-family: "Tahoma";
	font-size: 18px;
}

h1{
	color:#b74952;
	font-size:medium;
}
h2{
	color:white;
	font-size: medium;
}

table{
	font-family: "Tahoma";
	font-size: 14px;
}

#glavni{
	width:1175px;
	margin:0 auto;
	border:solid;
}
#logotip{
	width:1175px;
	height:160px;
	background:url(../images/logo1.jpg);
	background-size: 1175px;	
	background-position:center;
	background-repeat:no-repeat;	
}
	
#vsebina{
	width:1175px;
	min-height:1000px;
	background-color:white;
	border-bottom: solid;
}

.besedilo{
	margin:0px 10px 10px 200px;
	font-family:"Tahoma";
	position:relative;
	color: black
	font-size:12px;
	width: 780px;
	left:170px;
}

.leva_skatla{
	font-family:"Tahoma";
	font-size:12px;
	position:absolute;
	width:350px;
	border-right:solid;
	border-bottom:solid;
	background: url("../images/ozadje.jpg")
}
.leva_skatla a{
	font-family:"Tahoma";
	font-size:15px;
	color:white;
	font-weight:bold;
	height: 30px;

}
.leva_skatla a:hover{
	font-family:"Tahoma";
	font-size:15px;
	color:black;
	font-weight:bold;
	height: 30px;
}

.besedilo a{
	font-family:"Tahoma";
	font-size:20px;
	color:#a61e28;
	font-weight:bold;
	height: 30px;
	text-decoration: none;
}
.besedilo a:hover{
	font-family:"Tahoma";
	font-size:20px;
	color:black;
	font-weight:bold;
	height: 30px;
}

#meni{
	/*border-top: solid;*/
	border-bottom: solid;
	height: 30px;
}
.meni1{
	font-family:"Tahoma";
	font-size:20px;
	background: url("../images/meni.jpg");
	background-repeat: repeat-y;
	height: 30px;
}

.meni1 a{
	
	font-family:"Tahoma";
	font-size:20px;
	color:white;
	font-weight:bold;
	height: 30px;
}

.meni1 a:hover{
	font-family:"Tahoma";
	font-size:20px;
	color:yellow;
	font-weight:bold;
	height: 30px;
}

#gumb_domov{
	background-image: url(../gumbi/domov.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
}
#gumb_domov:hover{
	background-position:0 -30px;
}

#gumb_kdosmo{
	background-image: url(../gumbi/kdosmo.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:150px;
	top:-30px;
}
#gumb_kdosmo:hover{
	background-position:0 -30px;
}

#gumb_kjesmo{
	background-image: url(../gumbi/kjesmo.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:300px;
	top:-60px;
}
#gumb_kjesmo:hover{
	background-position:0 -30px;
}



#gumb_ponudba{
	background-image: url(../gumbi/ponudba.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:450px;
	top:-90px;
}
#gumb_ponudba:hover{
	background-position:0 -30px;
}

#gumb_rezervacije{
	background-image: url(../gumbi/povprasevanje.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:600px;
	top:-120px;
}
#gumb_rezervacije:hover{
	background-position:0 -30px;
}

#gumb_video{
	background-image: url(../gumbi/video.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:750px;
	top:-150px;
}
#gumb_video:hover{
	background-position:0 -30px;
}

#gumb_ceniksob{
	background-image: url(../gumbi/ceniksob.jpg);
	display: block;
	width: 125px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:900px;
	top:-180px;
}
#gumb_ceniksob:hover{
	background-position:0 -30px;
}

#gumb_kolesarjenje{
	background-image: url(../gumbi/kolesarjenje.jpg);
	display: block;
	width: 150px;
	height: 30px;
	position: relative;
	background-repeat: no-repeat;
	left:1025px;
	top:-210px;
}

#gumb_kolesarjenje:hover{
	background-position:0 -30px;
}


.naslov{
	font-family:"Tahoma";
	font-size:16px;
	text-align:center;
}


.noga{
	text-align:right;
	font-family:"Tahoma";
	color:white;
	background-color:#a61e28;
}


