/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert,
	die in der markup.css überschrieben werden sollen!
*/
/*----- Tags -----*/
body {
	background-color:#FFF;
	font-family:Eurostile, Tahoma, Trebuchet MS, sans-serif;
	font-size:0.8em;
}
/*--Text--*/
h1 {
	font-family:Eurostile, Tahoma, Trebuchet MS, sans-serif;
	font-size:1.5em;
	padding:0em 0 0.8em 0; 
	color:#7c2828;
	line-height:1.2em;
}
h2 { 
	font-family:Eurostile, Tahoma, Trebuchet MS, sans-serif;
	padding:0 0 0.8em 0; 
	font-size:1.1em;
	color:#000;
}
h3,
h4,
h5,
h6 { 
	font-size:1.1em;
	padding:0 0 1em 0; 
}
p {
	font-size:1.1em;
	padding-bottom:1em;
	line-height:1.2em;
}
strong {
	
}
/*--Tabellen--*/
table {
	
	width:100%;
}
caption {
	font-weight:bold;
}
thead {

}
tbody {

}
tfoot {

}
tr {

}
th {
	padding:0.4em;


}
td {
	padding:0.4em;
	
	
}
td li {
	list-style-position:inside;
	
	
}
/*--Listen--*/
ol {
	padding-left:1em;
}
ul {
	padding-left:1em;
}
li {
	/*list-style-position:inside;*/
}
/*--Links--*/
a:link {
	color:#ff6600;
}
a:visited  {
	color:#ff6600;
}
a:focus  {
	color:#ff6600;
}
a:hover  {
	color:#7c2828;
}
a:active   {
	color:#7c2828;
}
/*--Formulare--*/
textarea {
	width:33.2em;
}
input,select
{
	width:150px;
}
label
{
	width:150px;
	border:none;
	display:block;
	float:left;
}
fieldset
{
	border:none;
}
/*----- Tags Ende -----*/
