/* CSS Document */

/* ############ Elemente  */

body, html
{
	margin:0;
	padding:0;
	font-size: 80%;

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a,div,td,input,label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #c00;
}

a:hover
{
	color: #c00;
	text-decoration: underline;
}

a:active 
{
	color: #c00; 
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1em;
}

h6
{
	font-size: 0.75em;
}

strong
{
	font-weight: bold;
}

ul
{
	list-style: square;
}

table
{

}

td, th
{
	vertical-align: top;
}

form
{
	margin: 0;
}


/* ################ IDs */
#druckversion
{
	font-size: 0.8em;
	text-align: right;
	padding: 10px 0;
}