body
{
font-family:'Comic Sans MS', cursive;
font-size:12pt;
}
.entra {
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/ita.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.entra h3 {
  position:relative;
  top:1em;
  margin:auto;
}

.enter {
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/eng.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.enter h3 {
  position:relative;
  top:50%;
  bottom:50%;
  margin:auto;
}

.enter_is{
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/is.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.enter_is h3 {
  position:relative;
  top:50%;
  bottom:50%;
  margin:auto;
}

.eingang {
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/de.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.eingang h3 {
  position:relative;
  top:50%;
  bottom:50%;
  margin:auto;
}

.enter_rus {
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/ru.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.enter_rus h3 {
  position:relative;
  top:50%;
  bottom:50%;
  margin:auto;
}
.entrez {
  text-align:center;
  vertical-align:middle;
  color:white;
  background-image: url(imgs/fr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  width:116px;
  height:66px;
}
.entrez h3 {
  position:relative;
  top:50%;
  bottom:50%;
  margin:auto;
}
a {
  text-decoration: none;
}

a {
  text-decoration: none;
}

.left {
/*  background-image: url(imgs/left.jpg);
  background-repeat: repeat-y;*/
}

.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family:'Comic Sans MS', cursive;
}
div.menu{
	width: 250px;
}
div.menu ul{
	list-style: none;
	text-indent: 0px;
}
div.menu li{
	margin-top: 3px;
}
div.menu a{
	font-size: 18px;
	color: #b00045;
	display:block;
	padding: 6px 30px;
	height: 20px;
	text-decoration: none;
	background: url('imgs/background.gif');
}
div.menu a:hover{
	background: url('imgs/highlight.gif') no-repeat right;
	padding: 6px 40px;
}