body {
	
	font-size: 10px;
	font-family: arial,verdana,helvetica,sans-serif;
	text-align: center;
	background-color:#FFFFFF;
	
}
.clear{
	clear: both;
}
#main {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	clear:both;
}
#headpicture{

}
#navigation {
	color:#000000;
	text-align: center;
	background-color:#ffffff;
	float:left;
	width: 600px;
	height: 40px;
	margin-top: 10px;
}
#navigation2{
	color: #111111;
	text-align: center;
	background-color:#ffffff;
	float:left;
	width: 600px;
	height: 40px;
}
#navigation ul {	
	margin: auto;
	font-size: 100%;
	list-style-image: none;
}
#navigation ul li {

	float: left;
	margin: auto;
	
	list-style-type: none;
}
#navigation ul a:link, #navigation ul a:visited
{
	
	color: #000000;
	display: block;
	float: left;
	height: auto;
	margin: 0 2px 0 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
#navigation2 ul {	
	margin: 0 0 0 0;
	font-size: 100%;
	list-style-image: none;
}
#navigation2 ul li {

	float: left;
	margin: 0 0 0 0;
	
	list-style-type: none;
}
#navigation2 ul a:link, #navigation2 ul a:visited
{
	
	color:#222222;
	display: block;
	float: left;
	height: auto;
	margin: 0 2px 0 2px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
#navigation2 ul li a:hover, #navigation2 ul li a:active {

	background: #000000;
}
a{
	color:#000000;
	text-decoration: none;
}

a:visited{

}
h1, h2{}
h3{

}
h4{

}
#container
{
background-color:#FFFFFF;
/*border: 1px dotted #999;*/
width:100%;
float:left;
/**margin:5px 5px 10px 5px ;
padding:2px 2px 2px 2px;*/
}
#post{
background-color:#fff;
width:100%;
float:left;
/*
margin: 1px 1px 3px 1px;
padding:10px 10px 10px 10px;
*/
}
#Autor{
	text-align: right;
}
#login{
	margin:20px auto 0 auto;
}
#tablelive{
	margin-top: 10px;
}



#foot{
color:#000000;
text-align:center;
width:600px;
height: 40px;
padding: 10px 0 0 0 ;
float:left;
background-color:#ffffff;
}

h1 {
font-size:24px;
font-weight:bold;
margin:0px;
}
table{
	margin-top: 10px;
	margin: auto;
	border-color:#000000;
	border-collapse:collapse;
}
table thead{
	color:#FFFFFF;
	background-color:#000000;
}
td{
	vertical-align:top;
}