body{
	background-image: url(images/pozadi.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family: Verdana,sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,sans-serif;
 font-size: 150%;
 color: #CC6633;
}

h2{
 font-size: 114%;
 color: #CC6633;
}

h3{
 font-size: 100%;
 color: #336699;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color:#336699;
}

h5{
 font-size: 100%;
 color:#336699;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,sans-serif;
 color: #CCCC99;
}
				

/***********************************************/
/* Layout                                      */
/***********************************************/

#quick{
	width: 900px;
	float: center;
	font: 90% Verdana,sans-serif;
	font-weight: bold;
	text-align: right;
	color: #990099;
	padding: 10px 10px 10px 10px;
}

#quick a{
	color: #3399CC;
}

#quick a:hover{
	text-decoration: underline;
}


#page{
	width: 900px;
	height: 649px;
	background-color: #111111;
	float: center;
	position:absolute;
	top: 40px;
	left: 50px;
	border: 3px solid;
	border-color: #666666;
	padding: 0px;
	margin: 0px;
}

#top{
	width: 300px;
	float: left;
	padding: 0px;
	magin: 0px;
}

#top img{
	padding: 0px;
	margin: 0px;
}

#topmenu{
	width: 600px;
	float: right;
	text-align: center;
	font: 80% Verdana,sans-serif;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #666666;
}

#content{
	width: 580px;
	height: 525px;
	float: right;
	padding: 10px;
	overflow: auto;
}

/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px;
}

.story img{
	padding: 5px;
	border: 0px;
}
	

/************* #siteInfo styles ***************/

#siteInfo{
	width: 600px;
	float: right;
	font-size: 90%;
	color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid;
	border-top-color: #666666;
	text-align: center;
}
