﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url("../images/Background.png");
	background-color:black;
	background-repeat:no-repeat;
	background-position: 0px 150px
}
#container {
	width: 1000px;
	margin: 10;
	padding: 10px;
	}
	
#masthead {
	float: left;
	width: 1024px;
	height: 200px;
	padding: 0px;
	background-image: url("../images/masterhead.png");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:0px 0px
}
#navigation {
	float:left;
	width: 150px;
	padding: 10px;
	margin-top: 65px;
	margin-left: 90px;
	}
#content {
	float: left;
	width: 450px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 220px;
	color: white;
	}
#flash {
	float: left;
	width: 200px;
	margin-top: -80px;
	margin-bottom: 0px;
	margin-left: 700px;
	color: white;
	}
#footer {
	text-align: center;
	margin-top: 0px;
	margin-left: 350px;
	clear: both;
	width: 340px;
	color: white;

}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type:none;
	width: 100%;
	display: left;
	margin-top: 0px;
	margin-left:0px;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #D09CE3;
	text-decoration: none;
	display: block;
	padding: 1px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
}

/* Fußzeilen-Formatvorlagen */
#footer p {
		color: #ffffff;
	font-size: 0.7em;

}
#footer a {
	color: #ffffff;
	font-size: 1.0em;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #89549c;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.price_table
{
	
	
}

.price_table th
{
	text-align: center;
}

.priice_table td
{
	padding-left: 10px;
	text-align: left;
}