﻿
.wrapper
{
	background-image: url('images/middle.png');
	background-repeat: repeat-y;
	font-family: 'Trebuchet MS';
	font-size: small;
	color: #808080;
	margin-left: auto;
	margin-right: auto;
	top: 29px;
	width: 990px;
	height: 180px;
	position: absolute;
	left: 50%;
	right: 14%;
	margin-left: -495px;
	font-weight: normal;
	
}

.h1
{
	font-size: large;
	font-weight: normal;
	color: #336699;
}


.h2
{
	color: #336699;
	font-size: larger;
}

.h3
{
	color: #339933;
	font-size: larger;
}

html, body{
	overflow:auto;
}


.title{
	height:auto;
	width:500px;
	color:#4DABDF;
	font-size:60px;
	font-weight:bold;
	padding-left:50px;
	padding-top:15px;
	padding-right:50px;
}
.lang{
	width: auto;
	color: #65b32e;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	margin-left:320px;
}
.lang a{
	color: #65b32e;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	text-decoration:none;
}
.lang a:visited{
	color: #65b32e;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	text-decoration:none;
}

.lang a:hover{
	color: #65b32e;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	text-decoration:underline;
}

.hr{
	height:5px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
.number
{
    float:left;
    width:250px;
    height:46px;
    margin-top:100px;
    margin-left:50px;
}


.headermenulink
{
   font-family: Arial, Serif;
   font-size: 17px;
   
}

.headermenulink a
{
   text-decoration: none;
   color: white; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: white; 
}