/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html,body
{
margin: 0px;
text-align:center;
}

html
{
background-image:url(../images/bg.gif);

}
div#container
{
margin:0 auto;
text-align:left;
margin-top:20px;
width:949px;
}
div#container2
{

background-color:#9d060d;
background-image:url(../images/bodybg.jpg);
background-repeat:repeat-x;
background-position: top;

padding: 0px 10px;

}
div#pictures
{
	position: relative;
	margin-left: 19px;
	width: 160px;
	background-color: #e9eaec;
}

div#header1
{
height: 30px;
/*
padding: 4px 0px;
*/
margin-bottom: 8px;
position: relative;
}

div#header2
{
background-color: #e9eaec;
height: 150px;
padding: 4px 0px;
margin-bottom: 8px;
width:929px;
overflow:hidden;

}

div#body3
{
position: relative;
height: 450px;
min-height: 450px;
background-image:url(../images/bgpicture.jpg);
background-position: right top;
background-repeat:no-repeat;
margin-bottom: 2px;
width: 929px;
padding-left: 0px;
}
div#body2
{
width: 929px;
background-color:#e9eaec;
background-image:url(../images/bodybg2.gif);
background-repeat:repeat-y;
}

div#logo {
position: absolute;
bottom: 2px;
left: 2px;
}

html>body div#body3
{
height: auto;
}

div#seltec
{
text-align: right;
padding: 3px 0px;
}
/************************ CONTENT *******************************/
#content
{

text-align: justify;
padding: 20px 10px 20px 40px;

margin: 40px 0px 0px 0px;

font-size:10px;
line-height: 16px;
width: 570px;

float:left;

}

#content p, #content div
{
margin: 10px 0px;
}

#content h1
{
	color: #b02125;
	font-size: 14px;
	margin-bottom: 20px;
}

#content h2
{
	color: #b02125;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0px;
}
#content ul
{
margin-left: 20px;
}
#content ul
{
font-size: 10px;
}

 #cssMenu1 {

	float: left;
 left: 0px;
 top: 0px;
 width: 216px;
	margin-top: 13px;
 }

#cssMenu2 
{
/*
padding-left: 3px;
*/
}

#content a
{
color: #B02125;
font-weight: bold;
text-decoration:none;
}

#content a:hover
{
color: #900105;
font-weight: bold;
text-decoration:underline;
}

#language
{
position: absolute;
top: 10px;
right: 0px;
width: 200px;
text-align:right;
}
#language div
{
	float: right;
	margin: 0 5px;
	font-size: 10px;
}

#language div a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#language div a:hover
{
	text-decoration: underline;
}

#language div.active a
{
	color: #99040a;
}