@import "article_list/style.css";
@import "gallery/style.css";
@import "article/style.css";
@import "tab/tabcontent.css";
@import "mail_form/style.css";

* {
    margin: 0;
}

body {  
  color : #ffffff;
  font-size : 9pt;
  font-family: Tahoma, Arial, sans;  
  background-image: url("gfx/tlo.jpg");
  background-repeat: no-repeat;
  background-position:top center;
  background-color: #000;  
  border:none;  
  height:auto;
  overflow:auto;
 } 
 
 
#outer 
 {
  position:relative;
  width:990px;
  height:auto;
  margin: 0px auto 0px auto; 
  text-align: center;	  
  border:none;  
  overflow:auto;
 }
 
#top_h
{
 width:990px;
 height: 142px;
 border:none;
 background-image: url("gfx/top_logo.png");
 background-repeat: no-repeat;
 background-position:top center;
 margin:0px;
 padding:0px;
 text-align:center;
 display:block;
}      

#top_menu
 {
  width:990px;
  height:65px;
  background-color:none;
  text-align: center;	  
  border:none;
  display:block;
 } 

#top_bg
 { 
  position:absolute;
  top:0px;  
  height:146px;
  width:100%;     
  background-image: url("gfx/top_bg.png");
  background-repeat: repeat-x;
  border: none;
  margin: 0px auto 0px auto;  
}

#mid_container
{
 position:relative;
 width: 990px; 
 height:auto; 
 min-height:500px;
 border:none; 
 overflow:auto;
 display:block;
 background-color:none;  
 margin-bottom:14px;
} 

#cont_l
{
 position: relative;
 width:665px;
 text-align:left;
 float:left;
 border:1px solid #232323;
 background-color:none; 
 background-image: url("gfx/cont_left_bg.png");
 background-repeat: repeat-y;
 height:auto; 
 overflow:auto; 
 padding-top:14px;
 padding-bottom:14px;
 margin:0px; 
}

#cont_r
{
 position: relative;
 width:315px;
 text-align:left;
 float:right;
 border:1px solid #232323;
 background-color:none; 
 background-image: url("gfx/cont_right_bg.png");
 background-repeat: repeat-y;
 height:auto; 
 overflow:auto; 
 padding-top:12px;
 padding-bottom:12px;
 margin:0px; 
}

#txt{
 padding:10px;
}

#content1_hd
 { 
  position:relative;
  left:14px;
  text-align:left; 
  height:auto;  
  overflow:auto; 
  width: 637px;  
  background-image: url("gfx/cont_left.png");
  background-repeat: repeat-y;  
  border: none;  
  background-color:none; 
  display:block;
  margin-bottom:14px;
}

#content1
 { 
  position:relative;
  left:14px;
  text-align:left; 
  height:auto;  
  width: 637px;     
  overflow:auto; 
  background-image: url("gfx/cont_left.png");
  background-repeat: repeat-y;    
  border: none;  
  display:block;
  background-color:none; 
  padding:0px;
}

#content2
 { 
  position:relative;
  text-align:left;
  left:12px;
  height:auto;
  overflow:auto; 
  width: 292px;     
  border: none;  
  background-color:none; 
  background-image: url("gfx/cont_right.png");
  background-repeat: repeat-y;    
}


#bottom 
 { 
  position:relative;
  height: 100px;
  width: 990px;
  margin: 0px auto 0px auto;
  text-align:center;
  background-image: url("gfx/tlo_stopka.jpg");
  background-repeat: no-repeat;
  border: none;
  background-color:none;
}

#bottom_bg
 { 
  position:relative;  
  height: 106px;
  width: 100%;     
  background-image: url("gfx/stopka_bg.jpg");
  background-repeat: repeat-x;
  border: none;
  margin: 0px auto 0px auto;
  padding-top:3px;
}


h1, h2, h3, h4, h5, h6 {
	margin-top : 0px;
	font-family: Tahoma, Arial, sans;	
	font-weight:bold;
	color:#ffd200;
}

h1 {
	font-size : 14pt;
}

h2 {
	font-size : 12pt; 
}

h3{
	font-size : 10pt; 
}

a{
	font-size : 9pt;
	color : #ffffff;
	text-decoration : underline;	
	font-family: Tahoma, Arial, sans;	
	font-weight:bold;
}

a:hover {	
	text-decoration : underline;
}

