﻿@import url('styles/layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #990033;
}
#container {
	background-position: center bottom;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	background-image: url('../images/loewe.gif');
	background-repeat: no-repeat;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFCC;
}
#masthead {
	text-align: center;
	height: 176px;
	width: 780px;
	padding: 10px;
	border: 0px dotted #725972;
	background-image: url('../images/head.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	color: #FFFFFF;
}
#content {
	background-position: center center;
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 100%;
	background-repeat: no-repeat;
}
#footer {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
		clear: both;
		width: 800px;
		height: 39px;
		background-position: left top;
		right: 195px;
		background-color: #FFFF99;
	background-image: url('../images/bgfoot.png');
		background-repeat: repeat-x;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
}
#powered {
	
width: 322px;
 height: 18px; z-index: 0;
  left: 629px; top: 736px;
   float: right; padding-top: 20px;
    color: #990033;
     font-family: 'Times New Roman', Times, Serif;
      font-size: small;
       text-align: right;
        padding-right: 10px;
}
#divcopy {
	width: 267px;
	height: 24px;
	z-index: 1;
	left: 185px;
	top: 725px;
	float: left;
    padding-top: 20px; 
    color: #990033; 
    font-family: 'Times New Roman', Times, Serif;
     font-size: small; 
     text-align: left; 
     padding-left: 10px;
	
}
/* 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;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #990033;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #990033;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #ffff99;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #990033;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
}
#content a {
		color: #990033;
	
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #800000;
	text-decoration: underline;
	font-size: small;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
a {
	color: #990033;
	text-decoration: underline;
	font-family: Harrington;
	font-size: large;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

span {
	border-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.style1 {
	text-align: justify;
	text-align: center;
}
.style2 {
	text-align: right;
}


