html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FEFECC;
}
#intro {
	height: 304px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-intro.gif);
	background-repeat: no-repeat;
}
#pomin {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#pomin a {
	font-family: Tahoma;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: right;
	padding-top: 20px;
	font-size: 11px;
}
#pomin a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#flags {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#flags ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#flags li {
	display: inline;
}
#flags li a {
	color: #666666;
	text-decoration: none;
	float: left;
	margin-right: 20px;
}
#flags li a:hover {
	color: #666666;
	text-decoration: none;
}
#flags span {
	visibility: hidden;
}
.ger a {
	display: block;
	background-image: url(../images/ger.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 73px;
}
.ger a:hover {
	background-image: url(../images/ger-down.jpg);
	background-repeat: no-repeat;
}
.uk a {

	display: block;
	background-image: url(../images/uk.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 73px;
}
.pol a {

	display: block;
	background-image: url(../images/pol.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 73px;
}
.uk a:hover {

	background-image: url(../images/uk-down.jpg);
	background-repeat: no-repeat;
}
.pol a:hover {

	background-image: url(../images/pol-down.jpg);
	background-repeat: no-repeat;
}
