@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #CCCCCC;
}

p {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: justify;
margin-left: 10px;
margin-right: 10px;
}


.title {
font-size: 16px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: dotted 1px #CCCCCC;
color: #B5A490;
}

.frame {
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 600px;
height: auto;
background: #5A4534;
border: double 3px #FFFFFF;
}

.picture {
margin-left: 10px;
text-align: left;
}

.group {
border: double #B5A490;
}

.header {
margin-top: 20px;
margin-bottom: 20px;
}

.news {
margin-right: 5px;
float: right;
text-align: justify;
background: #B5A490;
border-top: 5px #B5A490;
border-right: 5px #B5A490;
border-bottom: 5px #B5A490;
border-left: 10px #B5A490;
}
.newstitle {
font-weight: bold;
}

.flow {
width: 360px;
}

.newsinfo {
}

.map {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.white {
color: #FFFFFF;
}
.h1 {
visibility: hidden;
}

/* links */

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

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

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

a:hover {
color: #FFFF99;
font-weight: bold;
text-decoration: underline;
}

/* other objects */
