/* CSS Document */

* {
	font-family:Arial; 
}

body {
	font-size:12px;
}
body.yellowBackground {
	background-color:#fae9a0;
}

div#footer p {
	text-align:center;
	margin-left:265px;
	margin-right:220px;
	color:#626284;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#782235;
}

p {
	line-height:1.2em;
	margin:0px;
	margin-bottom:1.2em;
}	
a img {
	border:0px none;
}
p.indent{
	margin-left:30px;
}
.align-center {
	text-align:center;
}
div.indent {
	margin:0px;
	padding:0px;
	margin-left:30px;
}

h2 {
	font-size:1.2em;
}

h2.firstHeader {
	margin-top:0px;
}

th {
	background-color:#f0a930;
}

.cElement ul {
	list-style-type:image;
	list-style-image:url(../grafiken/bullet.gif);
	list-style-position:outside;
	margin:0px;
	padding:0px;
	margin-left:15px;
}