/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert!
*/
*
{
	margin:0; 
	padding:0;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td 
{
	text-align: left;
	vertical-align: top;
}
caption 
{
	text-align: left;
}
img 
{
    border:none;
}
/*
	Hier werden sämtliche Tags auf Standardwerte festgelegt, 
	z.B. Abstände oder Bordereigenschaften für Tabellen und Bilder!
*/
body 
{
	background-color:#f9a936;
	font-family:'Trebuchet MS',Verdana, Arial,sans-serif;
	font-size:1em;
	width:100%;
}
/*--Text--*/
h1
{
	display:block;
	position:absolute;
	left:-2000px;
}
h2 
{
	font-size:1em;
	font-weight:bold;
	color:#b00000;
}
h3
{ 
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
}
h4,h5, h6 
{ 
	font-size:0.8em;
	font-weight:normal;
	color:#555555;
}
p 
{
	
}
strong 
{

}
em
{

}
/*--Tabellen--*/
table 
{

}
caption 
{
	
}
thead 
{

}
tbody 
{

}
tfoot 
{

}
tr 
{

}
th 
{

}
td 
{

}
/*--Listen--*/
ol 
{

}
ul 
{

}
dl 
{

}
li 
{

}
dd
{

}
dt
{

}
/*--Formular--*/
form
{

}
legend
{

}
fieldset
{

}
label
{

}
select
{

}
option
{

}
button
{

}
input
{

}
input
{

}
input[type=""]
{

}
/*--Links--*/


abbr {
	cursor: help;
	border-bottom: #000066 1px dotted;
	background-color: #f5f5f5;
}
acronym {
	cursor: help;
	border-bottom: #000066 1px dotted;
	background-color: #f5f5f5;
}
cite {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
