/* external CSS File */
/* filename 'langA.css' */

body {
background-color: white;
}


#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: 785px;
margin-left: auto;
margin-right: auto;
/*border: solid 1px red;*/
}


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


#topleft {
float:left;
width: 400px;
margin-left: -20px;
margin-top: 1px;
/*border: solid 1px red;*/
}

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

.lista {
list-style-type: none;
font-size: 1em;
font-weight: normal;
color: #666666;
text-decoration: none;
}

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




#leftclient {
margin-left: auto;
margin-right: auto;
}


#leftpublications {
margin-left: auto;
margin-right: auto;
}


#leftcontact {
margin-left: auto;
margin-right: auto;
}


#rightlicense {
float: right;
width: 400px;
margin-top: 1px;
margin-right: 1px;
/*border: solid 1px red;*/
}


#footer {
margin-left: auto;
margin-right: auto;
margin-top: 80px;
margin-bottom: 5px;
width: 800px;
font-family: Times, serif; 
font-size: 14px; 
font-weight: lighter;
color: #cccccc;
text-decoration: none;
text-align: center;
}


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

.divclear {
clear: both;
}



