* {
    border: 0;
    margin: 0;
    padding: 0;
}

/*@font-face { font-family:peinaudmed; src:url(peinaudmed.ttf),format('truetype','opentype');}*/
    
body {
    background-color : #eeeeee;
    font-family: 'Bitstream Vera Sans', Verdana, Arial, Helvetica, Sans-Serif;
}

#main {
    width : 1000px;
    margin : auto;
    font-size : 16px;
}

#top {
    margin-top : 20px;
}

#header {
    border : 1px solid #000000;
    background-color : #cacaca;
    color : #ff6600;
    height : 50px;
    text-align : center;
    background-image : url("../pictures/ktm-logo190.jpg");
    background-repeat : repeat-x;
    background-position : left;
}

#menu {
    background-color : #000000;
    color : #ff6600; 
    text-align : center;
    padding : 5px;
}

#menu a {
    color : #FF6600;
    font-style : normal;
    font-weight : bold;
    text-decoration : none;
    text-align : left;
}

#menu a:visited {
    color : #FF6600;
}

#menu a:active {
    color : #FF6600;
}

#menu a:hover {
    color : #FF6600;
    text-decoration : underline;
}

#body {
    background-color : #cacaca;
    border : 1px solid #000000;
    color : #000000;
    font-style : normal;
    text-align : left;
    padding : 20px;
    font-size : 13px;
    min-height : 300px;
}

#body table {
    padding : 3px;
 margin-top : 15px;
}

#body a {
    color : #FF6600;
    font-style : normal;
    font-size : 13px;
    font-weight : normal;
    text-decoration : none;
    text-align : left;
}

#body a:visited {
    color : #FF6600;
}

#body a:active {
    color : #FF6600;
}

#body a:hover {
    color : #FF6600;
    text-decoration : underline;
}

#footer {
    border : 1px solid #000000;
    background-color : #000000;
    color : #666666;
    font-size : 11px;
    text-align : center;
}

#footer a {
    color:#666666;
    text-decoration: none;
}

#footer a:active {
    color:#666666;
}

#footer a:visited {
    color:#666666;
}

#footer a:hover {
    text-decoration: underline;
}

iframe {
    width : 960px;
    height : 400px;
}

img {
    border : 1px solid #000000;
}
