/* external CSS File */
/* filename 'langA.css' */
/* NO HTML MARKUP ALLOWED */

body {
background-color: white;
}

/*
*{
padding: 0;
margin: 0;
}
*/

#header {
background: url(images/drlang_header3.gif) no-repeat 0 0;
position: relative;
display: block;
border-style: solid;
border-color: #66CCFF;
border-width: 0 0 1px 0;
width: 800px;
height: 160px;
}


#container {
width: 800px;
margin: auto;
}


a:link {color:#777777; 
text-decoration: underline;}
a:visited {color:#777777; 
text-decoration: underline;}
a:active {color:#666666; 
text-decoration: underline;}
a:hover {color:#333333; 
text-decoration: underline;
background-color: #99ccff;
}



li {
list-style: none;
font-family: Times, serif; 
font-size: 16px;
font-weight: 500;
line-height: 18px;
color: #666666;
padding-top: 5px;
}


#topleft {
position: absolute;
display: inline;
margin-left: -40px;
margin-top: 3px;
}


#leftclient {
position: absolute;
display: inline;
margin-left: -40px;
margin-top: 300px;
}


#leftpublications {
position: absolute;
display: inline;
width: 400px;
margin-left: -40px;
margin-top: 575px;
}


#leftcontact {
position: absolute;
display: inline;
width: 400px;
margin-left: -40px;
margin-top: 755px;
}


#rightlicense {
position: absolute;
display: block;
width: 450px;
margin-left: 380px;
margin-top: 300px;
}


#footer {
position: absolute;
display: inline;
width: 800px;
font-family: Times, serif; 
font-size: 14px; 
font-weight: lighter;
color: #777;
text-decoration: none;
text-align: center;
margin-top: 980px;
}


li.title {
display: block;
font-family: Times, serif; 
font-size: 18px;
font-weight: bold;
line-height: 18px;
color: #666666;
width: 335px;
margin-bottom: 2px;
border-bottom: 2px;
border-bottom-color: #cccccc;
border-bottom-style: solid;
padding-bottom: 2.5px;
}


ul.lista {
width: 400px;
list-style-type: none;
font-size: 16px;
font-weight: 500;
line-height: 18px;
color: #666666;
text-decoration: none;
}





a.footer:link {color:#777777; 
text-decoration: underline;}
a:visited {color:#777777; 
text-decoration: underline;}
a:active {color:#777; 
text-decoration: underline;}
a:hover {color:#333333; 
text-decoration: underline;
background-color: #d2eaf8;
}

