* {
	margin: 0;
	padding: 0;

}

body {
	background-color: #FFFFFF;
	background-image: url("/fileadmin/templates/main/img/bg_global.jpg");
	background-attachment: fixed;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	min-width: 805px;
	text-align: center;
	}

ul li {
	list-style-type: none;
}

div.a a,
div.ab a,
div.abc a,
a, a img {
	text-decoration: none;
	border: none;
    color: #000;
}

div.a a:hover,
div.ab a:hover,
div.abc a:hover,
a:hover {
	text-decoration: underline;
}

/* Main Boxes */

div#wrapper {
	background-color: white;
	border: 1px solid #FDC62E;
	box-shadow: 3px 3px 4px #999999;
	-moz-box-shadow: 3px 3px 4px #999999;
	-webkit-box-shadow: 3px 3px 4px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	margin: 10px auto;
	padding: 20px 0px 15px 35px;
	text-align: left;
	width: 820px;
}

div#headerBox {
	width: 785px;
	height: 271px;
	margin: 11px 0px 26px 0px;
	font-size: 10px;
}

div#navBox {
	width: 190px;
	float: left;
	margin: 0px 20px 4px 0px;
                //margin: 0px 13px 4px 0px;
}

div#contentBox {
	max-width: 595px;
	float: left;
	margin-bottom: 4px;
}

div#footerBox {
	width: 785px;
	height: 60px;
	background-image: url(../img/footerBack.gif);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	clear: both;

}

/* Header */

div#headerBox div#logo{
	height: 64px;
	width: 785px;
}

div#logo img {
	height: 64px;
	width: 151px;
	float: left;
}

div#headerBox a#schiecom {
	position: relative;
	float: left;
	top: 48px;
	left: 300px;
	color: #000;
	font-size: 10px;
	
}

div#logo div#metaNav{
	/* height - padding! */
	height: 17px;
	width: 190px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	margin-top: 27px;
	background-image: url(../img/metaBack.gif);
/*	background-repeat: no-repeat; */
	background-position: 0px 0px;
	float: right;
}

div#logo div#metaNav a{
	color: #fff;
}

div#headerBox #picture{
	height: 172px;
	width: 785px;
	width: 785px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	background-image: url(../img/headSpacer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#headerBox #picture #flashheader {
	margin-top: 10px;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}

div#headerBox #subtitle{
	height: 33px;
	width: 785px;
	background-color: #efefef;
}

div#subtitle img {
	position: relative;
	top: 5px;
	left: 21px;
	float: left;
}

div#subtitle form {
	position: relative;
	float: right;
	top: 6px;
	right: 6px;
	width: 170px;
}

div#subtitle input {	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
}

div#subtitle input.button{
	border:1px solid #000000;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	height: 18px;
	width: 25px;
	background: #D8DADC;
}



/* Footer */
#footerBox #microNav {
	margin-left: 519px;
	margin-bottom: 15px;
}

div#microNav a {
	padding: 0;
}

#microNav img {
        margin: 0;
	border: #fff 1px solid;
	
}

#footerBox a{
	color: #000;
	padding-left: 26px;
}

#footerBox img#bemal{
	float: right;
}

.marker-layer {
	background: #ffffff;
	border:1px solid #000000;
	padding: 3px;
}

img {
	border: none;
}

/* rggooglemaps */
.markerTooltip div{
	font-weight:bold;
  color:#000;
  background-color: #FFF;
  padding: 3px 6px;
  white-space: nowrap;
  border: #333 solid 1px;
  -moz-opacity: 98%;
  opacity: 0.98;
  z-index:4;
}


