body {
	margin: 0px;
	background: #CBE0EF url(../gfx/main-bg.jpg) no-repeat fixed;
	background-position: center 189px;

	font-family: tahoma, helvetica, arial, sans-serif;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#printHeader {
	display: none;
}

img {
	border: 0px;
}

a {
	color: #5A80FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	width: 80%;
	border: 1px solid #9DB1C8;
}

#menu_center {
	position: relative;
	text-align: left;
	margin: auto;
	width: 869px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 869px;
}


#path {
	position: absolute;
	top: 190px;
	left: 22px;
	width: 700px;

	color: #111565;
	font-size: 13pt;
	font-weight: bold;
}
#path a {
	color: #111565;
	text-decoration: none;
}
#path a:hover {
	text-decoration: underline;
}

#main {
	position: absolute;
	top: 215px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	text-align: center;
}

#main_center {
	position: relative;
	margin: auto;
	text-align: left;
	width: 869px;
}

#content {
	position: relative;
	top: 5px;
	left: 100px;
	width: 740px;
}

.box {
	background-color: #C4DCEC;
	border: 2px solid #9DB1C8;
	padding: 5px;
	width: 500px;
}

.footer {
	margin-top: 10px;
	border-top: 1px solid #9DB1C8;
	text-align: center;
	height: 30px;
	font-size: 10pt;
	color: #7994B3;
}
.footer a {
	font-size: 10pt;
	color: #7994B3;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}



/* button */
#b1 {
	position: absolute;
	background: url(../gfx/navi01.jpg) no-repeat;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 189px;
}
#b2 {
	position: absolute;
	top: 0px;
	left: 37px;
	width: 87px;
	height: 189px;
}
#b3 {
	position: absolute;
	top: 0px;
	left: 124px;
	width: 88px;
	height: 189px;
}
#b4 {
	position: absolute;
	top: 0px;
	left: 212px;
	width: 87px;
	height: 189px;
}
#b5 {
	position: absolute;
	top: 0px;
	left: 299px;
	width: 88px;
	height: 189px;
}
#b6 {
	position: absolute;
	top: 0px;
	left: 387px;
	width: 88px;
	height: 189px;
}
#b7 {
	position: absolute;
	top: 0px;
	left: 475px;
	width: 86px;
	height: 189px;
}
#b8 {
	position: absolute;
	top: 0px;
	left: 561px;
	width: 86px;
	height: 189px;
}
#b9 {
	position: absolute;
	top: 0px;
	left: 647px;
	width: 85px;
	height: 189px;
}
#b10 {
	position: absolute;
	top: 0px;
	left: 732px;
	width: 90px;
	height: 189px;
}
#b11 {
	position: absolute;
	background: url(../gfx/navi11.jpg) no-repeat;
	top: 0px;
	left: 822px;
	width: 47px;
	height: 189px;
	overflow: hidden;
}

/* forum */
.forumList .entry {
	border: 2px solid #9DB1C8;
	padding: 0px;
	margin: 10px;
}
.forumList .space {
	height: 10px;
}

.forum .name {
	width: 140px;
	padding: 2px 5px;
	background-color: #B4CCDF;
	font-size: 10pt;
}
.forum .avatar {
	background-color: #B4CCDF;
}
.forum .web {
	background-color: #B4CCDF;
	vertical-align: bottom;
	padding: 2px 5px;
	font-size: 9pt;
}
.forum .topic {
	width: 500px;
	color: #111565;
	font-size: 10pt;
	padding: 2px 5px;
	font-weight: bold;
	background-color: #C4DCEC;
}
.forum .msg {
	background-color: #C4DCEC;
	font-size: 11pt;
	padding: 2px 5px;
}
.forum .avatar {
	text-align: center;
}
.newPost td {
	vertical-align: top;
	padding: 0px 5px;
}

.newPost input, .newPost textarea {
	width: 500px;
	padding: 3px;
	border: 1px solid #9DB1C8;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 9pt;
}
.newPost textarea {
	height: 100px;
	line-height: 15pt;
}

/* galery */

.galeryList .space {
	height: 10px;
}

.galeryList .fotoTopic {
	background-color: #B4CCDF;
	padding: 1px;
	padding-left: 5px;
}
.galeryList .fotoTopic a {
	color: #111565;
	font-size: 13pt;
	font-weight: bold;
}

.galeryList .fotoRow td{
	background-color: #B4CCDF;
	padding: 1px;
}

.galeryList .fotoData0 {
	padding: 1px;
	padding-left: 5px;
	background-color: #B4CCDF;
	font-size: 10pt;
}

.galeryList .fotoData1 {
	padding: 1px;
	padding-right: 5px;
	background-color: #B4CCDF;
	font-size: 10pt;
	text-align: right;
}

.galeryList .entry {
	border: 2px solid #9DB1C8;
	background-color: #B4CCDF;
}

.galList {
	font-size: 8pt;
	padding: 1px;
	padding-bottom: 5px;
	background-color: #B4CCDF;
}

/* config */
fieldset {
	border: 1px solid blue;
}

/* presse */
.press {
	width: 640px;
}
.press_cell {
	border: 2px solid #9DB1C8;
	background-color: #C4DCEC;
}
.press .topic {
	width: 640px;
	color: #111565;
	font-size: 12pt;
	padding: 2px 5px;
	font-weight: bold;
	background-color: #B4CCDF;
}
.press .newspaper {
	font-size: 9pt;
	padding: 2px 5px;
	background-color: #B4CCDF;
}
.press .date {
	font-size: 9pt;
	padding: 2px 5px;
	background-color: #B4CCDF;
	text-align: right;
}
.press .text {
	font-size: 11pt;
	padding: 2px 5px;
}
