/*layout.css CSS file*/
/* page structure */
* {
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,dl,fieldset,address{
	margin:0;
	padding:0;
	}
body {
	text-align:center; /*center hack*/
	
	font:74% Tahoma,Verdana,Segoe,sans-serif;
	
	}
/* struktura */
#container {
	margin: 5px auto 0px auto;
	width: 880px;
	text-align: left;
	background:url(../images/red_cont.gif) repeat-y;}
#header {
	text-align:left;
	width: 100%;
	height: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 200px;	
	background:url(../images/red_head.gif) no-repeat top left;
	}
div#flashcontent p {
	padding:40px;
}



#main {
	clear:both;
	width:800px;
	margin:5px auto;
	overflow:hidden;
	}
#content {
	margin:10px auto;}
#footer {
	clear:both;
	height:150px;
	background:url(../images/red_foot.gif) no-repeat;
	}
/* END */

/*--- two ---*/ 
#two_colon {
	clear:both;
	width:700px;
	height:80px;
	margin:0px auto 5px auto;
	}
#two_colon a {
	text-decoration:none; 
	}
#two_colon a:hover {
	text-decoration: underline; 
	}
#two1 {
	float: left;
	margin: 0px 10px 0px auto;
	width: 320px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 310px;
	height: 70px;
	}
html>body #two1 {
	width: 310px; /* ie5win fudge ends */
	}
#two2 {
	float: right;
	margin: 0px auto 0px 10px;
	width: 320px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 310px;
	height: 70px;
	}
html>body #two2 {
	width: 310px; /* ie5win fudge ends */
	}
#two1 {
	overflow: hidden;
	background: url(../images/red_demo.gif) no-repeat;
	text-align: left;
	}
#two1 p {
	padding: 20px 15px 15px 10px;}
#two1 a {
	color: #990000;
	}
#two2 {
	text-align: left;
	overflow: hidden;
	background: url(../images/red_prezentacija.png) no-repeat;
	}
#two2 p {
	padding: 20px 15px 15px 10px;}
#two2 a{
	color:#009999; }

/* dodatni */
.clear {
	clear:both;
	}
#main img {
	margin:5px; 
	}

/* --- three */
#three {
	clear:both;
	width:740px;
	margin:0px auto;
	overflow:hidden;
	}
#three h2, #three h3, #center h2, #center h3, #right h2,  #right h3 {
	padding:20px 12px 2px 16px;
	color:#f2f2f2;
 }
#three p {
	padding:2px 18px 6px 18px;
 }

#left, #center, #right {
	float: left;
	margin: 0px 20px 0px 15px;
	width: 220px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	height:240px;
	
	overflow:hidden;
	text-decoration:none;
}
html>body #left, html>body #center, html>body #right {
	width: 200px; /* ie5win fudge ends */
	}
/* images */ 
#left {
	background: url(../images/red_crveni.png) no-repeat;}
#center {
	background: url(../images/red_plavi.png) no-repeat;	}
#right {
	background: url(../images/red_zeleni.png) no-repeat;}
/* boje */
#three a {
	color: #222; }
#three a:hover{
	color:#f2f2f2;
	text-decoration:none;}


/* --- footer --- */
#footer p {
	padding: 20px 30px;
	font-size: 9px;}
#footer a {
	color: #f3f3f3; 
	text-decoration:none; }
#footer a:hover {
	color:#990000; }
a.valid { font-size: 9px; margin:0px; padding-left:40px; }	
