* {
    border: none;
    color: black;
}

body {
	background-color: white;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}
.title {
	font-size: 18px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: D6E9FF;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:visited:hover {
	color: D6E9FF;
	text-decoration: none;
}

a.soft:link {
color: #000;
text-decoration: none;
}

a.soft:hover {
	color: #000;
	text-decoration: none;
}

a.soft:visited {
color: #000;
text-decoration: none;
}

a.soft:visited:hover {
color: #000;
text-decoration: none;
}


.image {
	border-color: #000;
}

.subtitle {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.sepline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.footer {
	font-size: 10px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000;
}
.listing {
	padding-top: 3px;
	padding-bottom: 3px;
}
.mini
{
	font-size: 10px;
	padding-top: 3px;
}

/* ////////// */
 
#logo {
    clear: both;
    float: right;
    padding: 15px 30px 10px 0;
}

#logo-3sl {
    padding: 0 0px 0 30px;
    margin-top: 40px;
}

#header img {
    border: 8px solid white;
    margin-left: 28px;
}

#navig {
    display: none;
}

#navig a {
    padding: 0 10px;
    font-size: 12px;
}

#navig a.on {
    font-weight: bold;
}

#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:140px;
    height:100px;
    overflow:hidden;
    z-index: 2 ;  
    text-align: left ;
    margin-bottom: -15px;
    margin-right: -5px;
    border: 3px solid white;
}

#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#000;
    width: 140px ; 
    z-index: 2 ;
}

#slide-images li img{
    display:block;
    background-color:#000;
    z-index: 2 ;
}

#header-container {
    display: none;
}

#teaser-container {
    display: none;
}

#top-container {
    display: none;
}

#logo-print {
    margin: 10px auto;
    text-align: right;
}

.map {
    margin-bottom: 10px;
}

