/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert,
	die in der markup.css überschrieben werden sollen!
*/
/*----- Tags -----*/
body 
{
	font-family:Verdana, Arial,  Helvetica, sans-serif;
	font-size:11px;
	background:#e3cf9a;
	color:#888888;
}
/*--Text--*/
h1 
{
	font-size:11px;
	padding:0;
	margin:0;
}
h2 
{  
	font-size:11px;
	padding:0;
	margin:0;
}
h3,
h4,
h5,
h6 
{ 
	font-size:11px;
	padding:0;
	margin:0;
}
p 
{
	margin:0 0 11px 0;
	line-height:17px;
}
strong 
{
	font-weight:bold;
	color:#BBA259;
}
/*--Tabellen--*/
table 
{
	font-size:11px;
	margin:0 0 11px 0;
	width:100%;
}
caption 
{
	display:none;
}
thead 
{
	background:#333333;
	color:#ffffff;
}
tbody 
{
	font-size:11px;
}
tfoot  td
{
	font-weight:bold;
}
th 
{
	padding:3px 5px 3px 5px;
}
td 
{
	padding:3px 5px 3px 5px;
}
/*--Listen--*/
ol 
{
	margin:0 0 11px 15px;
}
ul 
{
	margin:0 0 11px 15px;
}
#main li
{
	line-height:17px;
}
/*--Links--*/
a:link 
{
	color:#BBA259;
	text-decoration:none;
}
a:visited  
{
	color:#BBA259;
	text-decoration:none;
}
a:focus  
{
	color:#BBA259;
	text-decoration:underline;
}
a:active   
{
	color:#BBA259;
	text-decoration:underline;
}
a:hover  
{
	color:#BBA259;
	text-decoration:underline;
}
/*--Formulare--*/
fieldset
{
	border:none;
}
input,
textarea
{
	border:none;
}
