/**
26.6.2008 - author Aleksandar Mitic (www.aleksandar.eu / www.kolorflow.com)
Kontakt info: aleksandar.mitic@gmail.com, kontakt@aleksandar.eu, aleksandar@kolorflow.com
w3c xhtml/css validan kod
**/


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom:10px;
	background-color: #000000;
}
#sitebg {
	background-image: url(images/sitebg.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
}
#title {
	margin-top: 40px;
	margin-left: 50px;
	height: 30px;
	width: 400px;
	color: #CCCCCC;
	font-size: 18px;
}
#info {
	width: 380px;
	margin-top: 30px;
	margin-left: 150px;
	color: #DADADA;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
#info dt {
	font-size: 13px;
	color: #FFFFFF;
}
#info dd {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

#info a:link {
	color: #FFFFFF;
	text-decoration: none;
	cursor: help;
}
#info a:visited {
	color: #999999;
	text-decoration: none;
	cursor: help;
}
#info a:hover {
	color: #CCCCCC;
	text-decoration: none;
	cursor: help;
}
#menu {
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #CCCCCC;
}
#menu a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:visited {
	color: #E1E1E1;
	text-decoration: none;
}
#menu a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
#pics {
	height: 80px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
}
#pics img {
	margin-left: 30px;
	border: 1px solid #FFFFFF;
}

/*	Footer */
#design {
	color: #CCCCCC;
	font-size: 14px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#design a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#design a:visited {
	color: #999999;
	text-decoration: none;
}
#design a:hover {

	color: #FFFFFF;
	text-decoration: none;
}
/*	Foto galerija */
#foto_galerija {
	width: 780px;
	margin-top: 30px;
	margin-left: 10px;
	color: #DADADA;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: left;
	line-height: 20px;
	margin-right: 10px;
	height: 450px;
}
#foto_galerija img {
	border: 1px solid #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
}
/*	Kontakt */
#kontakt {
	height: 450px;
	width: 700px;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 16px;
}
#kontakt input {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	text-align: center;
	padding: 2px;
}
#kontakt textarea {
	border: 2px solid #000000;
	padding: 4px;
	text-align: center;
}
#txt_napomena {
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}
