/* CSS Document Lingua Legis */

*{
  margin:0px;
  padding:0px;
}
html{
  height:100%;
  width:100%;
}
body{
  background: url(/files/body_bg.gif) 0px 0px repeat-y;
  font-family:'trebuchet ms', verdana,sans-serif;
  color:#525052;
  height:100%;
}

a{
  color:#8BB500;
  text-decoration:none;
}

.clearer{
  clear:both;
}

img{
  border:none;
}
del{
	text-decoration:none;
}
/******************************************/
#logo{
	position:absolute;
	top:0px;
	left:20px;
z-index:1000;
}

#sitewrapper{
  background: url(/files/sitewrapper_bg.gif) 0px 0px repeat-x;
  line-height:0px;
  height:100%;
}
body > #sitewrapper{
  height:auto;
  min-height:100%;
}
#site{
  background: url(/files/site_bg.gif) 0px 0px no-repeat;
  width:980px;
}
  #chooselang{
	line-height:16px;
    position:absolute;
    top:17px;
    left:680px;
	width:300px;
    color:white;
	text-align:right;
  }
  #chooselang a{
	color:white;
	font-size:12px;
  }
  #chooselang a.current,
  #chooselang a:hover{
	color:#525052;
  }
  #nav{
    float:left;
    height:78px;
    width:774px;
  }
    #nav ul{
	  display:none;
      margin-top:65px;
      margin-left:220px;
    }
    #nav li{
      display:inline;
      margin-right:10px;
    }
      #nav li a{
      text-decoration:none;
      color:#525052;
      }
      #nav li a:hover,
      #nav li a.current{
      color:#525052;
      }
	#nav #swfdiv{
		height:26px;
		position:absolute;
		top:52px;
		left:220px;
	}

  #subnav{
	float:left;
    height:40px;
    width:774px;
    background: url(/files/subnav_bg.gif) 162px -1px repeat-y;
  }
  #subnavwrapper{
  	border-top:solid 1px #A3D400;
	margin-left:162px;
    background-color:#A3D400;
	display:inline;
	white-space: nowrap;
  }
	#subnav ul{
		display:inline;
		padding:0px;
		margin:0px;
		padding:2px 7px 3px 7px;
		background-color:#A3D400;
	}
	#subnav li{
		line-height:26px;
		display:inline;
		background-color:#A3D400;
		color:white;
	}
	#subnav li a{
        padding:2px 3px;
		color:white;
		font-size:12px;
	}
	#subnav li a.current,
	#subnav li a:hover{
		color:#525052;
	}
  #contentwrapper{
    float:left;
    padding-left:207px;
    padding-bottom:20px;
    padding-right:45px;
    font-family:"Trebuchet MS", Verdana, "sans-serif";
  }
  #content{
    width:521px;
    font-size:12px;
    padding-bottom:40px;
    padding-top:20px;
  }
	#content.home{
		padding-top:230px;
	}
    #content *{
       line-height:20px;
    }
    #content img.home{
		position:absolute;
		top:78px;
		left:162px;
  	}
    #content h1,
    #content h2,
    #content h3{
		margin-bottom:37px;
      	margin-top:37px;
      	color:#8BB500;
      	font-size:18px;
    }
    #content h2{
    	margin-bottom:15px;
  	}

    #content ul{
      margin-left:20px;
      margin-bottom:20px;
    }
    #content p{
      margin-bottom:20px;
    }
  #right{
position:absolute;
left:785px;
top:60px;
    padding-top:0px;
margin-top:0px;
  }
    #right .imagecontainer{
      line-height:0px;
padding-bottom:20px;


    }
  #newsbox{
    line-height:12px;
    border:solid 1px #EDEDED;
    width:196px;
    background-color:#EDEDED;
  }
  #newsboxcontent{
    margin:9px;
  }
  #newsbox h1{
    font-size:13px;
    color:#8BB500;
    line-height:15px;
  }
#newsbox h2{
    font-size:14px;
    color:#8BB500;
    line-height:24px;
margin-bottom:12px;

  }
  #newsbox hr{
    border:solid 0px black;
    border-bottom:1px solid black;
    margin-top:14px;
    margin-bottom:14px;
  }
  #newsbox p{
font-weight:bold;
    font-size:11px;
    line-height:19px;
  }
  #newsbox a{
    color:#8BB500;
    text-decoration:none;
    font-weight:bold;
  }
  #footer{
    position:absolute;
    margin-top:-20px;
    width:774px;
    height:20px;
    background: url(/files/footer_bg.gif) 0px 0px no-repeat;
    text-align:right;
    color:white;
    font-size:11px;
  }
  #footer #servicenav{
    margin-right:10px;
  }
  #footer a{
    color:white;
    line-height:20px;
  }

/** Formulare ***/
	#form-module{}
	#form-module fieldset{
		border:none;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
	}
	#form-module legend{
		display:none;
	}
	#form-module label{
		float:left;
		display:block;
		width:150px;
	}
	#form-module select.select{
		width:324px;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
	}
	#form-module input.text{
		width:320px;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
	}
#form-module input.captcha{
		width:175px;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
    margin-left:150px;
	}
#form-module img{

	}
	#form-module input.submit{
		margin-left:150px;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
	}
	#form-module textarea.textarea{
		width:320px;
		font-family:'trebuchet ms', verdana,sans-serif;
		font-size:12px;
	}
	#form-module .element{
		clear:both;
		display:block;
		margin-bottom:6px;
	}

#ticker-area{
	margin-top:15px;

	font-size:16px;
}
