body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 130%;
 	color: #334d55;
}

.h2{
 	font-size: 124%;
 	color: #006699;
	word-spacing: 10px;
}

.h3{
 	font-size: 110%;
 	color: #334d55;
}

#container {
	margin: 1em auto; margin-left: 20px;
	width: 850px;
	background-color: #fff;
	float: left;
	background-color: #fff;
	border: 1px solid #000000;
}

#header{
	margin-left: 10px;
 	padding: 10px 0px;
	width:100%;
}

#content{
    float: right;
	margin-left:20px;
	margin-right:15px;
	width: 550px;
	line-height: 20px;

}


#navi	{
	width: 236px;
	float: left;
	text-align: right;
}

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	word-spacing: 10px;
	width: 688px;
}

td {
	vertical-align: top;
	line-height:22px;

}

.termine {
	font-size: 11px;
}


#current {
text-decoration:none;
}


#cover li
{
list-style-type: none;
text-align: center;
font-weight: bold;
position: relative;
}

#cover img
{
width: 80px;
height: 80px;
display: block;
padding: 3px;
border: 1px solid #ffffff;
}

#cover a .large
{
display: none;
}

#cover a:hover .large
{
width: 350px;
height: 350px;
display: block;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 1;
background: #fff;
}