body{
	margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif; /* Css-fallback system: if the first is not found take 2nd then 3rd! */
    font-size: medium; /* small = ca. 12px */
    font-weight: normal;
    color: #000000; /*#5c1c08;*/
    background-color: #ffffff; /*#e3e3e3;/*#eeecec;/*#ff9900;#ff9933; #ca9e58;*/
}

.ro {
	background:url(../img/RoundBox_ro.png) top right no-repeat;
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0.3em auto 0;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	width: 62.6em;
}

.lo {
	background:url(../img/RoundBox_lo.png) top left no-repeat;
	
}

#header{
	padding:0.8em 0.3em 0.8em 0.3em;
	/*margin: 5px auto 0;
	padding:0.8em 0.3em 0.8em 0.3em;
	width: 62em;*/
	/*background-image: url(#{request.contextPath}/resources/gfx/foxygrad_4.png);
	background-repeat: repeat-x;
	background-color: #4396ca;*/
  	
	color: #ffffff;
  	overflow: hidden;
}


#header #logomain {
	margin: 0px auto 0px;
    font-size: 480%;
    font-weight: bold;
	text-align: center;
	color: #ffffff;
    letter-spacing: 1.5px;
}
#header #logosub {
    font-size: 180%;
	text-align: center;
}

#navi {
	width:62.6em;
	margin: 0 auto 0 auto;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	background-color: #ffffff;
	
}

#navi #naviinner {
	/*width: 62.6em;*/
	/*border: 1px solid black;*/
	border-bottom: solid 1px #4396ca;
	overflow:hidden;
}

#navi #naviinner #navigation  {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    /*overflow: hidden;*/
}
#navi #naviinner #navigation  li {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}
#navi #naviinner #navigation  li a {
    float: left;
    margin: 0;
    padding: 8px 1em;
    /*font-family: Georgia, serif;*/
    font-size: 90%;
    text-decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    color: #ff6600;
    font-weight:bold;
    background: #ffffff; /*url(../img/nav-off.gif) repeat-x bottom left;*/
}
#navi #naviinner #navigation  li a:hover {
    font-weight: bold;
    color: #ffffff;
    background: #4396ca;
}
#navi #naviinner #navigation  li a#active {
    color: #ffffff;
    font-weight:bold;
    background: #4396ca;
}

#content{
	margin: 0 auto 0;
	padding:0.8em 0.3em 0.8em 0.3em;
	width: 62em;
	/*background-image: url(#{request.contextPath}/resources/gfx/foxygrad_4.png);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
  	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	color: #000000;
}

#content #contentinner {
	margin: 0 1em 1em 1em;
	overflow: hidden;
}

#content #contentinner #left{
	float:left;
	width: 50%;
}

#content #contentinner #right{
	float:none;
	overflow:hidden;
}

#content #contentinner li{
	list-style: disc;
}

#footer{
	margin: 0 auto 1em auto;
	padding:0.8em 0.3em 0.8em 0.3em;
	width: 62em;
	height: 7em;
	/*background-image: url(#{request.contextPath}/resources/gfx/foxygrad_4.png);
	background-repeat: repeat-x;*/
	background-color: #4396ca;
  	border: solid 2px #ffffff;
	color: #ffffff;
}

#footer #address{
	float: left;
	margin-left:0.5em;
	border: solid 0px green;
	width: 19.3em;
}

#footer #contact{
	border: solid 0px brown;
	float: left;
	width: 19.3em;
}

#footer #servicehours{
	float: none;
	border: solid 0px blue;
	width: 22.0em;
	overflow: hidden;
}

.emoji-fix {
  font-size: middle;
  vertical-align: middle;
  line-height: 1;
}