/*================================================================
	CSS dokument - izdelava spletnih strani www.predstavi.se
	---
	- Glavni CSS dokument za www.trzinska-pomlad.com
	---
================================================================*/


/* OSNOVNA OBLIKA STRANI
----------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	background-color: #f3eede;
	background-image: url(../slike/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

a:link, a:visited { font-weight: bold; text-decoration: none; color: #333333; }

a:hover { text-decoration: underline; }

#container { display: block; width: 950px; margin: 0 auto; background-image: url(../slike/glava.jpg); background-repeat: no-repeat; }

.meni { display: block; width: 700px; padding-top: 242px; margin-left: 150px; height: 36px; }

.meni div a { font-size: 17px; }

.meni div { float: left; padding: 0px 16px 0px 16px; }

.meni div.mail { float: left; padding: 0px 20px 0px 0px; }

.divider { background-image: url(../slike/divider.png); background-position: right; background-repeat: repeat-y; }

.program_naslov { font-size: 20px; font-weight: bold; color: #333333; padding-top: 30px; }

.program_podnaslov { font-size: 16px; font-weight: bold; color: #333333; padding-top: 30px; }

.program_lokacija { color: #3A7324; font-style: italic; line-height: 25px; }

.vsebina { line-height: 20px; }

.vsebina img  { border: 5px solid #53A334; }

/*.bg_spodaj { background-image: url(../slike/noga_travnik.png); background-position: left bottom; background-repeat: no-repeat; }*/

.img_container { float: left; text-align: center; padding: 15px;}

.oblacek { float: left; padding-left: 10px; padding-top: 15px; font-weight: bold; line-height: 20px; }

h2 { color: #3A7324; line-height: 25px; font-size: 15px; padding: 0px; margin: 0px;  }

h1 { font-size: 26px; margin: 0px; padding: 30px 0px 0px 0px; }

#noga { display: block; width: 100%; background-color: #53935a;  padding-bottom: 20px; }

.izvedba { display: block; width: 100%; padding-top: 20px; text-align: center; color: #333; }

.izvedba a  { color: #333; }