@charset "UTF-8";
/* CSS Document */

#head {
	margin-left: auto;
	margin-right: auto;
	width:882px;
	height:145px;
	}
	
#menu {
	margin-left: auto;
	margin-right: auto;
	width:882px;
	height:22px;
	}
	
#main {
	margin-left: auto;
	margin-right: auto;
	width:882px;
	min-height:400px;
	background-image:url(../images/background.jpg);
	}
	
#sponsors {
	margin-left: auto;
	margin-right: auto;
	width:882px;
	height:78px;
	}
	
#sidenews {
	margin-right: 17px;
	float:right;
	width:230px;
	height:400px;
	}
#window {
	margin-left:27px;
	padding-top:10px;
	padding-bottom:10px;
	width:580px;
	min-height:450px;
}
#button_replacement {
	padding: 0px;
	background: transparent url(button.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	text-align: center;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	font-size: 1em;
}

#edit_button {
	padding: 0px;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-weight: bold;
	text-align: center;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	font-size: 1em;
	width: 70px;
	height: 25px;
	background-color: #CCC;
}
.wrap {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
.head {
	width: 100%;
	}
.day {
	float: left;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}
.change {
	float: right;
	width: 70px;
	height: 25px;
	text-align: right;
	}
.activity {
	width: 360;
	}
.placeholder {
	width: 460;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
.placeholder p {
	margin-top: 0;
	margin-bottom: 0;
	}
.box {
	position: relative;
	text-align: left;
	width: 360px;
	height: 25px;
	padding: 0px;
	overflow: hidden;
	margin-left: 30px;
	min-height: 25px;
}
.more_button {
	float: right;
	width: 25px;
	height: 25px;
	color: #000000;
	cursor: pointer;
}
.less_button {
	width: 25px;
	height: 25px;
	color: #000000;
	visibility: hidden;
	cursor: pointer;
	position: absolute;
}
.margins {
	width: 100%;
	margin: 10px;
}

/* forum (fel kod box) */
#wrong_code {
	font-size: 14px;
	color: #FFF;
	background-color: #F00;
	font-weight: bold;
	text-align: center;
	display: none;
	visibility: hidden;
	padding: 3px;
	border: 0px;
	cursor: pointer;
	position: absolute;
	left: -1000;
}

