/* Layout CSS */
html {
	text-align: center;
	
	font-family: Verdana,Lucida,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #545450;
}

.Central {
	width: 780px;
	
	margin:0 auto;
	position:relative;
	text-align:left;
}

#Header {
	background: url('../images/logo_bg.png');
	border-bottom: 2px solid black;
}


#Header #Logo {
	float: left;
}

#Header #Languages {
	bottom: 10px;
	
	width: 100px;
}

#Footer {
	padding-top: 30px;

	background: url('../images/bottom_bg.png') repeat-x;
	height: 114px;
}

#FooterLogo {
	top: 10px;	
	width: 300px;
}

.right {
	position: absolute;
	right: 10px;
	text-align: right;
}

.Box {

	background-color: #e5e5d9;
	border: 1px solid #afafa0;
	padding: 20px;
	
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	
	margin-top: 20px;
	margin-bottom: 20px;
}

.Box h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 1em;
}

.Box p {
	padding-bottom: 1em;
}

.Link {
}

.Link h3 {
	font-size: 1.3em;
	font-weight: bold;

	float: left;
	width: 130px;
	padding-right: 5px;
}

.Link p {
	float: left;
	width: 415px;
	padding-right: 5px; 
}

.Link p a,
#FooterLinks a
{
	padding-top: 1em;
	display: block;

	color: #ff3333;
	font-weight: bold;
	text-decoration: none;
}

.Link p a:before {
	content:url('../images/link.png')" ";
}

.Link img {
	float: left;
	width: 160px;
}

#Navi a {
	background: #8B8B82;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0px 0px 1px 0px;
	
	width: 100px;
	text-align: center;
	margin: 0px 5px 0px 5px;


	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	
	float: left;
}

#Navi a:hover {
	background: #E30000;
}

.clear {
	clear: both;
}