body {
	background-image: url(/pictures/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	background-attachment: scroll;
}
#container {
	height: 855px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 1024px;
	background-image: url(../pictures/prazna.jpg);
	background-repeat: no-repeat;
}

#glava {
	height: 200px;
	width: 1024px;
}
#meni_zgoraj {
	height: 20px;
	width: 1024px;
	background-image: url(/pictures/meni_zgoraj.png);
	background-repeat: no-repeat;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#logo {
	height: 160px;
	width: 1024px;
}
#meni_spodaj {
	height: 20px;
	width: 1024px;
	background-image: url(/pictures/meni_spodaj.png);
	background-repeat: no-repeat;
}
#logo_flash {
	float: left;
	height: 160px;
	width: 400px;
}
#logo_logo {
	float: left;
	height: 143px;
	width: 613px;
	padding-top: 17px;
	padding-left: 10px;
}
ul#meni_spodaj {
	list-style-type:none;
	display:block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
ul#meni_spodaj li {
	display:block;
	float:left;
	height: 18px;
	width: 142px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
ul#meni_spodaj li a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	display: block;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.news {
	height: 335px;
	width: 238px;
	overflow: auto;
	text-align: justify;
}
a:link {
	text-decoration: none;
	color: #000;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}#vsebina {
	height: 635px;
	width: 1024px;
}
#noga {
	height: 20px;
	width: 1024px;
}
#vsebina_levo {
	float: left;
	height: 635px;
	width: 250px;
	background-image: url(../pictures/meni_levo.png);
	background-repeat: no-repeat;
}
#vsebina_sreda {
	float: left;
	height: 635px;
	width: 540px;
	padding-left: 10px;
}
#vsebina_desno {
	float: left;
	height: 635px;
	width: 224px;
}



h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FF0000;
	left: 10px;
	right: 10px;
	padding: 1px;
	padding-top: 1px;
}



text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin-top: 3%;
}
#noga_desno {
	float: left;
	height: 18px;
	width: 512px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
	text-align: center;
}

#noga_levo {
	text-align: center;
	float: left;
	height: 18px;
	width: 512px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 2px;
}
#vsebina_ena {
	height: 157px;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#vsebina_dve {
	height: 157px;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#vsebina_tri {
	height: 158px;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#vsebina_stiri {
	height: 160px;
	width: 540px;
}
#slika_ena {
	float: left;
	height: 138px;
	width: 200px;
	vertical-align: middle;
	padding-top: 20px;
}
#tekst_ena {
	float: left;
	height: 148px;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}


/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
#enovice {
	height: 160px;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
}
#novice_glava {
	height: 28px;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #F00;
	text-align: center;
	padding-top: 10px;
}
#novice_tekst {
	height: 278px;
	width: 243px;
	padding-left: 2px;
}
#prijava {
	height: 118px;
	width: 220px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 30px;
}
.help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #FF0000;
}
#reklama_ena {
	height: 110px;
	width: 224px;
}
#reklama_dve {
	height: 110px;
	width: 224px;
	text-align: center;
}
#reklama_tri {
	height: 110px;
	width: 224px;
}
#reklama_stiri {
	height: 110px;
	width: 224px;
}
#reklama_pet {
	height: 110px;
	width: 224px;
	text-align: center;
}
#meni_zgoraj_mali {
	height: 18px;
	width: 280px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	float: right;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
#slika_dve {
	float: left;
	height: 138px;
	width: 200px;
	vertical-align: middle;
	padding-top: 20px;
}
#slika_tri {
	float: left;
	height: 138px;
	width: 200px;
	vertical-align: middle;
	padding-top: 20px;
}
#slika_stiri {
	float: left;
	height: 138px;
	width: 200px;
	vertical-align: middle;
	padding-top: 20px;
}
#tekst_dve {
	float: left;
	height: 148px;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}
#tekst_tri {
	float: left;
	height: 148px;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}
#tekst_stiri {
	float: left;
	height: 148px;
	width: 320px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}
#novice_cela {
	height: 327px;
	width: 250px;
}
#reklama_sest {
	height: 85px;
	width: 224px;
	text-align: center;
}
