div { padding:0px; margin:0px; border:0px; }

body {
	padding:0px;
	margin:0px;
	background-color:#f9f3ff;
	font-size:13px;
	font-family:Verdana, 'Lucida Grande', Tahoma, Arial, Sans-Serif;
	line-height:16px;
	color:#555555;
}

.invisible { display:none; }

img { border:0px; }

.clear { clear:both; }

#container1 { 
	margin-left:20px;
	margin-right:20px;
	padding-left:8px;
	background:#FFFFFF url('img/border_left.gif') repeat-y top left;
	min-width:960px;
}

#container2 {
	padding-right:8px;
	background:#FFFFFF url('img/border_right.gif') repeat-y top right;
}

#container3 {
	border-bottom: 1px solid #66679F;
}

#header {
	position:relative;
	background:#f2e6ff url('img/multiart_logo.gif') no-repeat 15px 5px;
	height:80px;
	border-bottom:1px solid #66679F;
}

table {
	margin-top:0px;
	border:0px;
}


/*******************************************
* Navigation Left
*******************************************/
#navigation_left {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	border-right:1px solid #66679F;
	border-bottom:1px solid #66679F;
	background:#f2e6ff;
	height:auto!important;height:800px;min-height:800px;
	font-size:11px;
	margin-bottom:5px;
}

#navigation_left h1 {
	margin-top:0px;
	padding-top:1px;
	padding-left:2px;
	padding-right:1px;
	padding-bottom:2px;
	margin-bottom:0px;
	background-color:#343355;
	color:#FFFFFF;
	font-size:15px;
}

#navigation_left a {
	color:#000000;
	text-decoration:underline;
	display:block;
	margin-bottom:4px;
}

#navigation_left a:hover {
	color:#343355;
	text-decoration:none;
}

#navigation_left .link_list {
	background-image:url('img/corner.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:8px;
	margin-bottom:20px;
	padding-left:25px;
	height:auto!important;height:30px;min-height:30px;
}

/*******************************************
* Content
*******************************************/
#aggr_textarea {
	background-color:#FFFFFF;
	margin:4px;
}

#content { 
	margin-left:200px;
	margin-right:200px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	/*height:auto!important;height:800px;min-height:800px; <-- can't be used in conjunction with ownIEfix.js because IE 7 handles it different... again... */
}

#content_phpbb {
	margin-left:200px;
	margin-right:200px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}

#content p, #aggr_textarea p {
	margin-top:0px;
	margin-bottom:20px;
}

#content .bigheader {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#content h1 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:10px;
	background-color:#F2E6FF;
	padding:4px;
	margin-left:-4px;
}

#content h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:10px;
}

#content a {
	color:#c080ff;
	text-decoration:none;
	cursor:pointer;
}

#content a:visited {
	color:#c080ff;
	text-decoration:none;
	cursor:pointer;
}

#content a:hover {
	color:#c080ff;
	text-decoration:underline;
	cursor:pointer;
}

#content .arrow_right {
	padding-left:13px;
	background:url('img/arrow_right.gif') no-repeat bottom left;
}

#content .arrow_left {
	padding-right:13px;
	background:url('img/arrow_left.gif') no-repeat bottom right;
}

#content .arrow_up {
	padding-left:9px;
	background:url('img/arrow_up.gif') no-repeat bottom left;
}

#content .arrow_down {
	padding-left:9px;
	background:url('img/arrow_down.gif') no-repeat bottom left;
}

#content .hr {
	height:3px;
	background:url('img/dotline.gif') repeat-x;
	margin-top:5px;
	margin-bottom:10px;
}

.news .line {
	height:3px;
	background:url('img/dotline.gif') repeat-x;
	margin-top:2px;
	margin-bottom:4px;
}

.news {
	margin-bottom:30px;
}

.news .category {
	color:#333366;
	font-size:11px;
	font-weight:bold;
}

.news .title {
	font-weight:bold;
	margin-bottom:5px;
}

.news .text {
	margin-left:90px;
	height:auto!important;height:80px;min-height:80px;
}

.news .image {
	float:left;
}

.news .date {
	color:#999999;
	font-size:11px;
	text-align:right;
	margin-top:4px;
}

.mandatory {
	color:#DD0000;
	font-weight:bold;
	font-size:11px;
}

#content .search_result {
	color:#FF6600;
	font-weight:bold;
}

#content .search_result_table {
	background-color:#0092CC;
	margin-bottom:6px;
}

