	body
	{
		margin: 0;
		padding: 0;
		font: 75% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #E7E7E7;
		background-image: url(img/bg.gif);
	}
	
	a:link { color: #B52C07; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	h2
	{
		color: #B52C07;
		font: bold 150% georgia, times, "times new roman", serif;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
	color: #007DC6;
	font: bold 120% Arial, Helvetica, sans-serif;
	margin-top: 0;
	text-transform: uppercase;

	}
	
	.blu
	{
	color: #007DC6;
	text-transform: uppercase;
}
	
	#container
	{
		margin: 1em auto;
		width: 700px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #4AA6DE;
	}
	
	#header
	{
		height: 100px;
		background-image: url(img/header.jpg);
		/*background-image: url(img/header_avis.jpg);*/
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #EF1C21;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	#mainnav
	{
	background-color: #D75E49;
	font: bold 95% arial, hevetica, sans-serif;
	color: #fff;
	padding: 2px 0;
	margin-bottom: 22px;
	background-image: url(img/bg-menu.gif);
	background-repeat: repeat-x;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 10px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C63018;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 8px;
		border-right: 1px solid #C63018;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #C63018;
		background-color: #fff;
	}
	
#menu
	{
	float: right;
	width: 165px;
	border-left: 1px dotted #4AA6DE;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	}
	
#menu ul
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
	}
	
#menu .data
	{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-variant: small-caps;
	color: #0099CC;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	}
	
	#contents { margin: 0 200px 40px 20px; }
	#contents p { line-height: 165%; }
	.blogentry {
	border-bottom: 1px solid #4AA6DE;
}
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #4AA6DE;
		margin: 0 0 10px 10px;
	}
	
		.imagefloatLabaro
	{
		float: right;
		padding: 2px;
		border: 1px solid #4AA6DE;
		margin: 0 0 20px 0;
	}
	
	.imageborder
	{
	padding: 2px;
	border: 1px solid #4AA6DE;
	text-align: center;
	}
	
	#image a:link, a:visited, a:hover, a:active 
	{
	text-decoration: none;
	}	
	
	.imagefloatLeft
	{
		float: left;
		padding: 2px;
		border: 1px solid #4AA6DE;
		margin: 0 10px 10px 0;
	}

	#footer
	{
		clear: both;
		color: #272900;
		background-color: #009BD4;
		text-align: center;
		padding: 5px;
		font-size: 90%;
	}
	
	#skipmenu
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	#skipmenu a
	{
		color: #666;
		text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #fff;
		background-color: #666;
		text-decoration: none;
	}






/* 
pop.pop.star 
by Timo Wirth
24th Oct. 05
http://www.javajim.de 
*/



table {
font: 95%/1.5em arial, geneva, sans-serif;
border-collapse: collapse;

}
	
/* headline */

caption {
margin: 0;
border-bottom: 4px solid #fff;
padding: 10px;
background: #F8F12A;
text-align: left;
font: bold 250%/1em arial, geneva, sans-serif;
color: #000;
width: 100%;
text-transform: uppercase;
letter-spacing: 0.1em;
width: auto;
}	
	
/* data */

tbody {
background: #acc;
}
tbody td {
font-size: 100%;
letter-spacing: 0.05em;
}
tbody td, th {
border-bottom: 1px solid #fff;
border-left: 1px dotted #fff;
vertical-align: top;
padding: 10px;
}

/* header */ 
	
thead th { /* headers oben */
padding: 5px 10px;
text-align: left;
background: #4AA6DE; /* blue */
color: #fff;
text-transform: uppercase;
letter-spacing: 0.2em;
font-weight: bold;
font-size: 110%
}


tbody th { 
padding: 10px 10px 10px 10px;
text-align: left;
font-size: 110%;
color: #007DC6;
letter-spacing: 0.1em;
line-height: 1.5em;
text-transform: uppercase;
}	

/* colours */

tbody tr.odd th {
background: #C6DFF7; 
}
tbody tr.odd {
background: #C6DFF7; 
}

tbody tr th {
background: #E0EEFB; 
}
tbody tr.chiaro {
background: #E0EEFB; 
}
tbody tr {
background: #fff; 
}

/* footer */

tfoot th, tfoot td {
margin: 0;
border-top: 2px solid #fff;
padding: 5px 10px;
text-align: left;
background: #F8F12A; /* yellow */
color: #000;
}

tfoot th {
text-transform: uppercase;
letter-spacing: 0.2em;
border: none;
}

tfoot td {
padding-left: 10px;
}
	
/* links */	
	
tbody tr th a { /* blue */
color: #277ffe;
display: block;
}

tbody tr.odd th a { /* beige */
color: #555;
display: block;
}	
	
tbody td a {
color: #DF3985;
}

a:visited, tbody tr.odd th a:visited {
color: #999;
}

#credits{
	clear: both;
	font: 95% arial, hevetica, sans-serif;
	top: 50px;
	right: 0;
	color: #007DC6;
	text-align: center;
	}	


	
	
	
