@charset "utf-8";
/* CSS Document */


 /* Basis-CSS */
body {
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 62.5%;
background-color: #263b3a;
color: #FFFFFF;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
margin: 0;
padding: 0;
}
p, li, h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 1em;
}


 /* Real CSS */

body {
  background: #3e6779 url(img/hg.jpg) top left repeat-x fixed;
}



	
a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#8cf0d9;
}
a:active, a:hover
{
  color:#ffffff;
}



.header {
	font-size: 1.6em;
	font-family:  Tahoma, Helvetica, sans;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
	margin-top:10px;
	margin-bottom:15px;
}

.ntext {
	font-size: 1.2em;
	font-family:  Arial, Helvetica, sans;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6em;
}
.ntext a:link, a:active  {
	color: #8cf0d9;
	font-weight: bold;
	text-decoration: none;
	}
.ntext a:hover  {
	color: #ffffff;
	font-weight: bold;
	background:#4f8bad;
	}

h1.ntext  {
	font-size: 1.2em;
	line-height: 1.5em;
}

.bigtitle {
	font-size: 9em;
	font-family:  Georgia, Palatino, Times, serif;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2em;
}

.seitentext {
	font-size: 2.7em;
	font-family:  Georgia, Palatino, Times, serif;
	color : #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

.footer {
	font-size: 1.2em;
	font-family:  Arial, Helvetica, sans;
	color : #eeeeee;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	margin-top:30px;
}
.footer a:link, a:active  {
	color: #8cf0d9;
	font-weight: bold;
	text-decoration: none;
	}
.footer a:hover  {
	color: #ffffff;
	font-weight: bold;
	background:#519082;
	}
	
ul {margin-left: 0; padding-left: 1.5em;}

li  { list-style-image:url('img/bullet.gif'); 
	line-height: 1.6em;
	}

#noscreen {
	display:none;
}
