/* CSS-Datei für http://www.a5-das-magazin.de */


/*____________ Allgemeine Formatierungen____________ */

*{
 margin:0;
 padding:0;
}

body{
 background:#ccccff url(img/body-hintergrund.gif);
 font:.8em "verdana", arial, sans-serif;
 text-align:center;
}

/*____________Formatierungen Kontainer____________*/

#seite{
 color:#000033;
 background: #CCCCFF;
 margin:0 auto;
 text-align:left;
 width:848px;
}

#navigation{
 margin-top:15px;
 text-align:center;
}

#titelbild{
 margin-top:10px;
 background:#CCCCFF url(img/hintergrund.jpg);
 height:591px;
}

#inhalte{
 padding-top:70px;
 margin-left:200px;
 width:500px;
}

#copyrights{
 text-align:center;
 margin-top:5px;
 margin-bottom:20px;
}

/*____________Klassen____________*/

.pi{
 text-align:justify;
 font-size:10px;
}

.hi{
 font-size:14px;
 font-weight:bold;
 letter-spacing:1px;
 padding-bottom:5px;
}

.p1{
 font-size:11px;
 color:#FF0000;
}

.liste{
 margin-left:15px;
 list-style-type:square;
}

/*____________Links____________*/

a{
color:#000033;
 text-decoration:none;
 font-weight:bold;
}

a:hover{
 color:#FF0000;
 text-decoration:underline;
}

.link a{
 color:#FF0000;
}
