/*lernspass.de css*/

body	{ height: 100.05%; /* force scrollbar */}

/* normales td*/

table,td	{ font-family:Arial; font-size:12px;  }
th			{ font-family:Arial; font-size:12px; font-weight:bold; text-align:left; text-decoration:none; }


p			{ margin-right:26px; text-align:justify;}
p.lala		{ margin-left:5px; text-align:left;}

/* ueberschriften, alternativ zu th*/
.headline 	{ font-family:Arial; font-size:12px; font-weight:bold; text-align:left; text-decoration:none; }


/* grosse symbolgrafiken rechts */
img.symbol	{ margin-right: 40px; }


.malspasslink {
	
	float:left;	
}

/*fuer LERNSPASS schreibweise im fliestext*/
.smallcaps {
	font-variant:small-caps;	
}

/* bugfix: arial mag unter 11px kein bold, also L in 12px  und ERNSPASS in 11px*/
.ernspass {
font-size:11px;
font-weight:bold;
}


/* submenuleiste */
.submenu-td {
	border-left:3px solid #00a651;
	background-image:url(../-gfx/rw-fading.jpg);
	background-repeat:repeat-y;color:#ffffff;
}

.submenu-mehr {
	color: #ffffff;
	font-weight: bold;
	padding-left:25px;
	padding-right:15px;

	margin:0px;
 	border-bottom:1px solid #ed1d24;
	border-top:1px solid #ed1d24;
	
	padding-top:2px;
	padding-bottom:2px;	
	}

/*mehrzeilige submenues*/
.submenu-mehr-mehrzeilig {
	color: #ffffff;
	font-weight: bold;
	padding-left:25px;
	padding-right:15px;

	margin:0px;
 	border-bottom:1px solid #ed1d24;
	border-top:1px solid #ed1d24;
	
	padding-top:0px;
	padding-bottom:0px;
	
	height:40px;
	}

/*mehrzeilige submenues*/
.submenu-mehr-text {
	padding-top:2px;	
	}


.submenu-td-rechts {
	border-right:3px solid #00a651;
}

.submenu-punkte {
	border-top:1px solid #ed1d24;
	border-bottom:1px solid #ed1d24;
	width:100%;
}


/* inhaberformatierung im p*/
.inhaber	{ 
		margin: 0px; 
		background-image:url(../-gfx/inhaberback.gif); 
		text-align:right;
		border-bottom: 1px solid #00a651;
		padding:2px;
		text-align:center; }



/* kleine icons (foto, lupe, ausrufungszeichen) */
.icon	{ margin-right: 13px; margin-bottom: 13px;}


/* aufzaehlungen (gruener kaesten mit gluehbirne) */

.aufzaehlung { 
		background-color:#DFEFE7; 
		border-color:#02A64F; 
		border-width:1px; 
		border-style:solid; 
		margin-top:26px; 
		margin-right:26px;
		margin-bottom:26px;
		
}


/* news kasten + inhalt (gruener kaesten mit ausrufungszeichen) */


.newskasten { background-color:#DFEFE7; border-color:#02A64F; border-width:1px; border-style:solid; margin-bottom:26px; margin-right:26px;}

.newsinhalt { margin-right:35px; }


/* icontabelle in standorten */
.icontabelle { margin-top: 26px; margin-right:26px; margin-bottom:26px;}



/* listen (unsortiert) */

/*ul			{ list-style-type:circle; margin-right:60px; margin-bottom:17px;margin-left:0px;  }*/
ul			{ list-style-type:circle; margin-right:50px; margin-bottom:26px;margin-left:18px;margin-top:0px; padding:0; }


/*li { margin-left:1em; padding:0;}*/



.fettdruck { font-weight:bold;}
.rot			{color:#EE1D25;}



/* form */
.formgross { 
			width:100%;
			border:1px solid #00a651;
 }
.formweiss { 
			border:1px solid #00a651;
 }





/* link-verhalten */

a:link		{ color:#EE1D25; text-decoration:none; }
a:visited	{ color:#EE1D25; text-decoration:none; }
a:hover		{ color:#EE1D25; text-decoration:underline; }
a:active	{ color:#EE1D25; text-decoration:none; }




/* DESIGN RELAUNCH 2.5 */

/* gruen: 00a651 */
/* rot: ed1d24 */
/* hellgrau: dbd9d9*/
/* dunkelgrau: cbc8c8*/


/*##################################################*/
/*hauptmenue*/
#menu {
	width:655px;
	float: left; 
	background-color:#ffffff;
}
#menu2 {
	width:655px;
	float: left; 
	background-color:#ffffff;
}
/*überschrift im hauptmenue*/
h2{
	color: #000000;
	font: 13px Arial;
	margin:0px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	background-color:#ffffff;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing:0.2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
	border-right:1px solid #ed1d24;
	margin:0px;
}

/*aktiver menüpunkt*/
#menu a.naviactive {
	color: #ed1d24;

} 

/*
#menu a:visited {
	background-color:#ed1d24;


	color: #000000;
}
*/

#menu a:hover {
	color: #ffffff;
	background-color:#ed1d24;
}

#menu  a:active {
	color: #000000;
}
#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu2 ul li {
	float: left;
	background-color:#ffffff;
}

