/*================================================================
	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: #333333;
	background-color: #D2E161;
	background-image: url(../slike/bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

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.png); background-repeat: no-repeat; }

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

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

.meni div { float: right; padding: 0px 30px 0px 30px; }

.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: #71BA2D;  padding-bottom: 20px; }

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

.izvedba a  { color: #253512; }