/* CSS Document */

/* - - - - - - - - - - - - Layout für Seiten ohne rechte Spalte - - - - - - - - - - - - */
.inhalt_index {
	margin:0 0 1.5em 0;
	padding:1.5em 4em 2em 3em;
	float:left;/**/
	width:81%;/**/
	border:none;/*1px solid #555555;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
    filter:alpha(opacity=95); 
	opacity: 0.95; 
	-moz-opacity:0.95; 
	background-color: #FFF; 	
}

.inhalt_index p {
	margin-bottom:1em;
}

.inhalt_index p.kinder {
    font-family:Kristen ITC, Comic Sans MS, Times, MS Serif, serif !important;
	color:#333333;
	font-size:1.6em !important;
	line-height:100%;
	font-weight:normal;
	padding:0 0 0 0;
	margin-bottom:1em;
}

.inhalt_index p.suche {
	font-size:1em;
	line-height:125%;
	font-weight:normal;
	padding:0 0 0 0;
	margin-bottom:1em;
}

.inhalt_index .sucheklein {
	font-size:0.8em;
	font-weight:normal;
}
