/* CSS Document */

body {
	font-size:0.8em;
	font-family:Georgia;
	color:#561906;
}

a {
	color:#561906;
	font-weight:bold;
}

h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
h3, h4, h5, h6 {
	font-size:100%;
}
h1, h2 {
	font-weight:normal;
}

#content li {
	list-style-image:url(../images/ui/korken_klein.jpg);
	padding:5px 0 5px 0;
}

/******************** Navi ***************/
#nav {
	line-height:250%;
	font-size:120%;
}
#nav a {
	text-decoration:none;
	color:#561906;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul  {
	list-style:none;
	margin-top:0px;
	margin-left:-40px;

}
#nav ul li {
	padding-left:30px;
}
.activeNavStart {
	list-style:none;
	background-image:url(../images/ui/korkNavi.gif);
	background-repeat:no-repeat;
	background-position:0px 50%;
}
.activeNav {
	list-style:none;
	background-image:url(../images/ui/korkNavi.gif);
	background-repeat:no-repeat;
	background-position:0px 5%;
}

#nav ul li ul {
	margin-left:-60px;
}
/*******************************************/
#footer {
	font-size:80%;
	line-height:20px;
	text-align:right;
}
#footer a {
	color:#660000;
}

/************** barrierfrei Hilfen **************/
.hide {
	visibility:hidden;
	height:0px;
}

