
/* ==============================

Stylesheet für die Aikido-Kalender Seiten von A.Pietsch und V.Osthus
www.aikido-kalender.de

Stand: Okt. 2008
aktualisiert: Sept. 2010
Autor: Andrea Pietsch

================================= */

* {
 padding: 0;
 margin: 0;
}

body {
 margin: 20px 40px 20px 40px;
 background-image: url(kal_bilder/hinbam2.jpg);
}

/* ====================== Allgemeines ============= */

div, p, table {
 font-family: verdana, tahoma, arial;
 font-weight: normal;
 font-size: 12pt;
}


h1, h2, h3, h4, h5 {
 font-family: verdana, tahoma, arial;
 margin-top: 1em;
 margin-bottom: 5px;
}

h1 {
 font-size: 150%;
 font-weight: bold;
 padding: 5px;
}

h2 {
 font-size:130%;
 font-weight: bold;
}

h3 {
 font-size:110%;
 font-weight: bold;
}

sub {
 font-family: verdana, tahoma, arial;
 font-weight: normal;
 font-size: 90%;
}

.clearing { clear: both; }

/* ========= Definition der Links =====*/

a {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 outline: none;
}

a:link {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 outline: none;
}
a:visited {
 font-weight: bold;
 color: #000000;
}

a:hover,
a:focus {
 font-weight: bold;
 border-bottom: 1px solid #000000;
 color: #000000;
}

/* ============== Foto-Seiten ================ */

#foto a,
#foto a:hover,
#foto a:focus {
 font-weight: normal;
 text-decoration: none;
 border-bottom: none;
}

#foto p {
 text-align: center;
}

.box img {
 width: 150px;
 height: 100px;
 padding: 0px;
 border: 5px solid #FFFFFF;
}

.box {
 float: left;
 width: 160px;
 height: 130px;
 margin: 4px;
}

.box1 {
 float: left;
 border: none;
 margin: 0 40px 0px 0px;
}

.foto {
 border: 10px solid #FFFFFF;
}

/* =========== Abstand oben und unten ========== */

p { margin-bottom: 1em; }
