/*
	Website: 
	BOB Design http://www.bob-design.de/ 
	Imagion AG http://www.imagion.de/
	CSS Datei
	20.04.2007 Daan Meskers
	$last_change: 20.04.2007 Daan Meskers
*/

/* =================== all  ============= */
HTML, BODY {
	background: #aa171f;
	width: 100%;	height: 100%;
	margin: 0;		padding: 0;
	text-align: center;
	font: normal 10pt/150% Verdana, arial, san-serif;
	overflow: hidden;
}
IMG { border: 0; outline: 0;}
/* =================== Footer  ============= */
div#Bild {
	position: relative;
	background: transparent url(../../img/Brasserie_Trier.jpg) no-repeat center center;
	width: 100%; height: 66%;
	max-width: 990px; max-height: 583px;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
	overflow: hidden;
}
div#Bild  div.Border {
	border: 1px dotted #FFF;
	width: 95%; height: 93%;
	top: 2.5%; left: 2.5%; margin: 0;
	position: absolute;
}
/* div#Bild  div.Border {
	border: 1px dotted #FFF;
	width: 950px; height: 93%;
	top: 2.5%; left: 50%; margin-left: -475px;
	position: absolute;
} */
/* =================== Footer  ============= */
div#Footer {
	position: absolute; position: fixed; 
	left: 0; bottom: 0;
	height: 50px ; width: 100%;
	padding: 5px 0 0 0; margin: 0;
	/* text-align: left; */
	font: normal 80%/80% Verdana, arial, san-serif;
	color: #FFF;
}
div#Footer IMG.inmitten {
	margin: 5px 25px 0 45px;
	vertical-align: middle;
	position: relative;
	top: -5px;
	border: 0;
}
div#Footer A {
	text-decoration: none;
	color: #FFF;
}
