@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: local('Dosis Medium'), local('Dosis-Medium'), url(http://themes.googleusercontent.com/static/fonts/dosis/v1/A4RWZsncmJ25G8iqn2EHN_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}


body{
	background-color: #986633;
	background-repeat: repeat;
	background-image: url(images/background-laminat.jpg);
	background-position:center top;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size:100%;
	text-align:left;
	background-attachment: fixed;
}
img{
	border:0px;	
}
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.Clearing {
	overflow: hidden;
	clear: both;
	width: 100%;
	float:none;
}
a{
	color: #C90;
	text-decoration:none;
	
}
a:hover{
	color: #960;
	text-decoration:none;
}


.Root{
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	
}

/* Header */

.Header{
	width: 100%;
	height: 230px;
	margin-bottom:30px;
	position:relative;	
	background-color:#FFF;
}
.HeaderShadow{
	width: 990px;
	height: 260px;
	position:relative;
	top:0px;
	left:0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;	
	
}
.HeaderLanguageFloater{
	float:left;
	position:relative;
	top: 105px;
	left: 660px;
	width: 250px;
	text-align:right;
	font-size:12pt;
}
.HeaderLanguageFloater a{
	color: #000;
	text-decoration:none;
	
}
.HeaderLanguageFloater a:hover{
	color: #960;
	text-decoration:none;	
}
.HeaderLanguageFloater a.Current{
	color: #999;
	text-decoration:none;	
}


/* Navigation */

.Navigation{
	float:left;
	width: 260px;
	margin-right:30px;
	
}
.NavigationShadow{
	width: 290px;
	min-height: 500px;
	float:left;
	background-image: url(images/sidebar-with-shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
nav{
	float:left;
	margin:30px;
	width:200px;
	text-align:left;
	padding-bottom:42px;
	
}
nav .menu-item{
	float: left;
	display: block;
	min-height:40px;
	margin-bottom: 5px;
}
nav .menu-item img{
	display: block;
	opacity: 1;
	filter:alpha(opacity=100);
}
nav .menu-item a{
    display: block;
}
nav .menu-item a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
}
nav .menu-item:after{
	clear: both;
}

nav .menu-item-white{
	float: left;
	position:relative;
	width:200px;
	min-height:45px;
    display: table;
    text-align: center;
    vertical-align: middle;
	border-bottom:#E5E5E5 1px solid;
}
nav .menu-item-white img{
    display: block;
	opacity: 1;
	filter:alpha(opacity=100);
}
nav .menu-item-white a{
    display: block;
}
nav .menu-item-white a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}
nav .menu-item-white:after{
	clear: both;
}
nav .menu-item-white.last{
	border-bottom: 0px;
	margin-bottom: 5px;
}




/* Main / Article */

.Main{
	width: 670px;
	float:left;
	background-color:#000;
	min-height:727px;
	-webkit-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px  #000;
	box-shadow:0 0 8px #000;
	color: #FFF;	
	text-align:left;
	
}
.Article{
	margin: 30px;
	line-height: 1.35em;
	font-family: Calibri, Arial, Verdana, Geneva, sans-serif;

}
.Article h1{
	font-size:29pt;
	line-height:30pt;
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:#CB9833 1px solid;
	font-family: Calibri, 'Dosis', Arial, sans-serif;
	
}
.Article h4{
	padding:0px;
	margin:0px;
	font-size:100%;
	color:#CB9833;

}
.Article p{
	padding:0px;
	margin-top:3px;
	margin-bottom:12px;
	
}
.Article ul{
	padding-top:0px;
	padding-left:0px;
	margin-top:3px;
	margin-bottom:12px;
	list-style-type: none;
}
.Article ul li{
	padding: 0px 0px 0px 10px;
	background-image: url(images/list_square_4px.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}

.Footer{
	margin-top:5px;
	margin-bottom:20px;
	float:right;
	font-size: 85%;
	color: #FFF;	
	text-shadow:0 0 4px #000;
}