#content .search_result_table_td {
	border-left:3px solid #0092CC;
	border-right:3px solid #0092CC;
	border-bottom:3px solid #0092CC;
	background-color:#F1EFE2;
}

#content .search_result_table_header {
	background-color:#0092CC;
	color:#FFFFFF;
}

#content .search_result_table_header a {
	color:#FFFFFF;
}

#content .search_result_table_header a:hover {
	color:#FFFFFF;
}


#content .aggr_article {
	margin-bottom:50px;
}

#content .aggr_attach {
	float:right;
	text-align:right;
}

#content .aggr_attach_link {
	padding-left:10px;
	background-image:url(img/paperclip.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}



/*******************************************
* Navigation Right
*******************************************/
#navigation_right {
	float:right;
	width:200px;
	margin:0px;
	padding:0px;
	border-left:1px solid #66679F;
	border-bottom:1px solid #66679F;
	background:#f2e6ff;
	height:auto!important;height:800px;min-height:800px;
	font-size:11px;
	margin-bottom:5px;
}

#navigation_right h1 {
	margin-top:0px;
	margin-right:0px;
	padding-top:1px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	background-color:#343355;
	color:#FFFFFF;
	font-size:15px;
	text-align:right;
}

#navigation_right .link_list {
	background-image:url('img/corner_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:8px;
	margin-bottom:20px;
	padding-left:25px;
	height:auto!important;height:30px;min-height:30px;
}

#poem_container {
	background-image:url('img/corner_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:8px;
	margin-bottom:20px;
}

#poem_header {
	margin-left:14px;
	margin-right:14px;
	text-align:center;
}

#poem {
	width:165px;
	margin:14px;
	margin-top:6px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

#navigation_right a {
	color:#000000;
	text-decoration:underline;
	display:block;
	margin-bottom:4px;
}

#navigation_right a:hover {
	color:#343355;
	text-decoration:none;
}


/*******************************************
* Footer
*******************************************/
#footer {
	clear:both;
	background:#f2e6ff;
	height:25px;
	text-align:center;
	line-height:24px;
	border-top:1px solid #66679F;
	font-size:11px;
}

#footer a {
	color:#000000;
	text-decoration:underline;
}

#footer a:hover {
	color:#343355;
	text-decoration:none;
}


/*******************************************
* CMS
*******************************************/
.cms_table {
	border:1px solid #ad92d7;
	background:#f9f3ff;
	margin-bottom:3px;
	margin-top:2px;
}

.cms_table_header {
	background:#f2e6ff;
	text-align:left;
	font-weight:bold;
}

.cms_poems {
	border:1px solid #ad92d7;
	background:#f9f3ff;
	margin-bottom:3px;
}

.cms_poem {
	padding:8px;
	margin-bottom:10px;
}

.cms_poems_header {
	margin-bottom:5px;
}

.cms_poems_text {
	text-align:center;
	font-size:11px;
}

.cms_poems_manage {
	text-align:right;
}

.user_notice {
	border:1px solid #ad92d7;
	background:#f9f3ff;
	padding:10px;
	text-align:justify;
}

#message_block {
	border:1px solid #DD0000;
	background:#fdd3d3;
}

#message_header {
	padding:8px;
	background:#fe9c9c;
}

#message_body {
	padding:8px;
}

#message_url {
	text-align:right;
}

#message_url a {
	color:#330000;
	text-decoration:underline;
}

#message_url a:hover {
	color:#660000;
	text-decoration:none;
}

.success {
	border:1px solid #1CBF00;
	background-color:#BBFFAF;
	padding:4px;
}

.error {
	border:1px solid #DD0000;
	background-color:#fdd3d3;
	padding:4px;
}

.warning {
	border:1px solid #FFD100;
	background:#FFF8AF;
	padding:4px;
}


#warning_block {
	border:1px solid #FFD100;
	background:#FFF8AF;
}

#warning_header {
	padding:8px;
	background:#FFE900;
}

#warning_body {
	padding:8px;
}


#success_block {
	border:1px solid #1CBF00;
	background:#BBFFAF;
}

#success_header {
	padding:8px;
	background:#2FEF0E;
}

#success_body {
	padding:8px;
}



/*******************************************
* old styles
*******************************************/
a.capital-letter {
	font-weight:bold;
	font-size:18px;
	color:#c080ff;
}


/*******************************************
* from Customers (for projects)
*******************************************/
.ph1{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style: normal;
	
}

.ph2{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-style: normal;
	
}

.ph3{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style: normal;
	
}

.ph4{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 25px;
}

.ph5{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : 10px;
}