@charset "UTF-8";

html, body {
  top: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  color: black;
  background-color: white;
  font-family: Tahoma, Arial CE,Arial, Helvetica, sans-serif;
  font-size: 20px;
  overflow: hidden;
  background-image: url("img/left-bg.png");
  background-position: -2px;
  background-repeat: repeat-y;
  background-color: #ffffa5;	
}

#menu{  	
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0.5em;
  padding-top: 175px;
  padding-left: 8px;
  background-image: url("img/logo_left.png");
  background-position: top center;
  background-repeat: no-repeat;
}

#contents{
  margin-left: 202px;
  left: 0;  
  top: 0;
  right: 0;
  bottom: 1px;
  position: absolute;
  font-size: 80%;
  overflow-y: auto;
  overflow-x: hidden; 
}

#contents .cornertop {  
background-color: white;
background-image: url("img/content-corner-top.png");
background-repeat: no-repeat;
width: 12px;
height: 16px;
overflow: hidden;
position: absolute;
}

#content_header{  
  background-image: url("img/content-bg-top.png");
  background-repeat: repeat-x;	
  padding-left: 2em;
  padding-top: 2em;
}

#content_header H2{
 border-bottom: 1px solid #33a3a3; 
 margin: 0 180px 0 0;
 padding-left: 1em;
 color: #33a3a3;
 font-size: 22px;
}
	
#content_header UL{
 list-style: square;
 margin: 0;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
 padding-left: 40px;
}

#content_header A{
  text-decoration: none;
  color: black;
}

#content_header A:hover{
  text-decoration: underline;
  color: #33a3a3;
}

.kozepre {
 vertical-align: middle;
}

.article {
	clear: both;
	padding: 5px 15px;
	margin: 10px;
	font-size: 100%;
	text-align: justify;   
	line-height: 1.5;
	font-family: Arial CE, Arial, sans-serif;
}

.article h2{  
  font-size: 110%;    
  font-weight: 600;
  font-family: Verdana, Helvetica, Tahoma, Arial CE, Arial, sans-serif;
  text-align: left;
  font-variant: small-caps;  
  letter-spacing: 1pt;
  border-bottom: 1px solid gray;
  margin: 0;
  margin-bottom: 0.2em;
}

.pad_a_h2{
 padding: 3px;
 }

.article h3 {
  font-size: 110%;    
  font-weight: 500;
  text-align: left;
  font-family: Verdana, Helvetica, Tahoma, Arial CE, Arial, sans-serif;
  font-variant: small-caps;  
  margin-top: 0.5em;  
  margin-bottom: 0;
}

.opened{
	background-image: url("img/folder_opened.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.closed{
	background-image: url("img/folder_closed.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.hidden {
	display: none;
}

.newsentry{
  text-align: right;
  font-size: 80%;
  font-family: "Times New Roman", Serif, Times;
  display: block;
}

A IMG {
  border: 0px;
}

#menu UL{
  list-style: none;
  padding: 0;
  margin: 0;
  }
    
#menu LI{
 margin: 5px 0;
 padding: 0;
 }

A.menuitem, A.selectedmenuitem{	
 color: #33a3a3;
 font-family: Verdana, Verdana, Geneva, sans-serif;
 font-size: 16px;
 font-style: bold;
 font-weight:bold;    
 text-decoration: none;
 background-image: url("img/menu-bg.png");
 background-position: top left;
 background-repeat: no-repeat;   
 display: block; 
 height: 25px; 
 margin: 0;  
 padding: 3px 0 0 10px;
}

#news {
 color: black;
 font-family: arial,helvetica,sans-serif;
 font-size: 14px;    
 text-decoration: none;
 border-top: solid 1px #88d3d3;
 border-left: solid 1px #88d3d3;
 border-right: solid 1px #33a3a3;
 border-bottom: solid 1px #33a3a3;  
 display: block; 
 margin-right: 10px;  
 margin-top: 0.5em;
 margin-bottom: 2px;
 padding: 1px;
 background-color: #ffffd5;
 height: auto;
 padding: 0.5em;
}

#news h2{
 font-size: 110%;
 padding-bottom: 0.2em;
 margin: 0;
 font-variant: small-caps;  
 }

A.selectedmenuitem{
  background-image: url("img/menu-bg-s.png");
  color: black;
}

A.menuitem:hover{
 color: black;
}

A.newsheader{
  text-decoration: none;
  color: white;
}

acronym.article {
  font-variant: normal;
  border: 0px dotted #FFD700; 
  background: transparent url(img/question.gif) top right no-repeat;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 8px;
  margin: 0px;
  font-size: 100%; 
}

A.link, A.download, A.email{
  text-decoration: none;
  color: #505050;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  margin: 0px;
}

A.link:hover, A.download:hover, A.email:hover{
  text-decoration: underline;	  
  color: #33a3a3;
}

A.link{  
  background: transparent url(img/link.gif) top right no-repeat; 
}

A.download{
  background: transparent url(img/download.gif) top right no-repeat;
}

A.email{
  background: transparent url(img/email.gif) top right no-repeat;
}

