/*******************************************************************************
Stylesheet fuer dessau.de:
Zentrale Formate fuer Seitenaufbau
Autor : BUThomalla - ONLINE MEDIA SERVICE GbR
Datum : 2004-11-22
*******************************************************************************/

body {
	font-size : 1em;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size : 0.95em;
	color : #aa0000;
	background-color : #f7f7f7;
	font-weight : bold;
	margin : 0.8em 0em 0.6em 0em;
	padding : 0.0em;
	border-bottom : solid #ddcccc 2px;
	clear : both;
}

h2 {
	font-size : 0.85em;
	color : #aa0000;
	font-weight : bold;
	margin : 0.7em 0em 0.5em 0em;
	clear : both;
}

h3 {
	font-size : 0.8em;
	color : #000000;
	font-weight : bold;
	margin : 0.6em 0em 0.4em 0em;
}

p {
	font-size : 0.8em;
	line-height : 1.2em;
	margin-top : 0em;
	margin-bottom : 0.4em;
	text-align : justify;
}

ul {
	font-size : 0.8em;
	line-height : 1.2em;
	margin-top : 0em;
	margin-bottom : 0.8em;
	list-style-image : url(../images/list-style-image01.gif);
}
ol {
	font-size : 0.8em;
	line-height : 1.2em;
	margin-top : 0em;
	margin-bottom : 0.8em;
}
li {
	margin-bottom : 0.4em;
}

a {
	color : #aa0000;
	text-decoration : underline;
}
a:hover, a:focus, a:active {
	color : #ffffff;
	background-color : #cc3333;
	text-decoration : none;
}

hr {
	color : #999999;
	height : 2px;
	margin : 0px 0px 4px 0px;
	clear : both;
}

.footer {
	font-size : 0.7em;
}