
div.formerrror { color: red; margin: 8px 0 4px 0; }


.clear  { clear:both; height:0; font-size: 0; }

div.box                 { margin-bottom: 5px; }
div.box-left            { float:left; width:80px; }
div.box-right           { float:right; width:355px; border-top: 3px solid #E7E7E7;  border-bottom:3px solid #fff;}
div.box-right-header    { font-weight: bold; padding: 5px 0;}
div.box-right-content   { display: none; }
div.box-right-line      { border-bottom: 12px solid #E7E7E7;}


#themen         div.box-right { border-bottom-color: #F59F0A; }
#altersgruppe   div.box-right { border-bottom-color: #95BB0E; }
#methoden       div.box-right { border-bottom-color: #DEB7D2; }
#handlungsfeld  div.box-right { border-bottom-color: #A3D5EE; }
#material       div.box-right { border-bottom-color: #F4C9D0; }





.spalte-links { float:left; clear:both; width: 12em; margin:0; padding: .2em 0; }
.spalte-rechts { float:left; width: 30em; padding: .2em 0; margin:0; }
h2 { clear:both; padding: 3em 0 0em 0; margin:0; border-bottom: 1px dotted #aaa; }



caption {
	display:block;
	text-align: left;
	margin: 20px 0 20px;
	padding:0;
	line-height: 1.3em;
	font-size:15px;
/* 	border-bottom: 1px dotted #999; */
}



table.eingabe td {
	width:50%;
	padding:7px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

table.eingabe  {
	width:100%;
}


table.eingabe input[type=text] {
	width:220px;
}


table.eingabe textarea {
	width:220px;
	height:170px;
}
.box-right-content textarea {
	width:220px;
	height:110px;
}

/* NAVI */

ul#navlist
{
list-style-type: none;
border-bottom: 4px solid #e7c272;
margin: 5px 0 0 0;
padding:0 0 24px 0;
}

ul#navlist li
{
font-size: 13px;
font-style: italic;
float: left;
height: 21px;
background-color: #fff;
margin: 2px 0 0 0;
border-right: 1px solid #e7c272;
border-top: 1px solid #e7c272;
color:#fff;
-moz-border-radius-topright: 8px;
/* -moz-border-radius-topleft: 4px; */
}

ul#navlist li.hi
{
background-color: #bbcede;
}

li.hi a { color: #000; }

#navlist a
{
float: left;
display: block;
color: #000;
text-decoration: none;
padding: 1px 21px 2px 21px;
}

#navlist a:hover {  }

#navlist a.mytitle {
background-color:#d99125;
color:#fff;
font-weight: bold;
/* border-left: 2px solid #e7c272; */
}


a.more {
	padding: 2px 5px;
	background-color:#eee;
	color:#777;
	border: 1px solid #ccc;
/* 	float:right; */
}