.photolink {
  padding: 0px;
  margin-bottom: 3px;
  text-decoration: none; 
  color: black;
  }

.photolink:hover {
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 3px solid #33a3a3;
  color: #33a3a3;
  }  
  
.photo_center {
  display: block;
  text-align: center;
  background-color: inherit;
}

.photo_left {
  display: inline;
  text-align: center;
  float: left;
  margin-right: 1em;  
}

.photo_right {
  display: inline;
  text-align: center;
  float: right;
  margin-left: 1em;
}

.photo_left, .photo_right{	/*
background-color: white;
border-top: solid 1px #DDDDDD;
border-left: solid 1px #DDDDDD;
border-right: solid 1px #BBBBBB;
border-bottom: solid 1px #BBBBBB;*/ 
width: 255px;  	
}

.imgicons {
 display: block;
 margin: 0 auto;
 padding: 0;
 }
 
.imgicons A {
 padding: 0px;
 margin: 0;
 margin-left: 0.5em;
}

.imgicons A IMG{
margin:1px;
}

.imgicons A:hover IMG {
 border: 1px solid #33a3a3;
 margin:0;
}

.imgicon{
 vertical-align: middle;
 }

.sw_css{ height: 60px;border: 0px;}
#swcss { float: right; margin: 15px 20px 0 0;}
#swcss A {margin: 0 2px;}

#lang_bar{
position: absolute;
display: table;
right: 10px;
height: 60px;	
width: 110px;
top: 0;
}

#middle_lang_bar{
display: table-cell;
vertical-align: middle;
margin: 0;
padding: 0;
}

#lang_bar IMG{
height: 15px;
border: 0px;
vertical-align: text-top;
margin-right: 0.2em;		
}

#lang_bar A{
padding-left: 0.5em;
text-decoration: none;
color: black;
font-size: 80%;
font-weight: bold;
background: white;
display: block;		
border-top: solid 1px #DDDDDD;
border-left: solid 1px #DDDDDD;
border-right: solid 1px gray;
border-bottom: solid 1px gray;
margin-top: 1px;
margin-bottom: 1px;
}

FIELDSET {
 border: none; 
 padding: 10px;
 background: #ffffd5;
 width: 700px;
 text-align: left;
 position: relative;
 }

.formcaption {
 color: black;
 font-size: 100%;    
 font-weight: 600;
 font-family: Tahoma, Arial CE, Arial, Helvetica, SansSerif, sans-serif;
 text-align: left;
 font-variant: small-caps;  
 padding: 2px 10px;
 background: #ffffd5;
 * position: absolute;
 * top: -10px;
 * left: 10px;
 }
  
.inp {
 background : transparent;
 border: 1px solid #C0C0C0;
 border-bottom: solid 2px gray;
 font-family: SansSerif, sans-serif, Helvetica, Arial CE, Arial;
 padding-left : 5px;
 margin-left: 5px;
 margin-bottom: 2px;
 font-size: 90%;
 font-weight: 300;
 width: 350px;
 }

.btn {
 background-image: url("img/btnbg.png");
 border-top: solid 1px #DDDDDD;
 border-left: solid 1px #DDDDDD;
 border-right: solid 1px gray;
 border-bottom: solid 1px gray;
 font-family: Tahoma, Arial CE, Arial, Helvetica, SansSerif, sans-serif;
 font-weight: 600;
 color: black;
 padding: 2px 20px 2px 20px;
 font-size: 90%; 
 text-align: center; 
 margin-top: 0.5em;
 margin-bottom: 0.5em; 
 cursor: pointer;
 }

LABEL{
 width: 250px;
 float: left;
 text-align: right;
 margin-right: 5px;
 display: block;
 font-size: 90%; 
}

.error {
 width: auto;
 padding: 10px;
 margin: 10px;
 border: solid 3px black;
 background: #970000;
 color: white;
 font-weight: 900;
 font-size: 120%;
}

.confirm {
 width: auto;
 padding: 10px;
 margin: 10px;
 border: solid 3px black;
 background: #008000;
 color: white;
 font-weight: 900;
 font-size: 120%;
}

.hitcount{
 color: gray;
 text-align: center;
 display: block;
 width: auto;
 font-size: 60%;
 padding-bottom: 10px;
}

.entryinfo{
 color: black;
 text-align: right;
 display: block;
 margin-left: 1em;
 margin-right: 1em;
 margin-top: 0; 
 font-size: 80%;
}

.entry{
 background-color: #ffffd5;
 background-image: url("img/quote-left.png");
 background-position: top left;
 background-repeat: no-repeat;
 color: black;
 text-align: justify;
 display: block;
 width: auto;
 font-size: 92%;
 margin: 5px;
 padding: 5px 5px 5px 4.5em;
 text-indent: 1em;
}

.entry .entryinfo{
 background-color: transparent;
}

.statmachine img { border: 0px; }

.exclamation {
 color: white; 
 font-size: 120%;
 padding-left: 5px;
 padding-right: 5px;
 background-color: red;
} 

.stats {
 display: block;
 text-align: center;
 margin: 50px 23px 0 33px;
 border-top: 1px solid #33a3a3;
 padding-top: 5px;
 }