body {
	background-color: black;
	color: white;
	font-family: "century gothic", verdana, helvetica, arial;
	margin:0px;
	padding:0px;
	font-size: 14px;
}


h1.home {
	margin-left:10px;
	margin-right:10px;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:55px;
	margin-top:200px;
	border-bottom: 2px solid orange;	
	
}

h1{	
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:36px;
	margin-top:10px;
	border-bottom: 2px solid white;
}

h3 {
	margin:3px;
}

div {
	text-align:center;	
	vertical-align:middle;
	padding:0px;
	margin:0px;
	
}

.menuLang {
	font-size:20px;
}

.lang{
	margin:0px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:0px;
	text-align:right;
	font-size:12px;
}



div.news {
	text-align:center;
	margin:20px;
	border:2px solid orange;
	margin-left:25%;
	margin-right:25%;
	padding:10px;
	
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

-moz-border-radius-bottomleft:30px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
}

p{
	text-align:center;
	
	margin-top:3px;
}

.footer {
	text-align: center;
	font-size: 10px;
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:10px;
	border-top: 2px solid white;
	padding-top:5px;
	clear:both;
	color:white;
}

.content {
	margin-top:100px;
	
	text-align:center;
}

h1 a:link, h1 a:visited, h1 a:hover, .menuLang a:link, .menuLang a:visited {
	text-decoration: none;
	color:white;		
}

.menu {
	font-size:16px;
}

a.special:link, a.special:visited {
	color:red;
}


.menu a:link, .menu a:visited, a:link, a:visited, .menuLang a:hover {
	text-decoration: none;
	color:orange;	
}

.menu a:hover, a:hover {
	text-decoration:none;
	color:brown;
}


