/* CSS Document */

body{
  margin: 0px;
  padding: 0px;
  font: 12px "Arial", "Arial Narrow", sans-serif;
  color: #5a5753;
  background-color : #D7BE82;
}

A:link 		{text-decoration: none; color: #cc0000; font-size: 12px; font-weight: normal; font-family: Arial;}
A:visited 	{text-decoration: none; color: #aa0000; font-size: 12px; font-weight: normal; font-family: Arial;}
A:active 	{text-decoration: none; color: #ff0000; font-size: 12px; font-weight: normal; font-family: Arial;}
A:hover 	{text-decoration: none; color: #ff0000; font-size: 12px; font-weight: normal; font-family: Arial;}

h1, h2, h3 {padding:0;margin:0;font-weight:normal;}

#container{
  margin: 0 auto;
  min-width: 1000px;
  padding: 0px;
}

* html #container{
  width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "");
}

/***************** Content   *********************/ 



#left_column{
  width: 200px;
  padding: 6px 20px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
}

* html #left_column{
  position:absolute;
  top:expression(eval(document.documentElement.scrollTop)); 
}            

  
#left_column  A:link 		{text-decoration: none; color: #000000; font-size: 12px; font-weight: normal; font-family: Arial;}
#left_column  A:visited 	{text-decoration: none; color: #202020; font-size: 12px; font-weight: normal; font-family: Arial;}
#left_column  A:active 	{text-decoration: none; color: #500000; font-size: 12px; font-weight: normal; font-family: Arial;}
#left_column  A:hover 	{text-decoration: none; color: #dd0000; font-size: 12px; font-weight: normal; font-family: Arial;}



#content{
  margin: 0px 0px 0 310px;
  padding-top: 20px;
}



/***************** MENU   *********************/ 

.menu1 {
	background-color: #7D321E;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	padding-left : 16px;
	padding-bottom : 2px;
	padding-top : 1px;
	color : #F5EBCD;
}
.menu2 {
	background-color: #F5EBCD;
	border-color: #7D321E;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	padding-left : 12px;
}
.menu3 {
	background-color: #EBDCB4;
	border-color: #7D321E;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	padding-left : 12px;
}
.menu9 {
	background-color: #F5EBCD;
	border-color: #7D321E;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	padding-bottom : 2px;
	padding-top : 1px;
	text-align : center;
	font-size : 14px;
	font-weight : normal;
}

.titul3{
	font-size : 16px;
	font-weight : normal;
}
.titul2{
	font-size : 13px;
	font-weight : bold;
	color : #3C4B5A;
	line-height : 32px;
}
.tabin {
	border-color: #E1C88C;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	padding: 4px;
	font-size : 11px;
	text-align : center;
}
.vopros{
	font-size : 12px;
	color : #7D321E;
	font-style : italic;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-left : 12px;
}

.body0 {
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 16px;
	padding-top: 12px;
}


td    {
	color: black;
	font-size: 12px;
}
	

