/** farben: #bfd5ff #6081bf #e6eeff #80acff nach http://wellstyled.com/tools/colorscheme2/index-en.html
**/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6eeff;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#landesjugendamt {
	position: absolute;
	left: 10%;
	width: 80%;
	top: 10px;
	height: 60px;
	background-image: url(images/landesjugendamt.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation {
	position: absolute;
	top: 80px;
	height: 40px;
	width: 80%;
	left: 10%;
	background-color: #6081bf;
}

#navigation ul {
	list-style: none;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#navigation ul li {
	display: inline;
	padding: 10px 40px 10px 0px;
	color: #e6eeff;
	font-size: 110%;
	font-weight: bold;	
}

#navigation a {
	text-decoration: none;
	color: #e6eeff;
}

#navigation a:hover {
	color: #ffffff;
}

#navigation a.aktuell {
	color: #bfd5ff;
}

#actionmenu {
	position: absolute;
	top: 130px;
	height: 20px;
	width: 80%;
	left: 10%;
	background-color: #6081bf;
	color: #e6eeff;
}

#inhalt {
	position: absolute;
	top: 130px;
	left: 10%;
	width: 80%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#fussleiste {
	border: 1px solid #6081bf;
	padding: 5px;

	margin: 15px 0px 10px 0px;
	text-align: center;
	color: #6081bf;
}

#fussleiste a {
	color: #6081bf;
}

.datum {
	border-bottom: 1px dashed #6081bf;
	min-height: 20px;
	font-weight: bold;
	color: #6081bf;
	padding-bottom: 3px;	
}

.nachoben {
	float: right;
	font-weight: normal;
}
.nachoben a {
	color: #6081bf;
	background-image: url(images/pfeil-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

.tag {
	border: 1px solid #6081bf;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.tag h2 {
	background-color: #6081bf;
	color: #e6eeff;
	margin: 0px;
	font-size: 110%;
	padding: 2px 2px 2px 10px;
	cursor: pointer;	
}


.tag p {
	margin: 0px;
	background-color: #bfd5ff;
	padding: 3px 10px 3px 10px;
}

.kasten {
	border: 2px solid #6081bf;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

.termin {
	background-color: #80acff;
	margin: 0px;
	padding: 3px 3px 3px 10px;
}

.termin ul {
	list-style: none;
	padding: 0px;
}

.termin ul li {
	margin: 4px 0px 4px 0px;
}


.download {
	margin: 0px;
	background-color: #bfd5ff;
	padding: 3px;
}

.download a {
	color: #000000;
}

.download > a {
	padding: 4px 0px 4px 18px;
	margin: 0px 0px 0px 10px;
	background-image:url(images/datei_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.download ul {
	list-style-image:url(images/datei_icon.gif);
}

.download ul li {
	padding: 4px 0px 0px 4px;
}

.download ol li {
	padding: 4px 0px 4px 18px;
	background-image:url(images/datei_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.linkbild {
	border: none;
}

.togglebox{
/*	display: none;*/
}
.action {
	float: right;
	font-size: 70%;
	text-decoration: underline;
	cursor: pointer;
	}
	
.menuaction {
	padding: 3px 5px 3px 5px;
	float: left;
	font-size: 70%;
	text-decoration: underline;
	cursor: pointer;
	}

