BODY
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #000;
	font-size: 0.9em;
}
H1
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;	
	font-weight: normal;
	color: #000;
	font-size: 2.5em;
	line-height: 70%;
}
H2
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;	
	font-weight: normal;
	color: #000;
	font-size: 1.5em;	
}
H3
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;	
	font-weight: normal;
	color: #000;
	font-size: 1.2em;	
}
A
{
	text-decoration: none;
	color: #000;
}
A:hover {text-decoration: underline; }
.langfont{
 font-family : Verdana, Helvetica, Arial, Sans-Serif;
 font-weight: normal;
 color: #000;
 font-size: 0.8em;
 }
#main
{
	width: 950px;
	margin-top: 10px;
	margin-left: 15px;
	background: #fff;	
	/*border: solid 1px #000;*/
	
}
#top
{
	width: 940px;
	background: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	
}
#logo
{
	width: 150px;
	float: left;
	vertical-align: top;
	/*border: solid 1px #000;*/

}

#topmiddle
{
	width: 150px;
	float: left;
	margin-left: 4px;
	/*border: solid 1px #000;*/

}

#lang
{
	width: 200px;
	float: right;	
	vertical-align: top;
	text-align: right;
}
#topline
{
	width: 940px;
	height: 5px;
	background: #fff;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
	padding-bottom: 0px;
}


#textarea
{
	width: 650px;
	border-right: solid 1px #000;
	padding-right: 15px;
	background: #fff;
	float: left;

}
#heading
{
	width: 100%;
	float: left;

}
#col1
{
	float: left;
	width: 46%;
	background: #fff;
	/*width: 290px;	*/
}
#colspace
{
	width: 5%;
	float: left;
}
#col2
{
	float: right;
	width: 46%;
	background: #fff;
	/*width: 290px;	*/

}
#plaincenter
{
	float: center;
	text-align: center;
	width: 100%;
	background: #fff;
	/*width: 290px;	*/
}
#prods
{
	float: right;
	width: 250px;	
	background: #fff;
	margin-right: 10px;

}
#bottom
{	
	width: 100%;		
	padding-top: 5px;
	margin-top: 20px;
	float: left;
	border-top: solid 1px #000;
	/* font-size: smaller; */
	font-size: 0.8em;
}
#clr
{
	clear: both;	
}

