/*
	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:12px;
	color:#000000;
}
/*--Text--*/
h1 
{
	font-size:20px;
}

h2 
{  
	font-size:14px;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

h3,
h4,
h5,	
h6 
{ 
	font-size:12px;
	padding:0;
	margin:0;
}

p 
{
	margin:0 0 10px 0;
	line-height:145%;
}

strong 
{

}

/*--Tabellen--*/
table 
{
	font-size:11px;
	margin:0 0 15px 0;
	width:100%;
}

caption 
{
	
}

thead 
{
	background:#847248;
	color:#ffffff;
}

tbody 
{

}

tfoot 
{
	 font-weight:bold;
}

tr 
{

}

th 
{
	padding:3px 5px 3px 5px;
}

td 
{
	padding:3px 5px 3px 5px;
}
/*--Listen--*/
ol 
{

}

ul 
{
	margin:0px 0 15px 5px;
}

li 
{
	line-height:145%;
}
/*--Links--*/
a:link {
	color:#847248;
	text-decoration:none;
	font-weight:bold;
}
a:visited  {
	color:#847248;
	text-decoration:none;
	font-weight:bold;
}
a:focus  {
	background:#EBE9E4!important;
	color:#847248;
	text-decoration:none;
	font-weight:bold;
}
a:hover  {
	color:#847248;
	text-decoration:underline;
	font-weight:bold;
}
a:active   {
	color:#847248;
	text-decoration:none;
	font-weight:bold;
}

/*--Formulare--*/
form
{
	margin:0 0 20px 0;
}
input,
textarea,
select
{
	border:1px solid #847248;
}
input,
textarea
{
	width:350px;
}
/*----- Tags Ende -----*/