/*
	Hier werden nur die Tags ohne Klassen oder ID's definiert,
	die in der markup.css überschrieben werden sollen!
*/
/*----- Tags -----*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.69em;
	background-color:#FFF;
}
/*--Text--*/
h1 {
	font-size:1.5em;
	padding:1em 0 0 0; 
	/*font-variant:small-caps;*/
}
h2 { 
	padding:0 0 1em 0; 
	font-size:1em;
	color:#010101;
}
h3 { 
	display:block;
	padding:0.2em 0 0.2em 0.8em; 
	margin:1em 0 1em 0;
	font-size:1.2em;
	background-color:#f0f0f0;
}
h4	{
	font-size:1em;
	padding:0 0 1em 0.5em;
}
h5,
h6 { 
	font-size:1em;
	padding:0 0 0 0; 
}
p {
	font-size:1em;
	padding-bottom:1em;
}
strong {
	
}
/*--Tabellen--*/
table {
	width:100%;
	color:#010101;
	margin:0.4em 0 0.4em 0.1em;
}
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;
	margin-bottom:1em;
	margin-left:1em;
}
ul {
	/*padding-left:1em;*/
	margin-bottom:1em;
	margin-left:0.6em;
}
#main ul li 
{
	list-style-type:none;
	background:url(../images/icons/bullet.gif) no-repeat 0 0.4em;
	padding-left:1.5em;
}
#main ul li ul li
{
	background:url(../images/icons/bullet2.gif) no-repeat 0 0.4em;
}
#main ul li ul li ul li
{
	background:url(../images/icons/bullet3.gif) no-repeat 0 0.4em;
}
/*--Links--*/
a:link {

}
a:visited  {

}
a:focus  {

}
a:hover  {

}
a:active   {

}
/*--Formulare--*/
textarea {
	width:33.2em;
}
input,
select,
textarea {
	border:1px solid #ccc;
}
/*----- Tags Ende -----*/