body {
margin: 0px 0px;
padding: 0px;
text-align:center;
	background-color: #0D9BEF;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;  
	padding: 0px;
	margin: 0px;
}
.left {
	float: left;
}
/* for iePC */
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
form {
	padding: 0px;
	margin: 0px;
}
/* container to center the layout
-------------------------------------- */
#container {
	margin:0px auto;
	text-align:left;
	width: 100%;
	border: thick none #003399;
	background-image:  url(picture_library/sky.jpg);
	background-repeat: no-repeat;
}
/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
margin:0px auto;
text-align:left;
	height: 150px;
}
#banner a{
	color: #ffffff;
	text-decoration:none; }
#banner  a:hover {
	color: #ffffff;
}
#banner h1 {
	font-size: 30px;
	margin-top: 40px;
}
#banner h2{
	color: #ffffff;
	font-size: 14px;
	margin: 40px;
}
/*main-navi
-------------------------------------- */
#menu {
	position: absolute;
	top: -3px;
	left: -1px;
	margin-top: 153px;
	width: 112px;
}
#menu a { 
	display: block;
	background-color: solid Yellow;
	background: #eee url('picture_library/menu1.gif') repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*border-top: 1px solid Yellow;
	border-right: 1px solid Yellow;
	border-bottom: 1px solid Yellow;
	border-left: 1px solid Yellow;
	color: #FFFFFF;*/
	text-decoration: none;
	font-weight: bold;
}
#menu a:visited {
	display: block;
	background-color: solid Yellow;
	background: #eee url('picture_library/menu1.gif') repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*border-top: 1px solid Yellow;
	border-right: 1px solid Yellow;
	border-bottom: 1px solid Yellow;
	border-left: 1px solid Yellow;
	color: #FFFFFF;*/
	text-decoration: underline;
	font-weight: bold;
}
#menu a:hover {
	display: block;
	background-color: transparent;
	background: #eee url('picture_library/menu2.gif') repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*border-top: 1px solid Red;
	border-right: 1px solid Red;
	border-bottom: 1px solid Red;
	border-left: 1px solid Red;
	color: #FFFFFF;*/
	text-decoration: underline;
	font-weight: bold;
}
#mainnavi a:active {
	color: #FFFFFF;
}
#container  #menu a.selected {
	background-color: #FFFFFF;
	color: #FFFFFF;
}
/* content elements
-------------------------------------- */
#content {
	position: absolute;
	top: -22px;
	right: 0px;
	width: 818px;
	margin-top: 180px;
	background: transparent;
	height: 609px;
	left: 127px;
}
#content h1, #content h2, #content h3, #content h4 {
	padding: 0px 25px 0px 25px;
	margin:0px 0px 15px 0px;
}
#content p{
	line-height: 18px;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 15px 0px;
}
#content p.center{
	text-align: center;
}

/* elements for the gallery
-------------------------------------- */
#content #gallerie{
	float: left;
	padding: 0px 0px 10px 25px;
	margin: 0px 0px 20px 0px;
}
#content .thumbnail{
	float: left;
	width: 100px;
	margin: 15px 15px 0px 0px;
	padding: 0px;
}
#content .thumbnail img{
	border: 1px solid #778899;
	padding: 1px;
}

#content  br.antileft {
	clear: left;
}
.antifloat {
	clear: both;
	visibility: hidden;
}
/* elements for left and right navigation
-------------------------------------- */
#left {
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#right {
	float: right;
	width: 175px;
	margin: 0px;
	padding: 0px;
}
#right p{
	padding: 0px 15px 15px 15px;
	margin:0px;
}
#left a, #right a {
	text-decoration: underline;
	color:#FFFFFF;
}
#left .selected, #right .selected {
	text-decoration: underline;
}
#left ul, #right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
} 
#left li, #right li {
	margin-bottom: 0px;
}
#left h3, #right h3{
	margin: 0px 0px 5px 0px;
	padding:0px 15px;
}
/*footer
-------------------------------------- */
#footer {
	position: absolute;
	bottom: 0px;
	left: -112px;
	width: 1008px;
	padding: 2px 0px 2px 0px;
	text-align:center;
	color: #ffffff;
	font-weight: bold;
	background-image:  url(picture_library/sky.jpg);
	background-repeat: no-repeat;
	border: 1px solid gray;
	top: 3752px;
	height: 19px;
}

