#imagepanel {
	position: absolute;
	display: block;

	top: 0px;
	left: 0px;
	right: 500px;
	bottom: auto;
	
	width: 360px;
	padding: 10px 20px;

	color: #000000;
	text-align: justify;
	font-size: 11px;
}

.fnt_small #imagepanel { font-size: 9px ! important; }
.fnt_std #imagepanel { font-size: 11px ! important; }
.fnt_big #imagepanel { font-size: 13px ! important; }


#imagepanel img {
	padding-bottom: 5px;
}

#imagepanel a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#imagepanel a:hover {
	text-decoration: underline;
}


#menupanel {
	display: block;

	border-left: 1px solid #dddddd;
	width: 460px;
	margin-left: 400px;

	padding: 0px 20px;
	color: #666666;
	font-size: 13px;
	text-align: justify;
}
.fnt_small #menupanel { font-size: 11px; }
.fnt_std #menupanel { font-size: 13px; }
.fnt_big #menupanel { font-size: 15px; }


#menupanel a {
	text-decoration: none;
	color: #5fbf00;
}

#menupanel a:hover {
	text-decoration: underline;
	/* color: #007700; */
}

#clr1, #clr2, #clr3, #clr4, #clr5 {
	height: 1px ! important;
	
	display: block;
	position: static;
	
	clear: both;
}

#menupanel div div {
	color: #000;
}

#menupanel select {
	width: 120px;
}

#line01 {
	left: 400px;
	width: 1px;
}

.langbar {
	display: block;
	position: absolute;
	float: right;
	top: 0px;
	right: 20px;
}



/* global elements */

h1 {
	color: #666666;
	font-size: 26px;
	font-weight: bold;
	
	padding: 0px;
	margin: 0px 0px 2px 0px;
}
.fnt_small h1 { font-size: 24px; }
.fnt_std h1 { font-size: 26px; }
.fnt_big h1 { font-size: 28px; }

h2 {
	color: #666666;
	font-size: 23px;
	padding: 0px;
	margin: 20px 0px 2px 0px;
}
.fnt_small h2 { font-size: 21px; }
.fnt_std h2 { font-size: 23px; }
.fnt_big h2 { font-size: 25px; }

h3 {
	color: #5fbf00;
	font-size: 18px;
	padding: 0px;
	margin: 20px 0px 5px 0px;
}
.fnt_small h3 { font-size: 16px; }
.fnt_std h3 { font-size: 18px; }
.fnt_big h3 { font-size: 20px; }

ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

p {
	margin: 2px 0px 0px 0px;
}

p img {
	padding: 2px;
	border: solid 1px #ffffff;
	margin: 2px;
}

p img:hover {
	padding: 2px;
	border: solid 1px #3366ff;
	margin: 2px;
}

.intro_text {
	color: #000;
}
