/* Cascading Style Sheet für juelicher-bibliotheken.de */
/* Stand:  16-10-2008 */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #993300;
}

.titel {
	width: 100%;
	background-color: #990000;
}

h1.titel {
	padding: 20px 0 10px 20px;
	font-size: 24pt;
	text-align: left;
	color: #ffffff;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
}

h1 {
	font-size: 24pt;
	text-align: center;
	color: #33CC00;
}

h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 12pt;
}

h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
	font-size: 10pt;
}

.rechts {
	background-color: inherit;
	margin: 0px;
	padding: 0px
	text-align: right;
	float: right;
}

.box {
	background-color: #ffffe0;
	margin: 10px;
	padding: 10px;
	width: 125px;
	font-size: 10pt;
}

.inhalt {
	margin: 10px;
	padding: 10px;
}

.mitte {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.unsichtbar {
	display: none;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

p {
	margin: 0;
}

ul {
	list-style-type: none;
     margin-top: 5px;
}

ul.disc {
	list-style-type: disc;
     margin-top: 0px;
     margin-bottom: 8px;
}

.fusstext {
	font-size: 9pt;
	font-weight: normal;
}

.fett {
	font-weight: bold;
}

hr {
	height: 3px;
	background-color: #993300;
}

.einruecken {
	margin-left: 40px;
     margin-bottom: 20px;
}


.bilderleiste {
	margin-top: 20px;
     margin-bottom: 20px;
     text-align: left;
     white-space:nowrap;
     overflow: auto;
}

img#leiste {
	margin-left:5px;
     margin-right:5px;
     height: 240px;
     width: 320px;
     border-width: 0px;
}

a:link {color: #900; text-decoration: none; }
a:visited {color:#662200; text-decoration: none; }
a:hover { color: #ff5500; text-decoration: none; }
a[target="_blank"] {color: #006699; text-decoration: none;}
