/* CSS-Datei zur Vorlage "http://wwww.css-vorlagen.de/templates/3-spalten-feste-breite.html */
/* Diese Datei darf frei verwendet und angepasst werden, unterliegt jedoch der http://creativecommons.org/licenses/by/2.0/ */

*{
 margin:0;
 padding:0
}

body{
 background:#eee;
 font-family:arial,verdana,sans-serif;
 font-size:.8em;
 text-align:center
}

#seite{
 margin:0 auto;
 text-align:left;
 width:790px
}
 
#links{
 float:left;
 width:200px
}

#mitte{
 background:#fff;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
 float:left;
 width:388px
}

#rechts{
 float:left;
 width:200px
}

.padding{
 padding:1em
}

h2,h6{
 font-size:1.1em
}

h1{
 font-size:1.5em
}

h3{
 font-size:1.05em
}


#tagcloud{ background:#ffffff; width:350px; text-align:center; }
 
.tag1{ font-size:1.0em; color:#505050; }
.tag2{ font-size:1.2em; color:#505050; }
.tag3{ font-size:1.5em; color:#808080; }
.tag4{ font-size:1.9em; color:#E0E0E0; }
.tag5{ font-size:2.2em; color:#E0E0E0; }
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:none; background-color:#c00; color:#ffffff; }
