@charset "UTF-8";
/* CSS Document */

#container {
	
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	}

#head {
	top:0px;
	width:800px;
	height:110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFF;
	background-position: center center;
	}
#head #navi {
	height: 110px;
	width: 300px;
	float: right;
	background-color: #030;
	}
#main {
	width:800px;
	/* for IE */
  	filter:alpha(opacity=100);
	/* CSS3 standard */
  	opacity:0.99;
	background-color: rgba(130,130,130,0.5);
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	}
#bigpic {
	width:650px;
	height:100%;
	text-align: center;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	}

#footer {
	width:800px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
img {
	border: 5px solid #FFF;
	margin-bottom: 3px;
	}

#navcontainer {
	background-color:#9FC;
	height: 30px;
	width: 420px;
	float: right;
	margin-top: 40px;
	}

#navcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	text-decoration: none;
	color:#000909;
	text-align: center;
	float: right;
	clear: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	}

#navcontainer ul li a:hover{
	color: #fff;
	font-size: 1em;
	}
h3 {
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	}

a:link{
	color:#000;
	text-decoration: none
}
a:visited{
	color:#000;
	text-decoration: none
}
a:hover{
	color:#9FC;
	text-decoration: none
}
a:active{
	color:#CCC;
	text-decoration:none;
}
p{
	font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;


	}
span.ort {
	font-family: Georgia;
	color:#9FC;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-size: 1em;
	}
span.foot {
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	}
	
span.link {
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #0F0;
}
	
#container #main #bigpic p .link a {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

