html {
	overflow-y: scroll;
	}

body {
	background: #f0f0f0;
	background-image: url('grafik/background-gradient1.png');
	background-repeat: repeat-x;
	font-family: "Verdana", sans-serif;
	margin-top: 0em;
	text-align: center;
	font-size: 100%;
	}
		 
#container {
	width: 800px;
 /* margin-right: auto;
  margin-left: auto; */
	margin: -20px auto 0 auto;
	text-align: left;
	border: 0px solid black;
	} 
	
#sitetop {
	height: 190px;
	margin: 0px;
	padding: 0px;
	background: url(/grafik/kurage.jpg) no-repeat black;
	position: relative;
	}
	
#sitelogo {
	background-image: url('/grafik/logo1.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 30px;
	position: absolute;
	top: 65px;
	left: 140px;
	}	
	
.sitetitle {
	font-family: "Trebuchet MS", sans-serif;
	position: absolute; 
	font-size: 2em; 
	}
	
#sitetitle1 { 
	top: 18px; 
	left: 34px;
	color: #ccc;
	}
	
#sitetitle2 { 
	top: 16px; 
	left: 32px;
	color: #999;
	}
	
#sitetitle3 { 
	top: 16px; 
	left: 32px;
	color: #333;
	}
	
#menu {
	background-image: url('/grafik/pixel-black-alpha63.png');
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 3px 0px;
	margin: 0px;
	font-family: "Trebuchet MS", sans-serif;
/*	background-color: black;
	filter: alpha(opacity=20);
	opacity: 0.2;*/
	}
	
a.menuitem {
	color: white;
	padding: 3px 10px;
	margin: 0px;
	text-decoration: none;
	border: none;
	}

a.menuitem:first-child {
	margin-left: 20px;
	}

a.menuitem:hover {
	background-image: url('grafik/pixel-black-alpha127.png');
	color: #ccc;
	}		
  
#menu_right {
  float: right;
  }

#content {
	font-size: 0.75em;
	padding: 10px 30px;
	color: #333;
	background: white;
	}
				 
#content a {
	color: darkred;
	text-decoration: none;
	border-bottom: 1px dotted black;
	}	
					 
#content a:hover {
	color: #999;
/*	font-weight: bold;*/
	border-bottom: 1px solid #999;
	}
		
#sitebottom {
	background: #f0f0f0;
	color: #333;
	padding: 3px 30px;
	font-size: 0.7em;
	text-align: right;
	clear: right;
	border-top: 1px solid #999;
	margin-bottom: 20px;
	}					

h2, h3, h4 {
	font-family: "Trebuchet MS", sans-serif;
	}
	
h2 {
	font-size: 200%;
	padding-left: 20px;
	margin: 15px 0px;
	}
	
h3 {
	font-size: 150%;
	border-top: solid 1px #ccc;
	border-left: solid 3px #ccc;
	padding-left: 5px;
	width: 100%;
	margin: 10px -8px;
	}
	
h4 {
	font-size: 125%;
	margin: 10px 0px;
	}
 
.content-section {
	margin-top: 20px;
	}
 
table {
	font-size: 100%;
	color: #333;
	border-collapse: collapse;
	margin: 10px 20px;
	}
	
td {
	vertical-align: top;
	padding: 3px 6px;
	margin: 0;
	}
	
td:first-child{
	border-right: solid 1px #444;
	}
	
ul {
	list-style: square;
	margin: 10px 20px;
	padding: 0px;
	}

li {
	margin: 8px 0px 8px 20px;
	}

#maintext {
	width: 530px;
	float: left;
}
	
#news {
	width: 195px;
	margin-top: 66px;
	border-top: solid 1px #ccc;
	border-left: solid 3px #ccc;
	padding-left: 5px;
	float: right;
}

#news h3 {
	border: none;
	padding: 0px;
	margin: 0px;
}

#news h4 {
	font-size: 100%;
	margin: 15px 0px 3px 0px;
}