/**
 * $Id$
 *
 * CSS definitions used by the entry page
 *
 * Author: Claudio Felber (claudio.felber@perron2.ch)
 * Created: 2007-08-24
 *
 * Copyright (c) 2007, Perron2 GmbH, All Rights Reserved.
 */

body {
    background-color: #122e56;
    background-image: url(../pictures/background.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

#page {
    position: relative;
    width: 720px;
	height: 400px;
    background-image: url(../pictures/entry/entry.jpg);
    margin-left: auto;
    margin-right: auto;
}

#menu {
	position: absolute;
	left: 294px;
	top: 185px;
	width: 201px;
	height: 14px;
	margin: 0;
	padding: 0;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 14px;
}

* html #menu a {
	height: 14px;
	he\ight: 0px;
}

#german li, #german a {
	width: 64px;
}

#german a:hover {
	background-image: url(../pictures/entry/german.jpg);
}

#english li, #english a {
	width: 71px;
}

#english a:hover {
	background-image: url(../pictures/entry/english.jpg);
}

#spanish li, #spanish a {
	width: 66px;
}

#spanish a:hover {
	background-image: url(../pictures/entry/spanish.jpg);
}

