/* BASIC */

* {
   padding: 0px;
   margin: 0px;
   font-family: verdana, tahoma, arial;
   font-size: 13px;
   }

html {
   height: 100%;
   padding: 0 0 1px 0;
}

body {
   text-align: center;
   padding: 0px;
   margin: 0px;
   color: #000;
   background-color: #930a08;
   background-image: url('bg.jpg');
   background-repeat: repeat-x;
}

p {
  display: block;
  margin: 1.2em 0;
   }

/* DESIGN */

td.content {
   background-image: url('main.jpg');
   background-color: #ebebeb;
   padding: 0 95px 0 95px;
   text-align: left;

   }

div.title {
   margin-bottom: 10px;
   }

div.spacer {
   height: 35px;
   }

div.newsgb {
   padding: 0 40px 0 40px;
   }
   
div.time {
   font-size: 10px;
   color: #c0c0c0;
   }

div.subnavi {
   margin: 8px 0 20px 20px;
   float: right;
   width: 120px;
/*   border-left: 3px solid #930a08; */
   padding-left: 15px;
   min-height: 120px;
   text-align: center;
   background: url('./pfote.png') no-repeat center center;
   }



div.clear {
   clear: both;
   }
/* FORMS */

input, textarea {
   padding: 0 5px 0 5px;
   background-color: #fefefe;
   border: 1px solid #c0c0c0;
   }

optgroup {
   background-color: #000;
   color: #fff;
   }

option {
   background-color: #fff;
   color: #000;
   }

option.subz {
   color: #666 !important;
   }

/* LINKS */

a {
   font-weight: bold;
   text-decoration: none;
   color: #dc3c31;
   }

a:visited, a:active   {
   font-weight: bold;
   text-decoration: none;
   }

a:hover {
   font-weight: bold;
   text-decoration: none;
   color: #930a08;
   }


/* ALIGN */

.l {
   text-align: left !important;
   }

.r {
   text-align: right !important;
   }

.c {
   text-align: center !important;
   }
   
.b {
   font-weight: bold;
   vertical-align: middle;
   }
   
   
   
/* LISTS */

ul, ol {
   padding-left: 55px;
   }
   
   
/* MISC */

img {
   border: 0px;
   }

img.thumb {
   border: 1px solid #000;
   }

hr {
   color: #c0c0c0;
   }

small {
   font-size: 10px;
   }
   
.time {
   float: right;
   font-size: 10px;
   color: #c0c0c0;
   }
   
.time a {
   font-size: 10px;
   }
