/* CSS layout */
body
{
	position: relative;
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,255,255);
	color: rgb(102,102,153);
	background-image: url('../images/Hintergrund-links.jpg');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
}

#masthead {
	position: relative;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}

#top_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 150px;
	line-height: 150px;
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
}
#top_left p {
	text-align: justify;
}

#top_left .center {
	text-align: center;
}

#header {
	margin: 0;
	margin-left: 200px;
	text-align: center;
	line-height: 150px;
	background-image: url('../images/Hintergrund-oben.jpg');
	background-repeat: repeat-x;
	height: 150px;
	padding: 0;
	border: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#left_col {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 190px;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

#left_col p {
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
	margin-left: 45px;
}

#left_col .indent {
	margin-left: 60px;
	margin-top: -10px;
	margin-bottom: 15px;
}

#page_content {
	border: thin rgb(250,220,238) solid;
	position: relative;
	margin-left: 210px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 25px 5px 25px;
	background-color: rgb(250,238,238);
}

#page_content p {
	text-align: justify;
}

#page_content .center {
	text-align: center;
}

#page_content .img_float {
	float: left;
        margin-right: 10px;
}

#page_content a:link {
	color: rgb(102,102,153);
	text-decoration: none;
	font-weight: bold;
}

#page_content a:visited {
	color: rgb(145, 145, 181);
	text-decoration: none;
	font-weight: bold;
}

#page_content a:active {
	color: rgb(90, 90, 135);
	text-decoration: underline;
	font-weight: bold;
}

#page_content a:hover {
	color: rgb(90, 90, 135);
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: rgb(135,175,135);
}

td.item {
	width: 75%;
	text-align: left;
}

td.item_pict {
	width: 35%;
	text-align: right;
}

td.item_indent {
	width: 75%;
	margin-left: 30px;
	text-align: left;
}

td.price {
	width: 25%;
	text-align: right;
}

td.price_pict {
	width: 15%;
	text-align: left;
}

a:link
{
	color: rgb(102,102,153);
	text-decoration: none;
}
a:visited {
	color: rgb(102,102,153);
	text-decoration: none;
}
a:active {
	color: rgb(90, 90, 135);
	text-decoration: underline;
}
a:hover {
	color: rgb(90, 90, 135);
	text-decoration: underline;
}
h6
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
}
h5
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
}
h4
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
}
h3
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
	margin-left: -20px;
}
h2
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
	margin-left: -20px;
}
h1
{
	font-family: Lucida Calligraphy, Book Antiqua, Times New Roman, Times;
}
