html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote,
 pre, form, fieldset, table, th, td, img {
	margin: 0; padding: 0; border: 0;
}

p {
	margin: 12px 0;
}
    /* <!-- */
	/* General styles */
    body {
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:900px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-family: verdana, Verdana;
		font-size: 12px;
    }

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		background: url('../images/header_bg.gif') repeat-x;
		border-bottom: 3px solid #82AFEF;
		position:relative;
	}
	
	.centeredimage {
		text-align: center;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	#header  div.bottom-right {
		position: absolute;
		right: 0;
		bottom: 0;
	}	
	#toolbar {
		margin: 5px;
	}
	#toolbar img {
		margin-left: 5px;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background-image: url("../images/background.jpg");
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-180px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:360px;         	/* Left column width + right column width */
        background-image: url("../images/background.jpg");    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:180px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 190px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:150px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top: 3px solid #82AFEF;
    }
    #footer p {
        padding:0px;
        margin:0;
    }
	
	#footer {
		background-image: url("../images/background.jpg"); 
		color: #333333;
		font-size: 11px;
		font-family: verdana, tahoma, arial, sans-serif;
		font-style: italic;
		line-height: 17px;
		text-align: center;
	}
    /* --> */
	
/*	DIV#leftmenu {
		padding-top: 16px;
	}
	*/
	#content {
		text-align: left;
		color: #333333;
	}
	
	#topmenu_new {
		width:100%;
		overflow:hidden;
		position:relative;
	}
	
	#topmenu_new ul {
		clear:left;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		left:50%;
		text-align:center;
	}
	#topmenu_new ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		right:50%;
	}
	
	.tmi {
		background: #B3D7E9;
		display: block;
		width: 122px;
		height: 60px;
		margin-right: 0px;
		color: red;
	}

.tl {
	background-image: url('../images/borders2.gif');
	height: 5px;
	font-size: 2px;
	margin-right: 8px;
}

.tr {
	margin-top: -5px;
	margin-left: 8px;
	background-image: url('../images/borders2.gif');
	background-position: 100% 0%;
	height: 5px;
	font-size: 2px;
}

.il {
	height: 50px;
	background: url('../images/ll2.gif') repeat-y;
}

.ir {
	height: 50px;
	/*	padding: 3px 11px 3px 11px;
	*/
	padding: 0px 5px 0px 5px;
	background: url('../images/rl2.gif') repeat-y 100% 0;
}

.bl {
	background-image: url('../images/borders2.gif');
	background-position: 0% -5px;
	height: 5px;
	font-size: 2px;
	margin-right: 8px;
}

.br {
	background-image: url('../images/borders2.gif');
	background-position: 100% -5px;
	height: 5px;
	font-size: 2px;
	margin-top: -5px;
	margin-left: 8px;
}

/* ######## LEFT MENU ####### */
.lmi, .lmi-act {
/*	
	padding: 0px;
margin: 0px 0px 10px;
	background: transparent;
	text-align: center;
	font-weight: bold;
	font-size: 3px;
	color: blue;
*/
	text-align: center;
	height: 26px;
	background: url('../images/lm-middle.gif') repeat-y scroll 50% 0;
}

.lmi-act A {
	color: #BA0D21;
	text-decoration: none;
}

.lmi A {
	color: #670712;
	text-decoration: none;
}

.lmi A:HOVER {
	color: #BA0D21;
}

.lm-middle A {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.lm-top {
	margin-top: 16px;
	height: 9px;
	background: url('../images/lm-top.gif') no-repeat scroll 50% 0;
}

.lm-middle {
	height: 13px;
	background: url('../images/lm-middle.gif') no-repeat scroll 50% 0;
}

.lm-bottom {
	height: 21px;
	background: url('../images/lm-bottom.gif') no-repeat scroll 50% 0;
}

.lm-middle-two {
	height: 13px;
	background: url('../images/lm-middle.gif') no-repeat;
	margin: -20px 0px 0px 14px;
	padding: 0px 10px 10px 0px;	
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: blue;
}

#breadcrumbs {
	background-color: #B0C0B0;
	background: transparent;
	padding-left: 20px;
	font-weight: bold;
	font-style: italic;
	height: 20px;
	color: #846768;
}

#breadcrumbs a {
	color: #846768;
	text-decoration: none;
	line-height: 20px;
}

#breadcrumbs li {
	display: inline;
	list-style: none;
}

.level-one a,.level-two a {
	color: #333333;
	text-decoration: none;
}

.level-one A:HOVER,.level-two A:HOVER {
	color: #ff9977;
	border: none;
}

.level-one {
	padding: 7px 0px 7px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #E3FB4D;
}

