/* CSS Document */
/*Formatierung für die Lehrpläne*/


#box {
width:96%;
background:#eeeeee;
border-top:20px solid #ff9900;
border-bottom:20px solid #ff9900;
padding:0 2% 1% 2%;
}

#ziele {
background-color:#999999;
}

#rahmen {
width:510px;
padding:10px;
border:2px solid #333399;
}

/* Gruppenselektor, gilt für die Überschriften h1 und h2*/
hlp1,hlp2 {
font-family:Arial, Helvetica, sf;
font-weight:normal;
margin:0;
}
/*Elementselektor, gilt nur für die Überschrift h1*/
hlp1 {
font-size:200%;
line-height:2;
}
/*Elementselektor, gilt nur für die Überschrift h2*/
hlp2 {
font-size:150%;
}
#inhaltlp {
float:left;
width:99%;
margin-right:2%;
/*border:1px solid #999999;*/
background:#EEEFEF;
padding:1%;
margin-bottom:.5%;
}
#inhalt hlp2 {
border-bottom:1px dashed #999999;
}/*

/*Gruppe von ID-Selektoren*/
#kopf p, #footer h2{
/*display:none;
}