body {
    font-size: 100.1%;
    font-family: sans-serif;
    margin: 0;
    background-color: #c0c0c0;
}

a {
    text-decoration: none;
}

img { 
    border: none;
}

#wrapper {
    width: 920px;
    margin: auto;

}

#header {
    width: 100%;
    height: 195px;
    border-top: 5px solid #808080;
    border-bottom: 5px solid #808080;
}

#leftpart {
    float: left;
    width: 504px;
    height: 185px;
    background-color: white;
    padding: 5px;
    text-align: center;
}

#leftpart a {
    color: black;    
}

#rightpart {
    height: 100%;
    float: right;
    width: 186px;
    background-color: white;
/*    background: transparent url('images/dog_top.png') scroll no-repeat 0 0; */
}

#contentwrapper {
    width: 700px;
    float: right;
    min-height: 500px;
}

#navigation {
    width: 200px;
    float: left;    
}

#navigation ul {
    margin-top: 205px;
    margin-left: 0;
    padding: 0;        
    font-weight: bold;
    font-size: 0.9em;
}

#navigation ul li.section {
    padding: 3px 3px 3px 0px;
}

#navigation ul li.last {
    border-bottom:1px solid #808080;   
}

#navigation ul li {
    border-top:1px solid #808080;
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;   
}

#navigation ul li a {
    min-height: 20px;
    color: white;
    display: block;
    padding: 3px 3px 3px 28px;
    text-decoration: none;    
/*    background: transparent url('images/paw.png') no-repeat scroll 0 0; */
}

#navigation ul li a:hover {
    color: #333;
/*    background-image: url('images/paw_hover.png'); */
}

#content {
    padding: 10px;
    min-height: 295px;
    background-color: white;
}

#footer {
    font-size: 0.8em;
    text-align: center;
    height: 75px;
/*    background: transparent url('images/footer_back.png') scroll no-repeat 0 0; */
    background-color: white;
    border-bottom: 5px solid #808080;
}


#footer ul {
    width: 100%;
    margin: 0;
    padding: 0;        
    font-weight: bold;
    font-size: 0.9em;
}

#footer ul li {
    display: inline;
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;   
    border-left: 1px solid gray;
    padding-left: 3px;
}
#footer ul li.last {
    border-right: 1px solid gray;
    padding-right:  3px;
}

#footer ul li a {
    color: #666;
    text-decoration: none;    
}

div.clear {
    height: 0px;
    width: 0px;
    clear: both;
}


/* calender-style */
table.calendar
{
  font-size: 0.8em;
  font-family: arial verdana;
  margin: auto;
  text-align: center;
  margin-top: 6%;
}
td.sunday
{
  color: red;
}
td.bottomline
{
  border-bottom: 1px solid black;
}
td.today
{
  background-color: #e5e5e5;
}
td.topline
{
  border-top: 1px solid black;
}


