* {	margin: 0; padding: 0; }

:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

table {	border-spacing: 0; }

strong { font-weight:bold; }

em { font-style:italic; }

img { border:0; }

body {
	font-family:Arial, Helvetica, Verdana, Times;
	font-size:12px;
	color:#ffffff;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link, 
a:visited, 
a:active {
	text-decoration:underline;
	color:#ffffff;
}

a:hover {
  text-decoration:none;
}

/* Content ----------------------------------------------------------------------------*/

#main {
	width:700px;
	margin:0 auto;
	padding:60px 25px 25px 25px;
}

#logo {
	background:url(images/bitte-waehlen-sie.gif) no-repeat bottom center;
	padding-bottom:50px;
}

h1 {
	display:block;
	width:370px;
	height:182px;
	background:url(images/logo_engelhardt_bad-pyrmont.gif) no-repeat top center;
	margin:0 auto;
}

h1 span {
	display:none;
}

p {
	color:#444444;
	padding:10px;
}

.col {
	width:200px;
	float:left;
	padding:20px 20px 0 100px;
}

.last {
	padding-right:0;
}

#button-tisch-kueche {
	width:200px;
	height:50px;
	border:2px solid #80b3b3;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
}

#button-meissener-porzellan {
	width:200px;
	height:50px;
	border:2px solid #9999b2;
	text-align:center;
	padding-top:18px;
	padding-bottom:7px;
}

#button-tisch-kueche a {
	color:#006766;
	font-size:18px;
}

#button-meissener-porzellan a {
	color:#333365;
	font-size:18px;
}

