body {
	text-align: center;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
}
#page_loader {
	margin-top: 50px; 
}
/* ARTICLES CONTAINER */
#container {
	width: 500px;
	padding: 6px;
	text-align: justify;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
.level_0 {
	margin-left: 0px;
	clear: both;
}
.level_1 {
	margin-left: 35px;
}
.full, .intro  {
	margin-top: 8px;
}
.intro {
	font-weight: bold;
	margin-left: 15px;
}
.intro_listing {
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}
.read_more {
	font-weight: normal;
	text-align: right;
}
.full {
	font-weight: normal;
	margin-left: 15px;
}
/* lev 0 */
.title_0 {
	font-size: 1.6em;
	font-weight: bold;
}
/* lev 1 */
.title_1 {
	margin-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
	clear: both;
}
.files {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 6px;
}
.files a, .files a:visited {
	text-decoration: none;
}
/* END ARTICLES CONTAINER */

/* function error */
.error {
	color: #FEFEFB;
	padding: 12px;
	border: 1px solid #5E5E5E;
	font-size: 13px;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2E2E2E;
}
/* end function error */
.image, .g_preview {
	margin: 5px;
	border: 1px solid #DCDCDC;
}
/* gallery */
#main_title {
	padding: 8px;
	background-color: #444444;
	color: #F8F8F8;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background-image: url(../img/gallery_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid Black;
}
.level1_button {
	background-color: #2C5A94;
	border: 1px solid #244A7B;
	background-image: url(../img/gallery_l1.gif);
	background-repeat: repeat-x;
}
.level1_button_open {
	background-color: White;
	border: 1px solid #ffffff;
}
.level1_button_open a, .level1_button_open a:visited {
	background-color: White;
	border: 1px solid #ffffff;
	color: #2C5A94;
	text-decoration: none;
}
.level1_button, .level1_button_open {
	padding: 10px; 
	width: auto;
	float: left;
	font-size: 12px;
	color: #ECECFF;
	height: 20px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.level1_button_b {
	background-color: #2C5A94;
	padding: 10px; 
	width: auto;
	height: 20px;
	border-bottom: 1px solid #244A7B;
	background-image: url(../img/gallery_l1.gif);
	background-repeat: repeat-x;
}
#gallery_content {
	font-family: Arial, Helvetica, sans-serif;
}
.level1_button a, .level1_button a:visited {
	color: #ffffff;
	text-decoration: none;
}
.g_preview {
	float: left;
	width: 90px;
}
.g_activ {
	float: left;
	width: 160px;
	padding: 10px;
	font-size: 12px;
	margin-top: 10px;
	height: 60px;
	line-height: 2em;
}
#center_p {
	text-align: center;
	width: 600px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
/* gallery */
/* news */
.title_news {
	font: normal 1.2em/1.5 Arial, Helvetica, sans-serif;
}
.title_news a, .title_news a:visited {
	text-decoration: none;
}
.pubdate {
	font-size: 0.8em;
	color: #D4D4D4;
}
/* news */

