html {height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(slike/bg.png) repeat-x; 
	background-color:#EEEEEE;
	margin: 0px 0px 0px 0px;
}

.container {
	margin: 0px auto;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	width: 900px;
}

table {
	width:100%;
}

.title .shade {
	height: 220px;	
}

.title {
	border: #00CCFF solid 2px;
	background: url(slike/left.top.png) #D2F2FF left repeat-y;
}

.shade {
	width: 896px;
	background: url(slike/right.top.png) right repeat-y;
}

.title .titleImage {
	height: 200px;
	width: 600px;
}

.titleContainer {
	width: 876px;
	height: 200px;
	padding: 10px;	
}

.titleImage {
	background: url(slike/logo.png) center no-repeat;
	float: left;
}

.title .home {
	margin: 20px 10px 20px 0px;
	height: 160px;
	width: 173px;
	float: right;
}

.home { background: url(slike/slikca.png) left top no-repeat; }

.home:hover { background: url(slike/slikca.png) right top no-repeat; }

.menu {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	border: #666 solid 2px;
	border-top: 0px;
	background-color:#999;
}

.menu .button {
	border: #666 solid 2px;
	text-align: center;
	color: #000;
	padding: 4px;
	background-color:#CCC;
}

.menu a:link { text-decoration: none; color: #333; display:block; }

.menu a:visited { text-decoration: none; color: #333; display:block; }

.menu a:hover { text-decoration: underline; color: #333; display:block; }

.menu a:active { text-decoration: none; color: #333; display:block; }

.button:hover { background-color:#EFEFEF; }

.content {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 15px;
	border: #900 solid 2px;
	background: url(slike/content.png) #FFECFF top repeat-x;
}

.titleText {
	font-size:35px;
	color: #900;
	font-weight: bold;
}

.contentText a:link { text-decoration: none; color: #900; }

.contentText a:visited { text-decoration: none; color: #900; }

.contentText a:hover { text-decoration: underline; color: #900 }

.contentText a:active { text-decoration: none; color: #900; }

.contentText {
	margin-top: 15px;
	text-align:justify;
}

.copy {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 5px;
	font-size: 9px;
	color: #666;
}
