@charset "ISO-8859-1";

/* aikikai-muenster-print.css */

body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

div#div_outer {
    width: 945px;
    margin:0px;
    padding:0px;
}

div#div_head {
    display: none;
}

div#div_left {
    display:none;
}

div#div_right {
}

div#div_content {
    padding:0px;
    margin:5px;
    padding-right: 50px;
}

p#p_foot {
    margin-top:20px;
    font-size: x-small;
    white-space: nowrap;
}

p#p_foot a {
    text-decoration:none;
    color: black;
    text-align: center;
}

p#clear {
    clear: both;
}

ul.checklist {
}

ul.bulletlist {
}

a {
    border: none;
    text-decoration: none;
    color: black;
}

h1 {
    font-size: larger;
}

h2 {
    font-size: large;
}

img,arrow {
    border: none;
    vertical-align: middle;
}

img.foto_100_120 {
    border:none;;
    width: 100px;
    height: 120px;
    display: block;
}

img.foto_100_100 {
    border:none;;
    width: 100px;
    height: 100px;
    display: block;
}

img.foto_100_67 {
    border:none;
    width: 100px;
    height: 67px;
    display: block;    
}

div#map {
	width: 500px;
	height: 400px;
	border: 1px solid black;
}

table#aikido {
    font-size: small;
}

a.link_back {
    display: none;
}

a.link_next, a.link_prev {
	display: none;
}


