/* css by kerstin boss prosem.net- 14.01.2009 | 10:33 */
/* wichte farbwerte:
orange avokal: #EE7405
hover avokal: #FDF1E6
blau heller: #009BDE
hover heller: #E5F5FC
grau firmenübergreifend: #6D6D6D
grau bg: #D9D9D9
grau border: #A3A3A3
*/

* {
	margin: 0;
	padding: 0;	
}
body {
	background:#fff url(../img/layout/background.gif);
	color:#000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
html, body {
	border: 0 solid;
	height:100%;
	margin: 0 0 0.1em 0; 
}
p {
	line-height: 1.3em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	width: 30em;
	padding: 1.2em 0 1.2em 1em;
	text-transform:uppercase;
}
h2 {
	font-size: 0.8em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.5em 0 0.4em 1.3em ;
	font-weight: normal;
}
h3 {
	font-size: 0.8em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1.2em 0 0 1.2em;
	font-weight: bold;
}
a:link {
	color: #6D6D6D;
}
a:visited {
	color: #6D6D6D;
}
a:hover {
	color: #BABABA;
}
sup, sub{
	font-size: 0.7em;
}