
/* ==============================

Stylesheet für die Aikido-Kalender Seiten von A.Pietsch und V.Osthus
www.aikido-kalender.de

Stand: Okt. 2008
Autor: Andrea Pietsch

================================= */

* {
 padding: 0;
 margin: 0;
}

body {
 margin: 20px 40px 20px 40px;
}

/* ====================== Allgemeines ============= */

div, p, table {
 font-family: verdana, tahoma, arial;
 font-weight: normal;
 font-size: 12pt;
}

p {
 text-align: justify;
}

h1, h2, h3, h4, h5 {
 font-family: verdana, tahoma, arial;
 margin-top: 1em;
 margin-bottom: 5px;
}

h1 {
 font-size: 150%;
 font-weight: bold;
}

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%;
}

/* ========= 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 {
 position: relative;
}

#foto img {
 padding: 10px;
}

#foto a,
#foto a:hover,
#foto a:focus {
 color: #efefef;
 text-decoration: none;
 border-bottom: none;
}

#foto p {
 text-align: center;
}


/* =========== Abstand oben und unten ========== */

p { margin-bottom: 1em; }

