h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: tahoma, verdana, sans-serif;
	color: #000000;
	background: #df002c url('../images/body_bg.gif') top left repeat-x;
}

div {
	overflow: hidden;
}

a {
	color: #334958;
	font-weight: bolder;
	text-decoration: none;
}

.tcenter {
	text-align: center;
}

a:hover {
	color: #df002c;
}

table.orgcal {
	border: 1px solid #000000;
	background-color: #ffffff;
}

table.orgcal th {
	background-color: #bd2929;
	color: #ffffff;
	font-weight: bolder;
	border-bottom: 1px solid #000000;
	padding: 5px 15px 5px 15px;
}

table.orgcal td.on {
	background-color: #ffffff;
	padding: 4px 15px 4px 15px;
}

table.orgcal td.off {
	background-color: #eeeeee;
	padding: 4px 15px 4px 15px;
}

div.titles {
	padding: 2px 0px 5px 12px;
	background: url('../images/red_square.gif') center left no-repeat;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
}

div#global {
	clear: both;
	margin: 5px auto;
	width: 927px;
}

div#top {
	clear: both;
	padding: 3px 15px 0px 0px;
	height: 15px;
	text-align: right;
	/* background-color: #eeeeee; */
	background: url('../images/top-corners.gif') center left no-repeat;
	border-bottom: 1px solid #9c9c9c;
	font-size: 10px;
}

div#menu {
	clear: both;
	padding: 0px 0px 0px 22px;
	height: 23px;
	background: url('../images/menu_bg.gif') top left repeat-x;
}

div#menu .menu {
	float: left;
	padding: 4px 16px 0px 16px;
	font-weight: bolder;
	cursor: pointer;
}

div#menu .menu:hover {
	color: #d80000;
}

div#menu .menu a:hover {
	color: #d80000;
}

div#menu .menu-spacer {
	float: left;
	margin: 5px 0px 0px 0px;
	height: 14px;
	border-left: 1px solid #bababa;
}

/* content */
div#content {
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 927px;
	background-color: #ffffff;
}

div#content .left {
	float: left;
	width: 215px;
	padding-left: 7px;
	text-align: left;
}

div#content .left a {
	font-weight: normal;
}

div#content .left a:hover {
	font-weight: bold;
}

div#content .right {
	float: left;
	border-left: 1px solid #9c9c9c;
}

div#middle_content {
	float: left;
	padding: 0px 5px 0px 5px;
	width: 465px;
	border-right: 1px solid #9c9c9c;
}

div#right_content {
	float: left;
	width: 215px;
	padding: 0px 5px 0px 5px;
}

div#right_content .calendar {
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #9c9c9c;
	text-align: left;
}
	
div#right_content .money {
	padding: 3px 0px 0px 0px;
	text-align: left;
}

/* page footer */
div#footer {
	clear: both;
	width: 927px;
	height: 55px;
	background: url('../images/top-corners-bottom.gif') top left no-repeat;
	border-top: 1px solid #9c9c9c;
	font-size: 11px;
	line-height: 16px;
}

div#footer .left {
	float: left;
	padding: 2px 0px 3px 5px;
	text-align: left;
}

div#footer .right {
	float: right;
	padding: 2px 5px 0px 0px;
}

/* gallery */
div#middle_gallery {
	float: left;
	width: 690px;
	padding: 0px 5px 0px 7px;
}

div#middle_gallery img {
	padding: 2px;
	border: 1px solid #000000;
	background-color: #eaeaea;
}

/* disciplines */
div#middle_discipline {
	float: left;
	width: 690px;
	padding: 0px 5px 0px 7px;
	text-align: left;
}

/* documents */
div#middle_documents {
	float: left;
	width: 690px;
	padding: 0px 5px 0px 7px;
	text-align: left;
}

img {
	border: 0px;
}

/* workers */
span.name_surname {
	color: #bd2929;
	font-weight: bolder;
}

td.otherinfo {
	line-height: 18px;
}