/* exespool.de */

* {
	border: 0 #fdfeec;
	margin: 0;
	padding: 0;

	font: 12px Helvetica;
	color: #fdfeec;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.background {
	background-color: #fdfeec;
}

#top-line {
	height: 14px; /* 30px - 16px border - 14px */
}

#bottom-line {
	height: 30px;
}

#logo {
	float: left;
	height: 27px;
	margin: 13px;
	margin-left: 30px;
}

#head-address {
	text-align: right;
	margin-right: 30px;
	margin: 13px;
	margin-top: 27px;
}

#head-address a {
	font-size: 10px;
	margin-left: 10px;
}

#border {
	position: relative;
	background-image: url(/static/images/border.png);
	height: 16px;
	z-index: 100;
	top: 82px;
}
#border-spaceholder {
	height: 16px;
}

#main {
	width: 700px;
	background-color: #960009;
	height: 400px;
	vertical-align: top;
}

#menu {
	margin-left: 30px;
}

#menu li {
	display: inline;
}
#menu li a {
	margin-right: 20px;
	border-bottom: 1px #e7bb3a solid;
}
#menu li a:hover {
	text-decoration: none;
	color: #e7bb3a;
}

#content {
	margin: 30px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#content p {
	margin-bottom: 20px;
}

input {
	color: #960009;
	background-color: #fdfeec;
	border: 2px groove;
	margin: 2px;
	padding: 1px;
}
textarea {
	color: #960009;
	background-color: #fdfeec;
	border: 2px groove;
	margin: 2px;
	padding: 1px;
}

#daily {
	width: 200px;
	float: right;

	background-color: #E7BB3A;

	padding: 5px;
}

#daily h2 {
	color: #960009;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 7px;
}

#daily h2 strong {
	color: #960009;
	font-weight: bold;
	font-size: 18px;
}

#daily h3 {
	color: #960009;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 7px;
}

#daily h3 strong {
	color: #960009;
	font-weight: bold;
	font-size: 14px;
}

#specials h2 {
	color: #E7BB3A;
	font-size: 24px;
	font-weight: bold;
	width: 350px;
	margin: 15px;
	margin-bottom: 30px;
}

#specials h2 div {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}