.level-two {
	margin: 15px 0px;
	padding-left: 40px;
	/*	background: transparent url(../images/level-two-square.gif) no-repeat scroll 10% ;
*/
	font-weight: bold;
	font-size: 11px;
}

.level-one-act {
	padding-left: 30px;
}

.level-two-act {
	padding-left: 45px;
}

.level-one-act a,.level-two-act a,.level-three-act a {
	font-weight: normal;
	font-style: italic;
}

#content h1 {
	font-size: 16px;
	font-family: sans-serif;
	text-align: center;
}
#content h2 {
	font-size: 14px;
	font-family: verdana, sans-serif;
	text-align: center;
}

#google {
	width: 360px;
	height: 24px;
	margin: 7px 0px 0px 0px;
	background: #FFFFFF;
}

#orphus {
	clear: both;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin: 10px 0px 0px 0px;
}

P.bodytext {
	margin: 12px 0;
}
.bodytext, ol li {
	text-align: justify;
	font-size: 12px;
	text-indent: 20px;
}
.quote-paragraph {
	text-indent: 0px;
	font-style: italic;
}
ol li {
	text-indent: 0px;
}
ol li a {
	text-decoration: none;
}
ol li a:hover {
	text-decoration: underline;
}

.tern-frame {
	
}

DIV#rightcolumn {
	text-align: center;
	margin: 0 43px;
	border: 1px solid transparent;
}

.frame-top {

	height: 91px;
	background: url('../images/maivka-frame-top.gif') no-repeat scroll 0 0;

	/*
	height: 111px;
	background: url('../images/cherv-frame-top.gif') no-repeat scroll 0 0;
	
	height: 70px;
	background: url('../images/Velykd-frame-top.gif') no-repeat scroll 0 0;
	
	height: 67px;
	background: url('../images/pp-frame-top.gif') no-repeat scroll 0 0;

	background: url('../images/tern-frame-top.gif') no-repeat scroll 0 0;
	height: 88px;
	*/
}
.frame-middle {

	height: 202px;
	background: url('../images/maivka-frame-middle.gif') repeat-y scroll 0 0px;
	/*
	height: 291px;
	background: url('../images/cherv-frame-middle.gif') repeat-y scroll 0 0px;
	
	height: 310px;
	background: url('../images/Velykd-frame-middle.gif') repeat-y scroll 0 0px;

	height: 291px;
	background: url('../images/pp-frame-middle.gif') no-repeat scroll 0 0;
	
	height: 202px;
	background: url('../images/tern-frame-middle.gif') repeat-y scroll 0 0px;
	*/
}
.frame-bottom {

	height: 54px;
	background: url('../images/maivka-frame-bottom.gif') no-repeat scroll 0 bottom;
	
	/*
	height: 76px;
	background: url('../images/cherv-frame-bottom.gif') no-repeat scroll 0 bottom;

	height: 63px;
	background: url('../images/Velykd-frame-bottom.gif') no-repeat scroll 0 bottom;
	
	height: 41px;
	background: url('../images/pp-frame-bottom.gif') no-repeat scroll 0 bottom;
	
	background: url('../images/tern-frame-bottom.gif') no-repeat scroll 0 bottom;
	height: 74px;
	*/
}

DIV#rightmiddle, DIV#leftmiddle {
	text-align: center;
	margin: 5px 0;
}



.bold {
	font-weight: bold;
}

/*################## reportage #########################*/
P.material-author {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-right: 20px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	text-indent:20px;
	margin-bottom: -0px;
}

.epigraph {
	font-family: serif;
	text-align: right;
	font-size: 14px;
	font-style: italic;
	padding-right: 30px;
}

P.poesion, P.poesion-italic {
	text-indent: 0px;
	font-family: serif;
	text-align: left;
	font-size: 14px;
	padding-left: 50px;
}
.poesion-italic {
	font-style: italic;
}

.quote {
	font-style: italic;
	font-family: serif;
	font-size: 120%;
}
HR.remark {
	width: 30%;
	text-align: left;
	margin-left: 0;
	
	color: black;
	border: 0px none;
	background-color: black;
	height: 1px;
}
P.remark {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 80%;
}

.underline {
	text-decoration: underline;
}

a.lightbox img {
	border: 0px solid #3333FF;
}

DIV.ann {
	color: #3366DD;
	font-weight: bold;
}

.announcement {
	text-align: center;
	/*na Velykden':
	background: #f6f092; */
	
	/* na traven
	background: #87b06c; */
	background: url('../images/PP-announcement-bg.jpg') repeat-x ;
	margin: 0px !important;
	padding: 0px !important;
}
.middle-aligned {
	vertical-align: middle;
}
	
