@charset "UTF-8";
/* CSS Document */

html, body, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body.index {
	margin:0px;
	background-color:#3d1b0f;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}

body.imprint {
	background-color:#3d1b0f;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	color:#FFFFFF;
}

div.outer {	
	margin:0 auto;
	width:925px;
	height:785px;
	background-image:url(../images/widmann-gastronomie-dresden.png);
	background-repeat:no-repeat;
}

div.outerimp {	
	margin:0 auto;
	width:500px;
	color:#FFFFFF;
}

img.logos {
	margin-top:470px;
	border:0px;
	margin-left:290px;
	border:none;
	outline:none;
}


div.clear {
	clear:both;	
}

div.imprint {
	text-align:right;
	margin-top:20px;
	padding-right:50px;
	color:#FFFFFF;
}

a.imprint {
	text-decoration:none;	
	color:#FFFFFF;
}

a.imprint:hover {
	text-decoration:underline;	
}

h1 {
	font-size:16px;
}

div.hoverpopup {
	margin:5px;
	padding:20px;
	border:1px dotted black;
	width:160px;
	height:80px;
	font-size:12px;
	background-color:#FFEBCD;
	color:#000000;
}

div.back {
	text-align:right;
	padding-top:20px;
	padding-right:5px;
}

.nobordernooutline {
	border:none;
	outline:none;
	color:#000000;
}

