/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background-color: #ffffff;
	background-image: url(/files/images/start-bg.jpg);
  	background-position: 0px 170px;
  	background-repeat: repeat-x;
	color: #000000;
	/*font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;*/
	font-family: verdana;
	font-size: x-small;
}
#page {
	/*border: 1px dotted green;*/
	/*background-color: #ffffff;*/
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	height: 540px;
	width: 990px;
	overflow: hidden;
}
#logo {
	/*border: 1px dotted violet;*/
	position: absolute;
	/*top: 74px;
	left: 795px;*/
	top: 92px;
	left: 10px;
	width: 202px;
	height: 19px;
	background-image: url(/files/images/seeberger_logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#flash {
	/*border: 1px dotted violet;*/
	position: absolute;
	/*top: 74px;
	left: 795px;*/
	top: 75px;
	left: 717px;
	width: 273px;
	height: 59px;
}
#world
{
	background-image: url(/files/images/world.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 118px;
	left: 268px;
	width: 465px;
	height: 413px;
}
#map_de
{
	background-image: url(/files/images/map_de.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 142px;
	left: 52px;
	width: 465px;
	height: 413px;
}
#map_vn
{
	background-image: url(/files/images/map_vn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 234px;
	left: 266px;
	width: 465px;
	height: 413px;
}
#foto_de
{
	/*
	background-image: url(/files/images/foto_de.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	*/
	position: absolute;
	top: 210px;
	left: 62px;
	width: 244px;
	height: 90px;
}
#foto_vn
{
	/*background-image: url(/files/images/foto_vn.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;*/
	position: absolute;
	top: 162px;
	left: 685px;
	width: 244px;
	height: 90px;
}
img { border: none; }
#foto_vn a, #foto_de a  {
	display:block;
	width: 244px;
	height: 90px;
}
#map_de a
{
	display:block;
	width: 23px;
	height: 31px;
}
#map_vn a
{
	display:block;
	width: 20px;
	height: 36px;
}
#text_de
{
	position: absolute;
	top: 354px;
	left: 62px;
}
#text_vn
{
	/*border: 1px dotted green;*/
	position: absolute;
	top: 310px;
	left: 720px;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

a.mail
{
	color: #000000;
	text-decoration: none;
}
a.mail:hover
{
	text-decoration: underline;
}
.red
{
	color: red;
	font-weight: bold;
}
#line_de
{
	/*border: 1px dotted red;*/
	background-image: url(/files/images/line_de.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 275px;
	left: 62px;
	width: 274px;
	height: 103px;
}
#line_de a
{
	display: block;
	width: 274px;
	height: 103px;
}
#line_vn
{
	/*border: 1px dotted red;*/
	background-image: url(/files/images/line_vn.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 334px;
	left: 555px;
	width: 218px;
	height: 67px;
}
#line_vn a
{
	display: block;
	width: 218px;
	height: 67px;
}