.menu_config{
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #FF6600;
 text-align:left;
 font-weight: bold;
}

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font-size: 13px;
	color: #000;
	background-color: #333;
	background-image: url(images/head.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 55px;
}

#form_signup textarea {
        width: 250px;
        height: 100px;
        border: 1px solid #cccccc;
        padding: 5px;
}

#form_signup input {
        width: 200px;
        border: 1px solid #cccccc;
}

#form_signup select {
        width: 200px;
        border: 1px solid #cccccc;
}

#mapinblog {
	width: 960px;
	border: 12px solid #FFF;
	background-color: #FFFFFF;
}
.maplogo {}
.mapmenu {}
.map {}
.footer {}
.new_code {
	padding: 6px;
	margin-bottom: 40px;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	margin-top: 0px;
}
.new {
	padding: 4px;
	margin-bottom: 40px;
}
.newmap img{
	height: 100px;
	width: 150px;
	position: relative;
	float: left;
	margin-right: 20px;
	background-color: #FFF;
	border: 1px solid #53B1C5;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	}
.newofl_onl img{
	height: 16px;
	width: 16px;
}
blockquote {
	padding-left: 1em;
}

a {
	color: #413C20;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #76C1D1;
}

.infobulle{
        position: absolute;
        visibility : hidden;
        padding: 10px;
        z-index: 99;
        overflow: visible;
}
#your_code {
	width: 560px;
	padding: 2px;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
	z-index: 99;
}
.close a{
        display: block;
        float: right;
        background-image: url(close.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        font-size: 0px;
}

