body
{
	background-color:white;
	font-family:'Arial';
}

.english
{
    text-align:center;
}

div.mainwrap
{
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	width:820px;
	/*width:75%;*/
	border:solid 1px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.top
{
	height:300px;
	width:100%;
}

div.top, #title
{
	float:left;

}

#title
{
	/*background-color:orange;*/
	width:50%;
	height:100%;
}

#image
{
	float:left;
	/*background-color:green;*/
	display:block;
	width:50%;
	height:100%;
}

#title div h2
{
	font-size:3em;
	text-align:center;
	margin-top:50px;
	color:#D6D6D6;
}

#image img
{
	float:right;
	margin-right:10px;
	width:380px;
	height:253px;
}

#text
{
	background-color:#ededed;
	clear:both;
	padding:20px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;}

#title div span
{
	color:#F2B13B;
}

h3
{
    color:#F2B13B;
    font-size:1.5em;
    display:block;
    width:100%;
    padding-bottom:10px;
    border-bottom: 1px solid #000000;    
}

h4
{
    font-size:1.2em;
}

#language
{
    float:left;
    clear:both;
    width:100%;
    height:35px;
}

#language a
{
    display:block;
    width:50%;
    float:left;
    height:100%;
    text-align:center;
    text-decoration:none;
    color:#000000;
    padding-top:10px;
    /*margin-bottom:10px;*/
    margin-top:-10px;
}

a.selected
{
    background-color:#ededed;
    
}

#language a img
{
    border-style:none;
    height:20px;
    width:20px;
    margin-right:5px;
    margin-bottom:-3px;
}

p.welcome
{
    text-align:left;
}

table.table
{
    margin-left:auto;
    margin-right:auto;
}

p.smallnotice
{
    font-size:0.9em;
}