body {
	background-image: url(images/hintergrund.gif);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #290D5C;
}

/*p {
	font-size : 12pt;
	font-family : Times New Roman;
}

ul  {
	font-size : 12pt;
	font-family : Times New Roman;
}
*/
li {
	margin-bottom: 10;
}

h1 {
	font-size: 1.6em;
	margin-top: 1cm;
	color: #0000CC;
	line-height: 1.8em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 1cm;
	color: #0000CC;
}

h3 {
	font-size: 1.2em;
	line-height: 1.0em;
	margin-top: 0.5cm;
	color: #0000CC;
}

img {
	border: 0;
}

img {
	border: 0;
	margin: 0 10px 10px 10px;
}

img.right {
	float: right;
	clear: right;
}

img.left {
	float: left;
	clear: left;
}

a.pdf {	
	background-image:url(/images/pdf.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

a {
	text-decoration: none;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #0000CC;
}

a:active {
	color: #0000CC;
}

a:hover {
	background-color: Red;
	color: White;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	color: red;
	border: 1px solid white; /* Damit der Text beim hover nicht spring */
}

a:hover strong {
	color: #0000CC;
	background-color: white;
	border: 1px solid red;
}

p.navbar {
	font-size: 12pt;
	font-family: Times New Roman;
	background-color: #e8f0ff;
}

p.navbar img {
	margin: 0;
}

p.author {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;	
}

table,tr,td,th {
	border-width: 0px;
	border-style: solid;
	border-color: #0000CC;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

th {
	color: white;
	background-color: #0000CC;
	padding: 5px;
}

tr.gerade {
	background-color: #e8f0ff;
}

td {
	padding: 10px;
}

#aktuelles {
	font-weight: bold;
}

#aktuelles em {
	font-weight: bold;
	font-style: italic;
}

.marginalie {
	float:right;
}