@charset "utf-8";
/* CSS Document */

BODY {
      background-color : #e2e2e2;
      margin: 0px;
}

#main {
	width: 728px;
	position: absolute;
	margin-left: -364px;
	left:50%;
}

.logo {
	background: url(images/logo.gif) center no-repeat;
	height: 78px;
	margin-top: 30px;
	width: 728px;
}

.image {
	background: url(images/main.jpg) center no-repeat;
	height: 470px;
}

.navplaceholder {
	background: url(images/choose_country.gif) left no-repeat;
	height: 84px;
}

a.germany:link, a.germany:active, a.germany:visited {
	width: 192px;
	height: 84px;
	display: block;
	cursor: hand;
	background: url(images/germany.gif);
} 

a.germany:hover {
	background: url(images/germany_on.gif);
} 

a.austria:link, a.austria:active, a.austria:visited {
	width: 171px;
	height: 84px;
	display: block;
	cursor: hand;
	background: url(images/austria.gif);
} 

a.austria:hover {
	background: url(images/austria_on.gif);
} 

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	text-align: right;
}
