﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #C9FF93;
}
#container {
	width: 1380px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
}
#masthead {
	text-align: center;
	width: 98%;
	padding: 10px;
	border: 1px dotted #C9FF93;
	background-image: url('../images/masthead.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	margin: 10px;
	position: relative;
	float: left;
	width: 150px;
	border-right: 1px dotted #725972;
	top: 0px;
	left: 0px;
	height: 208px;
}
#content {
	margin: 10px;
	float: left;
	width: 82%;
	background-image: url('../pict/flower.jpg');
	background-repeat:repeat;
	}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px dotted #d8bfd8;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	height: 205px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-size: larger, xx-large, x-large, large, medium, small;
	text-align: center;
}
#content img {	height: 528px;
	width: 640px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