#menu2 a {
	display: block;
	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing:0.2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;
	border-right:1px solid #ed1d24;
	margin:0px;
}

/*aktiver menüpunkt*/
#menu2 a.naviactive {
	color: #ed1d24;

} 

/*
#menu a:visited {
	background-color:#ed1d24;


	color: #000000;
}
*/

#menu2 a:hover {
	color: #ffffff;
	background-color:#ed1d24;
}

#menu2  a:active {
	color: #000000;
}
/*hauptmenue ende*/
/*##################################################*/





/*##################################################*/
/*hauptmenue-roterbereich*/
#menu-rot {
	width:655px;
	float: left; 


}

/*überschrift im roten balken*/
h2{
	color: #ffffff;
	font: 13px Arial;
	margin:0px;
	
}

#menu-rot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
		
}

#menu-rot ul li {
	float: right;
		
}

#menu-rot a {

	display: block;
	color: #ffffff;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing:0.2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:9px;
	padding-bottom:9px;

	margin:0px;
}



#menu-rot a:visited {
	color: #ffffff;

}

#menu-rot a:hover {
	color: #ffffff;
	background-color:#ed1d24;	
}

#menu-rot  a:active {
	color: #ffffff;

}
/*hauptmenue-rot ende*/
/*##################################################*/




/* gruen: 00a651 */
/* rot: ed1d24 */
/* hellgrau: dbd9d9*/
/* dunkelgrau: cbc8c8*/

/*##################################################*/
/*submenu*/
#submenu {

	float: left; 
	background-color:#ffffff;

}

/*überschrift im submenue*/
h3{
	color: #000000;
	font: 12px Arial;
	margin:0px;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu ul li {
	float: left;
	background-color:#ffffff;
}

#submenu a {
	display: block;
	color: #ed1d24;
	text-decoration: none !important;
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
}


#submenu a:visited {
	color: #ed1d24;
}

#submenu a:hover {
	color: #ffffff;
	background-color:#ed1d24;
}

#submenu  a:active {
	color: #ed1d24;
}
/*submenu ende*/
/*##################################################*/





/* gruen: 00a651 */
/* rot: ed1d24 */
/* hellgrau: dbd9d9*/
/* dunkelgrau: cbc8c8*/


/*##################################################*/
/*bottommenue*/
#bottommenu {
float:right;

}

/*überschrift im hauptmenue*/
h4{
	color: #000000;
	font: 13px Arial;
	margin:0px;

}

#bottommenu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#bottommenu ul li {
	float: left;

}

#bottommenu a {
	display: block;

	color: #000000;
	text-decoration: none !important;
	font-weight: bold;
	letter-spacing:0.2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}

/*aktiver menüpunkt*/
#bottommenu a.naviactive {
	background-color: #ed1d24;
} 

#bottommenu a:visited {
	color: #000000;
}

#bottommenu a:hover {
	color: #ffffff;
	background-color:#ed1d24;
}

#bottommenu  a:active {
	color: #000000;
}
/*bottommenue ende*/
/*##################################################*/



#beschriftung {

	background-image:url(../-gfx/gw-fading.jpg);
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:center;

		padding-top:6px;
		padding-bottom:6px;
}



/* partner link box */
.partnerbox {

	background-color:#ffffff;
	margin-bottom:26px;
	border:1px solid #00a651;	
}
