/* 
This css-file defined the layout of the page.
Designed for anwalt ogieriakhi.
*/

* {
	margin: 0; 
	padding: 0;
}
body {
      font-family: "Trebuchet MS", Arial, Helvetica, Verdana, FreeSans, sans-serif;  
	line-height: 140%;
	color: #000;
	background: #fff;     
}
a {
	color:#F08D17;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0 none;
}
h1 {
	font-size: 140%;
}
 h2 {
	font-size: 100%;
	font-weight: bold;   
}
h3 {
	font-size: 100%;
} 
p {
	font-size:16px;
}
ul {
	list-style-type: disc;
}

#header{
	margin: 0 0 0 0px;
	background-image:url(images/pic_top_back.gif); 
      background-repeat:repeat-x;
      height:50px;
}

#nav_meta{
      left:100px;  
}
#nav_meta ul {
	margin: 10px 0 0px 550px; 
	list-style-type: none;
}
#nav_meta ul li {
	margin-right:25px;
	font-size:14px;
	float: left;
}
#nav_meta ul li a {
	color:#ffffff;
	font-weight: normal;
}
#nav_meta ul li a:hover {
	color:#CC00CC;
}

#nav_main span { 
      margin-left:190px;
      font-size:14px;           
}

#nav_main{
    	margin: -15px 0 0 20px;
	font-size: 16px;
}
#nav_main ul {
	list-style-type:disc; 
      margin: 0 0 0 20px;  
}

#nav_main ul li {
	width: 180px;
	color:#F3A549;
	text-decoration: none;
}

#nav_main p {
      margin-top: -40px;
      font-weight:bold; 
      text-decoration: none;
}

#nav_main p a {
      text-decoration: none;
}


#column_right{
	position: absolute;
	background-color: #fff;
	top: 144px;
	right: 0;
	width: 180px;
	border-left:4px solid #F3A549;
	margin: 0px 120px 0 60px;
/*	height: 100%;    */
	padding-left:5px; 
}

#container_main{
	margin-top: -580px;
}

#content{
	margin: 0px 320px 0 230px;
}

#content h1 {
	margin: 5px 0;
}


#content li {
	margin-left: 20px;
	text-indent: 10px 10px;
}


#nav_path{
	top:10px;
	color:#F08D17;
	font-size:18px;
}

input.search_submit{
	border: 1px solid #ffffff;
	background-color:#660099;
	width:50px;
	height:19px;
	padding: 1px;
	margin: 0 0 0 5px;
	text-align: left;
	color:#ffffff;
}

.form input.input_right, .form textarea.input_right {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 6px;
}
 .form textarea.input_right {
	display: block;
	height: 100px;
	float: left;
	margin-bottom: 6px;
}
.form label.lbl_left {
	width:180px;
	margin-right:10px;
	float: left;
	text-align: right;
}
.form label.lbl_left_r {
	color:#F08D17;
	width:180px;
	margin-right:10px;
	float: left;
	text-align: right;
}
.form label.lbl_right {
	margin-bottom:10px;
}
.form .checkbox {
	width: auto;
	clear: both;
	margin-left:190px;
}
* html .form .checkbox {
	margin-left:185px;
}
.form .checkbox_label{
	text-align:left;
}
.form br {
	clear:left;
}
.form p {
	margin: 0 0 0 190px;
}
.form h2{
     margin-left:130px; 
}
.form .submit{
    margin: 10px 10px 0 190px;
    width:80px;
    height:30px;
    border:1px; 
    font-family: "Trebuchet MS";
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
    background-color:#F08D17;
}
.form .reset{ 
    margin: 10px 0 0 120px;
    width:80px;
    height:30px;
    border:1px; 
    font-family: "Trebuchet MS";
    color:#ffffff;
    font-size:14px;
    cursor:pointer;
    background-color:#F08D17;
}

#prodTab td{
      border-bottom:1px solid #AA37E3;
       padding:10px;
}

.calendar th{
     color:#F08D17;
     font-weight:normal;
}

#lastLine {    
	margin: 150px 350px 0 250px;
	background-image:url(images/pic_top_back.gif); 
      background-repeat:repeat-x;
      left:100px;	
	text-align:center;  
}


