
/* General */
#header address {
	text-align:center;
	padding-top:1em;
}
#lang_switcher {
	display:none;
}
#content {
	padding-top:0px;
}
#text {
	margin-top:0px;
	padding-top:0px;
}

/* controlls */
#controlls {
	text-align:right;
	background: #780018 none;
	width:100%;
	padding:1px 0px;
	margin:0px;
	margin-top:1px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#icons {
	width:90px;
	float:right;
}
#icons li {
	width:25px;
	height:18px;
}
/*li#homeitem {
	background:url('/pict/iconbg.gif') no-repeat;
}*/
#search_form {
	width:135px;
	float:right;
	margin-right:2px;
}

/* sidebar */
#sidebar {
	display:none;
}
#content {
	background-image:none;
}
#text {
	float:left;
	width:95%;
}

/* News */
.maindate {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
.maincaption {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
}
.mainanounce {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
	font-weight:100;
}