/* LAYOUT-FORMATIERUNGEN */
code,pre{
 font-family:courier,sans-serif
}

pre{

}
code{
 font-size:1.1em
}

/* LAYOUT-FORMATIERUNGEN:TITEL */
#titel{
 border:1px solid #ccc;
 clear:both;
 margin-bottom:10px
}

#titellink{
 background:#c00;
 margin:5px;
 padding:60px 0 10px 10px
}

#titellink a:link,#titellink a:visited,#titellink a:hover,#titellink a:active{
 color:#fff;
 font-size:2.4em;
 text-decoration:none
}


#titellink a:before{
 content:"+ "
} 


/* ANDERE-FORMATIERUNGEN */
a:link,a:visited,a:active{
 color:#369
}

a:hover{
 color:#ffffff;
 background-color:#c00;
 text-decoration:none
}

ul{
 list-style-type:none;
 margin:0em 0 1em 0
}

#box ul li{
 display:inline
}

#box ul li:after {
 content:", "
}