body{
	text-align: center;
	margin: auto;
	font-family: Trebuchet MS, Arial;
	font-size: 13px; 
	background-color: #f1f9fe;
}

#page {
	margin: auto;
	width: 940px;
}


#header{
	display: table;
	background-repeat: no-repeat;
	height: 346px;
	width: 940px;
	padding-left: 19px;
	text-align: left;
}

#header.sk{
	background-image: url(images/index_01.jpg);
}

#header.hun{
	background-image: url(images/index_01_hun.jpg);
}

		#header-table {
			width: 100%;
			border-collapse: collapse;
		}

      #nevnap {
	     width: 200px;
	     font-size: 14px;
		  font-weight: bold;
	     height: 26px;
		  padding-top: 2px;
		  padding-left: 10px;
		  float: left;  
      }
		
		#language_bar {
		   font-size: 14px;
		   font-weight: bold;
			float: right;
			height: 26px;
			margin-right: 50px;
		}

#container {
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-y;
	padding-left: 7px;
	width: 940px;	
}

		#left {
			vertical-align: top;
			width: 200px;
			border: solid;
			border-width: 0px;
			padding-left: 24px;
		}
		                 
							  .text_input_login{
							  	width: 80%;
							  }
							  
							  .text_input{
							  	width: 80%;
							   background-color: #e9edef;
							   font-weight: bold;
							  }
							  
							  #login{
							   margin-left: 8px;
							  }

		#center {
		   vertical-align: top;
			text-align: justify;
			border: solid;
			border-width: 0px;
			font-family: Trebuchet MS, Arial;
		}
					#center-text {
					   margin: 10px;
					
					}

		#right {
		   vertical-align: top;
			width: 200px;
			border: solid;
			border-width: 0px;
		   padding-right: 24px;
			
		}
		
					/* ACTUALITY TABLE ********************************************************  */
					.actuality {
					   width: 95%;
					   font-size: 13px;
						border: solid;
						border-width: 1px;
						border-color: #5187a3;		
						border-collapse: collapse;
						margin-top: 5px;
						margin-bottom: 5px; 
					}
					
					.actuality_large {
					   width: 98%;
					   font-size: 13px;
						border: solid;
						border-width: 1px;
						border-color: #5187a3;		
						border-collapse: collapse;
						margin-top: 5px;
						margin-bottom: 5px; 
						
			
					}
					
					.actual_header {
						background-color: #7aacc5;
						background-image: url(images/table_header_bg.jpg);
						background-repeat: repeat-x;
						color: White;
						padding: 5px;
						
					}
					
					.actual_cont {
						background-color: #e9edef;
						text-align: justify;
						padding: 5px;
						font-size: 90%;
					}

					
					.actual_footer {
						background-color: #e9edef;
						border-top: solid;
						border-width: 1px;
						border-color: #DADADA;
						font-size: 80%;
					   padding-left: 5px;
						vertical-align: bottom;
						
					}
					
					.aktual_list {
					   margin-left: 20px;
					   color: Black;
						display: list-item;
						text-decoration: none;
					}
					
					.aktual_list:hover {
						text-decoration: underline;
					}
					

#footer {
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	height: 30px;	
	width: 940px;
}


#menu-div {
	
   display: table;
	color: White;
   
	border: none;
	padding-top: 260px;
	margin-left: 5px;
	margin-right: 50px;
	font-weight: bolder;
}

a.menu{
	color: White;
	text-decoration: none;
}

a.menu:hover{
   color: Yellow;
	text-decoration: underline;

}

h4 {
	color: #396F8B;
	font-size: 16px;
}

h3.urad {
	color: #396F8B;
	font-size: 18px;
	text-align: center;
}

div.cim1 {

   font-style: italic;
	float: left;
}

.lista1 {
	list-style-type: circle;
}

.docdiv {
	float: left;
   padding-right : 60px;
   border-right: solid;
	border-right-width: 1px;
	height: 410px;
	margin-bottom: 30px; 
	
	
}


  #threads{
  }
  
  .thread{
    margin-top: 12px;
	 margin-bottom: 12px;
  }
  
  
  .threadsender{
   background-image: url(images/table_header_bg.jpg);
	background-position: bottom;
   padding: 4px;
   border: solid 1px;
	border-color: #5187A3;
  }
  
  .threadsender a{
  	color: Black;
	font-weight: bold;
  }
  
  .threadtext{
    width: 457px;
    padding: 7px;
    overflow: hidden;
    border: solid 1px;
    min-height: 50px;
	 border-color: #5187A3;
	 background-color: #E9EDEF;
  }
  
  .dokum {
  	 width: 440px;
  }
  
  .dokum .dokumtitle td {
  	 background-color: #7aacc5;
	 background-image: url(images/table_header_bg.jpg);
	 background-repeat: repeat-x;
    color: White;
	 padding: 5px;
  }
  
  .dokum .dokumbody td {
  	border: solid 1px #D5D5D5;
	padding: 3px 3px 3px 3px;
	font-size: 90%;
  }
  
  .dok {
  	  text-align: center;
  }

.gallery .link {
  color: #2f4f4f;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: -13px;
  
}

div.gallery {
  display: list-item;
  list-style-image: url(gal_item.jpg);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 50px;
}


