@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background_body_image.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.thrColFixHdr #container {
	width: 943px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 249px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 183px;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 186px;
	margin-bottom: 0;
	margin-left: 249px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 40px;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#meni {
	height: 117px;
	width: 943px;
	background-image: url(../images/meni_background.jpg);
	background-repeat: no-repeat;
}
.galerija {
	margin-left: 220px;
	margin-top: 10px;
}
.kuhinja {
	margin-left: 40px;
	margin-top: 8px;
}
.arhiva {
	margin-left: 54px;
	margin-top: 5px;
}
.club {
	margin-left: 102px;
	margin-top: 10px;
}
.djs {
	margin-left: 150px;
	margin-top: 10px;
}


#galerija {
	float: left;
}

#kuhinja {
	float: left;
}
#arhiva {
	float: left;
}
#club {
	float: left;
}
#djs {
	float: left;
}


#cu3er-container {
	width:477px;
	outline:0;
	margin-left: 17px;
	height: 403px;
}
.partyname {
	font-weight: bold;
	color: #FFCC33;
}
.muzicari {
	font-weight: bold;
	color: #FFFFFF;
}
#program1 {
	background-image: url(../images/background_program.jpg);
	height: 142px;
	padding-right: 20px;
	padding-top: 12px;
	padding-left: 20px;
}
#program1 p {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
#program1 a {
	color: #C40001;
	font-weight: bold;
}
#program2 {
	height: 142px;
	padding-right: 20px;
	padding-top: 12px;
	padding-left: 20px;
}
#program2 p {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #CCCCCC;
}
#program2 a {
	color: #C40001;
	font-weight: bold;
}
.muzicari1 {
	font-weight: bold;
	color: #FF6600;
}
.partyname1 {
	font-weight: bold;
	color: #FFCC33;
}
label
{
	width: 80px;
	float: left;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-left: -20px;
}

input
{
	color: #781351;
	border: 1px solid #781351;
	margin-left: 10px;
	width: 100px;
	margin-right: 0px;
	background-color: #CCCCCC;
}

.submit input
{
	color: #CCCCCC;
	width: 60px;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-right: 13px;
} 

.registrujtese {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 90px;
}

#registracijanaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40001;
	background-color: #000000;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}
#registracija {
	width: 183px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#onlajnnaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40001;
	background-color: #000000;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#onlajnnaslov .white {
	color:#FFFFFF;
}
#messagescreen {
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #990000;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#onlajn {
	width: 183px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#registracija p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#galerija_stranica {
	background-image: url(../images/background_galerija.jpg);
	background-repeat: repeat-y;
}
#onlajn form {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 40px;
	padding-bottom: 10px;
}
#onlajn .submit input {
	float: left;
	width: 100px;
	margin-left: 0px;
}

#galerija_stranica ul {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#galerija_stranica h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 50px;
}
#galerija_stranica a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
}
#galerija_stranica li {
	list-style-type: square;
}
#program_staro {
	margin-left: 30px;
	margin-right: 30px;
}
#program_staro p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 30px;
}
.muzicar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}

#program_staro a {
	color: #FFCC00;
	font-weight: bold;
}
#program_staro h1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.party_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#program_staro h2 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#galerija_stranica h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 50px;
}
#stranica {
	background-image: url(../images/background_galerija.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
#designby {
	float: left;
	padding: 0px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 70px;
	background-image: url(../images/background_designby.gif);
	background-repeat: repeat-y;
}
#copyright {
	width: 260px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	margin-left: 270px;
	margin-top: 10px;
}
#designby a {
	color: #C40001;
}
#stranica p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#korisnici {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#ulogovankaonaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40001;
	background-color: #000000;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
#registracija1 {
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 400px;
}
#registracija1 #password {
	width: 200px;
}
#registracija1 #email {
	width: 200px;
}
#registracija1 #username {
	width: 200px;
}
#registracija1 .submit input {
	color: #CCCCCC;
	width: 60px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	float: right;
	margin-right: 28px;
}
#messages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C40001;
	background-color: #000000;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin-bottom: 4px;
	margin-top: 10px;
}
