@charset "utf-8";

html
{
	background-image:url(bg.png);
	background-repeat:repeat-x;
	background-color: #cdcaca;
	font-family: "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: 300;
	color: #674d4d;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

body{
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 30px;
}

#border {
	/*margin-left: 10%;
	margin-right: 10%;*/
	margin: 0 auto;
	width: 800px;
}

div#contextmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	float: right;
}
div#contextmenu a {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #674d4d;
}

div#contextmenu ul li
{	
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

div#contextmenu img
{
	clear: both;
}

#content {
  position: relative;
  margin-left:220px;
  padding-right: 100px;
  text-align: justify;
}

#content a:link{
	font-size: 12px;
	color: #9e7f7f;
}
#content a:visited{
	font-size: 12px;
	color: #9e7f7f;
}
#content img{
	border: 1px solid #9e7f7f;
	padding: 3px;
	margin: 3px;
}
#menu {
	width: 200px;
	float:left;
	padding-top:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-decoration: none;
	font-family: "Bauhaus Medium", "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
}
li.navi a{
	color: #674d4d;
	line-height: 26px;
	text-decoration: none;
	font-size: 17px;
	font-style: bold;
}

li.navi a:hover{
	color: #674d4d;
	line-height: 26px;
	text-decoration: none;
	font-size: 17px;
	font-style: bold;
}

li.navi_active a{
	color: #674d4d;
	line-height: 26px;
	text-decoration: none;
	font-size: 17px;
	font-style: bold;
}

li.navi_active a:hover{
	color: #333333;
	line-height: 26px;
	text-decoration: none;
	font-size: 17px;
	font-style: bold;
}
#header_img{
	height:215px;
	width:auto;
	background-repeat:no-repeat;
	margin-top: 7px;
}
div#menu ul {
	list-style: none;
}


li.navisub a{
	text-decoration: none;
	font-family: "Bauhaus Medium", "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #999999;
	margin-left:-18px;
}

li.navisub a:hover{
	text-decoration: none;
	font-family: "Bauhaus Medium", "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-left:-18px;
}

li.navisub_active a{
	text-decoration: none;
	font-family: "Bauhaus Medium", "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #999999;
	margin-left:-18px;
}

li.navisub_active a:hover{
	text-decoration: none;
	font-family: "Bauhaus Medium", "Segoe UI", Segoe, "Frutiger Next", Frutiger, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333333;
	margin-left:-18px;
}
