#navi_home {
     padding:20px 30px;

}
a.navi_home,
a.navi_home:link,
a.navi_home:visited {
     position:relative;
     margin:36px 10px 0;
     height:332px;
     width:300px;
     display:inline-block;
     overflow:hidden;
     white-space:nowrap;
     text-align:center;
     text-decoration:none;
     cursor:pointer;
     line-height:332px;
     background:#384769;
}

a.zu_malerei span {
     background: url(images/zu_malerei.jpg)   0 0 no-repeat;
}
a.zu_illustration span{
     background: url(images/zu_illustration.jpg)   0 0 no-repeat;
}
a.zu_cartoons span{
     background: url(images/zu_cartoons.jpg)   0 0 no-repeat;
}
a.zu_kurse span{
     background: url(images/zu_kurse.jpg)   0 0 no-repeat;
}
a.zu_inspiration span{
     background: url(images/zu_inspiration.jpg)   0 0 no-repeat;
}
a.navi_home:hover span,
a.navi_home:focus span {
   background-position:0px -332px;
}
a.navi_home span {
   z-index:2;
   display:block;
   height:332px;
   width:300px;
   position:absolute;
   top:0;
   left:0;
}
#start_text {
   width:565px;
   background:#f0f0f0;
   border:1px solid #CCCCCC;
   padding:15px;
}
#start_text p,
#start_text h2,
#start_text li {
   color:#666666;
}
#start_text ul {
   padding:0 15px;
}

#news {
  width:250px;
   background:#f0f0f0;
   border-width:0px 1px 1px;
   border-style:solid;
   border-color:#CCCCCC;

  padding:0 10px 10px;

}
ul.newsbox, li.newsbox {
  display:inline-block;
  list-style-type: none;
}
ul.newsbox {
   border-width:1px 1px 0px;
   border-style:solid;
   border-color:#CCCCCC;
   width:270px;
  background-color:#F0F0F0;
     background-image: url(images/bg_newsbox.jpg);
   background-position: left top;
   background-repeat: repeat-x;
}
li.newsbox {
  width:115px;
  height:20px;
  text-align:center;
  padding:10px;
  color:#2c4782;
  font-size:12pt;
}
li.link a {
  color:#d7d7d7;
  font-size:12pt;
  padding:10px;
    background-color:#121D35;
  background-image: url(images/bg_newsbox_link.jpg);
   background-position: left top;
   background-repeat: repeat-x;
   width:115px;
   display:block;
   height:20px;
}
li.link a:hover {
    background-color:#F0F0F0;
     background-image: url(images/bg_newsbox.jpg);
   background-position: left top;
   background-repeat: repeat-x;
   color:#2c4782;
   text-decoration:none;

}
li.link {
   width:135px;
   height:40px;
   padding:0;
}
span.datum {
   font-size:9pt;
   color:#aaaaaa;
   margin:0 5px 0 0;
}

span.titel {
   color:#FF7E00;
   font-weight:bold;
   display:block;
   margin:5px 0;
}

p.newstext {
  font-size:14px;
  padding-left:5px;
}

div.newszeile {
  border-bottom:1px solid #cccccc;
  padding:10px 0;
}