﻿        body{
            font-family: verdana;
            line-height: 120%;
            background-color: #369;
            background-image: url(images/bg_grad.gif);
            background-repeat: repeat-x;
            margin-top: 0px;
            padding-top: 0px;
        }
        h1
        {
			color: #369;
			font-size: 100%;
			font-weight: bold;
        }
        h2
        {
			color: #369;
			font-size: 80%;
			font-weight: bold;
        }
        
        li
        {
			font-size: 70%;
			margin-right: 40px;
        }
        blockquote
        {
			font-size: 70%;
        }
        a
        {
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        a:hover{
			color: #900;
			font-weight: bold;
			text-decoration: none;
        }
        a:link{
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        a:active{
			color: #900;
			font-weight: bold;
			text-decoration: none;
        }
        a:visited{
			color: #369;
			font-weight: bold;
			text-decoration: underline;
        }
        
        hr
        {
			color: #ccc;
        }
        
        #container
        {
			width: 785px;
			margin: auto;
			padding-top: 15px;
			background: #fff url(images/curve_top.gif) no-repeat;
        }
        #header
        {
			width: 780px;
			height: 135px;
			margin: 0px auto 10px auto;
        }
        #header .logo
        {
			background: transparent url(images/logo_das.gif) no-repeat;
			height: 135px;
			width: 195px;
			position: absolute;
			top: 10px;
			cursor: pointer;
        }
        #header .menu
        {
			width: 575px;
			height: 31px;
			position: relative;
			top: 3px;
			float: right;
			text-align: right;
			z-index: 100;
        }
        #header .hd_image
        {
			width: 575px;
			height: 100px;
			position: relative;
			float: right;
        }
        #middle
        {
			width: 760px;
			margin-top: 5px;
			margin-bottom: 15px;
			height: inherit;
			overflow:auto;
        }
        #finder
        {
			width: 180px;
			height: 135px;
			padding: 10px 10px 0px 10px;
			border-right: solid 1px #ccc; 
			border-bottom: solid 1px #ccc; 
        }
        #postcards
        {
			margin-top: 10px;
			width: 170px;
			margin-left: 15px;
        }
        #content
        {
			float: right;
			width: 530px;
			margin-bottom: 15px;
        }
        
        #content p
        {
			font-size: 70%;
        }
        #map
        {
			float: right;
			width: 175px;
			height: 117px;
			text-align: center;
			margin-left: 5px;
			
        }
        #map .caption
        {
			font-size:70%;
			color: #fff;
			clear: both;
			text-align: center;
			vertical-align: bottom;
			position: relative;
			top: 115px;
			text-decoration: none;
        }
        #footer
        {
			width: 700px;
			margin-top: 5px;
			height: 75px;
			font-size: 70%;
			padding-left: 15px;
			padding-right: 25px;
		}
		.sitemap
		{
			line-height: 80%;
			background-color: #fff; 
		}
		
		table
		{
			border-color: Black;
			font-size: 70%;
			line-height: 120%;
		}
		th
		{
			background-color: #cdcdcd;
			padding: 5px 8px 5px 8px;	
		}
		tr
		{
			vertical-align: top;
			text-align: center;
			background-color: #fff;	
		}
		td
		{
			padding: 6px 8px 6px 8px;	
			
		}