* 
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	min-height: 100%;
}

body 
{
	color: #666666;
	font: normal 62.5% Verdana,Arial,sans-serif;
	padding-bottom:20px;
}	

a 
{
	color: #ACACAC;
}
a:hover
{
	color: #CACACA;
}

p
{
	padding-bottom: 1.2em;
}

input
{
	margin: 0.2em 0 0.2em 0;
	padding: 0 0.2em 0 0.2em;
}

h1 
{
	font: normal 1.8em Verdana,Arial,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 
{
	padding-top: 6px;
}

th
{
	text-align:left;
}

.leer
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.container
{	
	background: #FFFFFF;
	font-size: 1.2em;
	padding: 0 10px 10px;
	width: 920px;
	margin: auto;
}

.top 
{
	padding: 20px 10px 0;
}

.header 
{
	background: #FFFFFF;
	font-size: 1.2em;
	height: 205px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 920px;
}

.header .left, .header .right 
{
	background: #FFFFFF;
	color: #000000;
	height: 205px;	
}

.header .left
{
	/* background: #FFFFFF url(graph/logo.jpg) no-repeat; */
	font: normal 1.2em Tahoma,sans-serif;
	line-height: 20px;
	text-align: left;	
	width: 524px;
	padding-left: 0px;
}
.header .right
{
	overflow: auto;
}

.menue
{	
	/* background: #D9E1E5 url(graph/nav.gif); 
	border: 1px solid #CACACA;
	border-color: #CACACA #CACACA;*/
	margin: auto; 
	/* padding-left:220px; */
	height: 32px;	
	border-bottom:1px solid #000000;
	text-transform:uppercase;
}

.menue a 
{
	/* background: #D9E1E5 url(graph/nav.gif);
	border-right: 1px solid #CACACA; */
	color: #000000;
	display: block;
	float: left;
	font: bold 1.4em Verdana,Arial,sans-serif;
	line-height: 32px;
	padding: 0 20px;
	text-decoration: none;
}

.menue a:hover
{
	color: #FF3333;
}

.main 
{
	border-top: 4px solid #FFF;
	/* background: url(graph/bgmain.gif) repeat-y; */
}

.content 
{
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 900px;
}
.content .comment 
{
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p
{
	font-family: Verdana,Arial,sans-serif;
}

.content img
{
	border:0;
}

.footer
{
	/* background: #D9E1E5 url(graph/nav.gif);
	border: 1px solid #CACACA;
	border-color: #CACACA #CACACA;  */
	height: 32px;
	color: #000000;
	font: bold 1em Verdana,Arial,sans-serif;
	line-height: 32px;
	padding: 0 12px;
	text-align: center;
}

.footer a
{
	color: #000000;
}
.footer a:hover
{
	color: #FF3333;
}

.start 
{
	/* background: #D9E1E5 url(graph/nav.gif);
	border-right: 1px solid #CACACA; */
	color: #000000;
	display: inline-block;	
	font: bold 2.8em Verdana,Arial,sans-serif;
	line-height: 36px;
	padding: 0 20px;
	text-decoration: none;
	text-transform:uppercase;
}

.start:hover
{
	color: #FF3333;
}
