﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	background-image: url("../images/background4d.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-image: url("../images/background5a.jpg");
	background-repeat: repeat;
	background-attachment: scroll;

	background-color: #ffffff;
}
#container2 {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-image: url("../images/background1.jpg");
	background-repeat: repeat;
	background-attachment: scroll;

	background-color: #ffffff;
}

#masthead {
	text-align: center;
	width: 700px;
	height: 112px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/banner_a.jpg");
}
#masthead2 {
	text-align: center;
	width: 700px;
	height: 112px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/banner_b.jpg");
}

#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #871e10;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}
#aussteller {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #000000;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 718px;
	border: 1px dotted #d8bfd8;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #de8e27;
	background-color: #de8e27;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #de8e27;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #ffcc00;
}
/* Navigationgästebuch*/
#gb ul {
	list-style-type: none;
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
#gb li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #de8e27;
	background-color: #FFDFAA;
}
#gb a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFDFAA;
}
#gb a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #FF7F00;
}
/* Inhaltsformatvorlagen */
#content h1,h2, h3 {
	color: #000000;
	text-align: center;
	}
	
#content h4,h5,h6 {
	color: #000000;
	text-align: left;

}
/*#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_links {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
}
.aussteller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	line-height: normal;
}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
.informationtext {
	font: bold normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FF7F00;
	padding-top: 5px;
	display: block;
}

