/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

/* changed by Hugo Gimbert http://www.labri.fr/~gimbert */


body {
margin: 10px 10px 10px 10px;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;

}


.avmenu {
float: left;
width: 20%;
margin: 0 0 0 0;
padding: 0;
font-size: 0.9em;
}

.avmenu ul {	
list-style: none;
margin: 0 0 0 0;
padding: 0;
font-size: 1.1em;
}	

.avmenu li {
margin: 0 0 8px 0;
padding: 0;
}

.avmenu li a {
font-weight: bold;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 6px 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
.avmenu li a:hover {
background: #eaeaea;
color: #800;
border-left: 4px solid #286ea0;
}


.content{ 
margin: 0  0 0 0;
width:75%;
float:right;}

.avert{
color:#FF0000;
}
.content h1{
font-size: 2em;
text-align : center;
padding : 10px 0 15px 0;
color:#800000;
 }

.content h2{
color:#800000;
}

table.padded-table  {
  border: medium solid black;
  border-collapse:collapse;
}
table.padded-table th{
  border: medium solid black;
  padding:3px;
}
table.padded-table td{
  border: thin solid gray;
  padding:2px;
 }

.announce {
margin: 10px 0 10px 0;
padding: 10px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}


h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
/*color: #286ea0;*/
color:#800000;
}

a img {
border: 0;
}




#footer {
clear: both;
margin: 10px auto;
padding: 10px 0 20px 0;
border-top: 4px solid #cccccc;
width: 100%;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.frontphoto{
margin: 0px 10px 0px 0px;
float: right;
width:30%;
}


.bodyphotoright{
margin: 10px 10px 10px 10px;
float: right;
width:30%;
 }

.bodyphotoleft{
margin: 10px 30px 0px 10px;
float: left;
width:25%;
}


.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 30px 30px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}


.hide {
display: none;
}