body {
	font-family: arial, sans-serif;
	margin: 0;
	background-color: #B0C4DE;
	}
h4{
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	margin:0;
}
img.inlineright
{
/*	width: 200px;
	height: auto;*/
	float: right;
	padding: 5px;
}
img.inlineleft
{
/*	width: 200px;
	height: auto;*/
	float: left;
	padding: 5px;
	padding-right:10px;
	}
p
{
	font-size: small;
	padding: 5px;
	margin: 0;
}

div.navi
{
	float:left;
	padding-left:2px;
	padding-right:2px;
/*	border:solid;
	border-width:0px;*/
	font-size:small;

}

div#container, div#topcontainer
{
	width: 900px;
	margin: 0px;
/*	border-style: solid;*/
	border-width:1px;
	}

div#topcontainer
{
	background-image: url("images/top.jpg");
	height:120px;
}

div#language
{
	position:absolute;
	top:60px;
	left:530px;	
	font-size:small;
	color:black;
}
div#language a
{
	color:black;
}
div#menu
{
	position:absolute;
	top:88px;
	left:15px;
/*	height:36px;*/
	}
div#menu a
{
	color: black;
	text-decoration: none;
/*	background-image: url("images/button.gif");*/
	padding:4px;
	margin:0;
	width:52px;
		}
div#selected a
{
	color:white;
}

div#menu a:hover
{
	color: white;
}
div#container
{
	position: relative;
	width: 900px;
/*	height: 350px;*/
	background-image: url("images/mid.jpg");
	background-repeat: repeat-y;
}

div#news
{
	position:absolute;
	top:10px;
	bottom: 0;
	left: 610px;
	width: 260px;
	height: 240px;
	padding-left: 10px;
	padding-right: 10px;
/*	background-color: lightsteelblue;*/
	margin: 0px;
/*	border: solid;*/
	border-width: 1px;
	background-image: url("images/news_back.gif");
	background-repeat:no-repeat;
	}

div#content
{
/*	position:absolute;*/
	width: 594px;
/*	height: 350px;*/
	left: 0px;
	padding: 3px;
	margin: 0px;
/*	border-style: solid;*/
/*	border-width:1px;*/
/*	overflow-y:auto;*/
	}


div#footer
{
	position: relative;
	padding: 10px;
	width: 880px;
	height: 80px;
	background-image: url("images/bottom100.jpg");
	background-repeat:no-repeat;
	font-size: small;
	color: #D3D3D3;
}

div#footerleft
{
	position:absolute;
	top:20px;
	left: 0;
	padding:10px;
	margin:0;
}
div#contact
{
	position:absolute;
	top:20px;
	left: 600px;
	width: 270px;
	padding: 10px;
/*	background-color: lightsteelblue;*/
	margin: 0px;
	}
