@CHARSET "ISO-8859-1";

html {

}

body {
margin: 0px;
background-color: rgb(245, 245, 245);
/* min-width: 570px; */
}

#bodyDiv {
left: 100px;
right: 100px;
top: 10px;
padding: 20px;
/* min-width: 400px; */
}

#header{
position: absolute;
top: 25px;
left: 40px;
right: 40px;
z-index: 20;
min-height: 40px;
}
#siteTitle {

text-align: center;
margin: 0px auto;
padding-top:10px;
padding-bottom:10px;
width:100%;
background-color: rgb(174, 213, 129);

/*background-color: rgb(174, 213, 129);*/
color: black;
font-size: 28px;
letter-spacing: 2px;

}
#siteTitleLine2 {
font-size: 20px;


letter-spacing: 2px;
padding-top: 5px;
padding-left: 10px;


}

.titlelineDiv{
vertical-align: top;
text-align:right;
max-width: 100%;
min-width:290px;
font-size:20px;
}

@media all and (max-width: 350px) {
#siteTitle {
font-size: 14px;
min-width:220px;
}
#siteTitleLine2 {
font-size: 14px;
}

.titlelineDiv{
min-width:220px;
}
}



.titleImgDiv{
vertical-align: top;
display: inline-block;

height:150px;
width:120px;
}





#NaviLink {
display: block;
position: absolute;
top: 180px;
right: 40px;
z-index: 100;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
background-color: rgba(224, 224, 224, .5);
cursor: pointer;

height: 30px;
widht: 30px;
}
/*
@media all and (min-width: 920px) {
#mcNavigation {
display: block;
}
}
*/
#mcNavigation {
position: absolute;
top: 80px;
right: 10px;
padding-left: 0px;
padding-right: 0px;
margin-right:0px;
width: 160px;
height: 200px;
text-align: left;
z-index: 30;
}

@media all and (min-width: 920px) {
#NaviLink {
display: none;
}
}

.mcNavWrapper {
position: absolute;

}

.mcNav {
position: absolute;
top: 0px;
font-size: 18px;
line-height: 1em;
letter-spacing: 5px;
line-height: 18px;
min-width: 130px;
height: 30px;
padding-left: 10px;
padding-top: 10px;
/*  border: 1px solid black; */
cursor: pointer;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
background-color: rgba(224, 224, 224, 1);
font-size: 18px;
padding-top: 10px;

}

.mcNav:hover {
font-weight: bold;
background-color: rgba(189, 189, 189, .5);
}

.mcNavSelected {
font-weight: bold;
background-color: rgba(189, 189, 189, .5);

}

.imgNav {
width: 10px;
height: 10px;
padding-right: 10px;
z-index: 30;
}

.contentTitle {
font-size: 20px;
line-height: 1em;
letter-spacing: 5px;
font-weight: bold;
margin-bottom: 10px;
}

.content {
display: none;
padding-top: 250px;
padding-left: 40px;
}

.contentSelected {
display: block;
padding-top: 250px;
padding-left: 40px;
}

.contactBlock {
margin-top: 20px;
padding: 10px;
margin:10px;
min-width: 200px;
max-width: 600px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
background-color: rgba(224, 224, 224, .5);
}

/*
@media all and (min-width: 650px ) and (max-width: 750px){
.contactBlock {
max-width: 500px;	
}
}

@media all and (min-width: 751px ){
.contactBlock {
max-width: 600px;	
}
}
*/
.para {
padding-top: 10px;
max-width: 500px;
margin-left: 10px;
font-size: 20px;
line-height: 20px;
}

.paraTitle {
text-align: center;
padding-bottom: 5px;
font-weight: bold;
}

.paraLine {
padding: 5px;
}

#leftBarOuter {
position: fixed;
top: 0;
bottom: 0;
width: 10px;
background-color: rgb(174, 213, 129);
z-index: 50;
}

#leftBarInner {
position: fixed;
top: 10px;
bottom: 10px;
left: 10px;
width: 10px;
background-color: black;
width: 10px;
z-index: 50;
}

#rightBarOuter {
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 10px;
background-color: rgb(174, 213, 129);
width: 10px;
z-index: 50;
}

#rightBarInner {
position: fixed;
top: 10px;
bottom: 10px;
right: 10px;
width: 10px;
background-color: black;
z-index: 50;
}

#topBarOuter {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 10px;
background-color: rgb(174, 213, 129);
z-index: 50;
}

#topBarInner {
position: fixed;
top: 10px;
left: 10px;
right: 10px;
height: 10px;
background-color: black;
height: 10px;
z-index: 50;
}

#bottomBarOuter {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 10px;
background-color: rgb(174, 213, 129);
z-index: 50;
}

#bottomBarInner {
position: fixed;
bottom: 10px;
left: 10px;
right: 10px;
height: 10px;
background-color: black;
z-index: 50;
}
