* { padding: 0; margin: 0; }

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background: #fffaf1 url(shotokan.gif) right bottom fixed no-repeat;
    color: #db7a00;}
#Seite {
    margin: auto;
    text-align: center;
    width:600px;
	}
h1 {
    font-family: Monotype Corsiva;
    font-weight: normal;
    font-size: x-large;
    margin-bottom: 10px;
    border-bottom: 1px solid #db7a00;;
    height: 32px;
}
h2 {
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 10px;
}

#Hauptteil {
    padding: 35px;
    text-align: left;
    }

#WebsitePosition {
    font-size: 70%;
    font-weight: normal;
	padding-top:20px;
	padding-right: 50px;}

a, a:link, a:visited { color: #db7a00; text-decoration: underline; }
a:hover { text-decoration: underline overline; }
a:active, a:focus { color: #db7a00; }

acronym {border-bottom: dotted 1px; cursor: help; /* Fragezeichen-Cursor */}

p, td, th { margin-bottom: 10px; line-height: 19px; font-size: 70%; }
li { line-height: 19px; font-size: 70%; }

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.mc {vertical-align: middle; text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.Ergebnisse { background-color: snow;}

/* Bilder */
img {border-style:solid;
     border-width:1px;
     border-color:#c66e00;}

hr {
	color:#ffa637;
    height:1px;
}