@charset "utf-8";
/* CSS Document */
body {
	background-color: #D6D6D6;
	font-family: "Arial", "Helvetica";
	font-size: 12px;
}

a {
	color: #000;
	text-decoration: none;
}

.logo_top {
	border-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
}

.menu {
	height: 20px;
	width: 750px;
	border-color: #000;
	border-width: thin;
	border-style: solid;
	position: relative;
	float: left;
	vertical-align: top;
	z-index: 1000;
}

.space_menu {width: 50px;}
.space_menu2 {width: 65px;}

.main {
	height: auto;
	background-color: #FFF;
	border-color: #000;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;	
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	vertical-align: top;
}

.sitemap {
	color: #40A348;
}

.sitemap:hover {
	background-color: #CCC;
}

/*bottom*/

.bootom_space {
	height: 5px;
}

.bottom {
	text-align: center;
}

.bottom a {
	font-size: 10px;
}

a.bottom_link {
	color: #000;
	outline:none;
	text-decoration: none;
}

a.bottom_link:hover {
	color: #40A348;
}

.space {
	width: 10px;
}

.space_black {
	height: 14px;
	width: 1px;
}


/*bottom ende*/