/* CSS Document */

body {
	background-color: #F0EFE6;
	font-family: Sylfaen, "Trebuchet MS";
	font-size: 15px;
	color:#000000;
	margin: 0px;
	padding: 0px;
	}
	

p, td, div { 
	font-family: "Trebuchet MS", Verdana;
	color:#000;
	font-size: 14px; 
	}

#page {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

/* Head */

#header-back {
	background-image: url(img/header-back.gif);
	background-repeat: repeat-x;
}

#logo {
	width: 277px;
	height: 251px;
	background-image: url(img/logo-back.gif);
	background-repeat: repeat-y;
 	}

#logo img {
	position: relative;
	left: 93px;
	top: 65px;
	}

#header {
	height: 251px;
	position: absolute;
	left: 277px;
	top: 0px;
	background-image: url(img/header-back.gif);
}

.lang, .lang a:link, .lang a:visited {
	background-color: #D97C2A;
	display: block;
	position: absolute;
	z-index: 2;
	height: 22px;
	width: 150px;
	right: 0px;
	top: 0px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	}

/* Menu */

#menu {
	width: 10em;
	border-right: 1px dotted #D9D8CB;
	padding: 0;
	margin-left: 14px;
	margin-bottom: 1em;
	color: #000;
	background-color: #D9D8CB; 
	font-size: 13px;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;

      }
		
#menu li {
      margin: 0;
      }
	  
#menu li a {
    display: block;
    padding: 5px 5px 5px 0.5em;
	border-left: 3px solid #D9D8CB;
	border-bottom: 1px solid #F0EFE6;
    color: #000;
    text-decoration: none;
    width: 100%;
      }

html>body #menu li a, html>body content {
    width: auto;
      }

#menu li a:hover, .current {
    border-left: 3px solid #AF2424;
    color: #000;
	background-color: #F0EFE6; 
      }
	  
.current {
	padding: 5px 5px 5px 0.5em;
	}
	
#menu .alter { display:none; }
#menu ul a:hover .alter { display:inline; }

/* Content */
	
#section {
	border-top: 11px solid #D97C2A;
	position: absolute;
	top: 260px;
	left: 155px;
	width: 122px;
	text-align: right;
	color: #D97C2A;
	font-weight: bold;
	font-size: 130%;
}
.content {
	position: absolute;
	top: 350px; /* 319px */
	left: 177px;
	right: 0;
	bottom: 0;
	margin: auto 0 0 auto;
	padding: 0;
	width: 80%;
	}
.prj_tbl {
	width: 80%;
}

.prj_tbl_title {
	line-height: 24px;
	text-align:center;
	font-size: 18px;
	background-color: #FFFFFF;
	font-weight: bold;
}

.post  {
	clear:both;
	padding-right: 1.5em;
	margin: 0;
	border-bottom: 0px dotted #D9D8CB;
	}
		
.post img, .post img a {
	float: left;
	padding: 0 8px 8px 0;
	border: 5px solid #F0EFE6;
	display: block;
}

/* p {
	text-indent: 1em;
	}
*/


p.no-i {
	text-indent: 0em;
}

hr {
	clear:both;
	border: 1px dotted #D9D8CB;
	margin: 25px 0 25px 0;
	}
hr.n {	
	clear:both;
	border: 1px dotted #D9D8CB;
	margin: 0;
	padding:0; }

h1 {
	margin: 3px;
	padding: 5px 0 0 0;
	font-size: 130%;
	font-weight: bold;
	}

h2 {
	margin: 3px;
	padding: 5px 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color:#25379C;
	}

.content ul {
	list-style-type: disc;
}


.date {
	font-size: 85%;
	color: #888;
	margin: 3px;
	padding: 5px 0 0 0;
	}
	
.up a:visited, .up a:link{
	float:right;
	color: #AF2424;
	}	
	
/* Link styles */

.lang a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
a:link, a:active {
	color: #000;
	text-decoration: underline;
	}

a:visited {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

/* Footer */

.foot {
	color: #283478;
	border-top: 1px dotted #D9D8CB;
	font-size: 11px;
	position: relative;
	right:0px;
	bottom:0;
	padding: 3px;
	background-color: #D9D8CB;

	}


#hashvich {
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 0;
	overflow: hidden;
}
.kapuyt { color:#25379C; }

.archive {
	margin-left: 17px;
	width: 8em;
}

.gzr {
	color: #D97C2A; }
.tej {
	position:absolute;
	top: 260px;
	left: 285px;
	display: block;
	border: 2px dashed #D9D8CB;
	background: #fff;
	padding: 5px;
	font-size: 13px;
	}

.karmir {
	color: #AF2424; }


