@charset "UTF-8";
body {
	background-color: #005140;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.inhalt {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	padding-top: 15px;
	padding-right: 105px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.shop {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004334;
	border-bottom-color: #004334;
	background-color: #005C49;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.shop a:link, .shop a:visited {
	text-decoration: none;
	color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.shop a:hover {
	color: #FFCC00;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
.webseiten {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004334;
	border-bottom-color: #004334;
	background-color: #005C49;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.webseiten a:link, .webseiten a:visited {
	text-decoration: none;
	color: #FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.webseiten a:hover {
	color: #FFCC00;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
