/* CSS Document */

/* Script um transparente PNGs in IE zu ermöglichen  */

img { behavior: url(../iepng/iepngfix.htc) }

/* Grundlegende Einstellungen  */

body {
	background:#fff;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 13px;
	color:#FFFFFF;
}
p {
	padding-bottom:0.8em;
	font-weight:bold;
}
h1 {
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	color:#14286e;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	color:#14286e;
}
table {
	padding-bottom:8px;
	font-size:12px;
}
.cleaner {
	/* beendet Floating */
	clear:both;
	height:1px;
	font-size:0px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
}
.image_links {
	/* Defintion Größe und Rahmen für das Bild in der linken Spalte */
	border:#FFFFFF 3px solid;
	width:330px;
	height:360px;
}
.klein {
	font-size:small;
}

/* Dartstellung der grafischen Links auf der Link-Seite */

.faunlinks {
/*	float:left; */
	padding:0 8px 15px 0;
}

/* Defintion Links */

a {
	text-decoration:none;
	color:#14286e;
}

a:hover {
	text-decoration:underline;
	color:#14286e;
}

/* Defintion Listen Navigation */

#navigation ul {
	list-style-type:none;
	margin:-15px 0 0 -40px;
}
#navigation li {
	width:100px;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#navigation li a {
	text-decoration:none;
	color:#fff;
	display:block;
	background-image:url(../grafik/punkt.png);
	_background-image:url(x);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:12px 0px 12px 35px;
	height:30px;
}

#navigation li a:hover {
	text-decoration:underline;
	color:#fff;
	display:block;
	background-image:url(../grafik/punkt_shine.png);
	_background-image:url(x);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding: 12px 0px 12px 35px;
}

/* Defintion Listen innerhalb der Seite  */

ul {
	list-style-type:circle;
}
li {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
li a {
	text-decoration:none;
	color:#14286e;
}

li a:hover {
	text-decoration:underline;
	color:#14286e;
}
