
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	font: normal 16px/1.2 "Times New Roman", serif; 

	}

div#inside {
	margin: auto;
	text-align: center;	
	width: 1000px;
	height: 700px;
	background: transparent url(../images/winter-background.jpg);
	background-repeat: no-repeat;
}

h1.top {
	width: 1000px;
	text-align: center;
	height: 190px; /* was 120 pixel before winter */
	font: normal 1px/1.2 "Times New Roman", serif; 
	background: transparent url(../images/summer-banner.jpg) no-repeat; */
}

div#body-container {
	width: 1000px;
	float: left;
}

div#nav-left {
	float: left;
	text-align: left;
	width: 150px;
}

div#content {
	text-align: left;
	width: 650px;
	float: left;
}

div#content img {
}

div#nav-right {
	width: 200px;
	text-align: right;	
	float: left;
}
div.littleflags {
	float: left;
	padding: 10px 10px 10px 10px;
	display: block;
}

div.wetterbox {
	font: normal 10px/1.2 verdana, arial, helvetica, sans-serif; 
	float: left;
	margin-left: 5px;
}

div.footer {
	height: 10mm;	
}

/* heading2 used to display current selection text */
h2.navhelp {
	float: left;
	width: 800px;
	height: 30px;
	font: normal 18px/1.2 verdana, arial, helvetica, sans-serif; 
	margin-top: 1mm;
	margin-bottom: 1mm;
	margin-left: 40mm;
	text-align: left;
}

div#content p {
	font: 16px/1.2 "Times New Roman", serif; 	
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left
}

p.notice {
	padding-left: 5mm;
}

div#content p.news {
	font: 24px/1.2 "Times New Roman", serif; 	
	color: red;
}

div#content p.fat  {
	font: 18px/1.2 "Times New Roman", serif; 
	margin-top: 15px;	
}


a {
	color: black;
}

a:visited {color: black;}

div#nav-left li a {
	font: normal 14px/1.2 verdana, arial, helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	height: 10mm;
	width: 30mm;
	display: block;
	text-decoration: none;
	color: black;
}

div#nav-right li a {
	font: normal 14px/1.2 verdana, arial, helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	height: 10mm;
	width: 30mm;
	display: block;
	text-decoration: none;
	color: black;
	text-align: right;
}

div#nav-left li a:hover {text-decoration:none; background-color:#F9E4A2;  }

div#nav-right li a:hover {text-decoration:none; background-color:#F9E4A2; }

/* the navigation bar on the left */

div#nav-left ul {
	margin-left: 5px;
	border-left: 1px solid black;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	list-style-type: none;
}

/* the navigation bar on the right */

div#nav-right ul {
	text-align: right;
	margin-right: 5px;
	margin-left: 40px;
	padding-right: 20px;
	border-right: 1px solid black;
	padding-top: 10px;
	font-weight: bold;
	list-style-type: none;
}

li.nobullet {
	padding-left: 10px; 
	list-style-type: none;
}

div#content ul {
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 10px;
	list-style-type: disc;
}

div#reference {
	text-align: right;
	font: italic 16px/1.2 "Times New Roman", serif; 
	padding-left: 20px;
	padding-top: 20px;
}

div#reference a {
	font: 16px/1.2 "Times New Roman", serif; 
}

.cloud {
	font-weight:bold;
	color: blue;
	font: 25px/1.2 "Times New Roman", serif;
}



