﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #99CCFF;
	background-image: url('../images/bild3.JPG');
}

#container {
	background-color: #FFF;
	width: 900px;
	margin: 10px auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-color: #CC3300;
	width: 100%;
	height:91px;
	background-image: url('../images/banner4.jpg');
	color: #000000;
}
#navigation {
	background-color: #FF9900;
	overflow: hidden;
}
#menue {
	background-color: #FF9900;
	position: relative;
	float: left;
	width: 160px;
	clear: both;
	overflow: hidden;
}
#content {
	width: 96%;
    margin-left:15px;
    margin-top:10px;
	background-color: #FFF;
}
#content1 {
	margin-left: 165px;
	background-color: #fff;
}
/* Format für Frame */
#fram {
	width:780px;
	height:600px;
	border:0px;
}
#footer {
	width: 100%;
	text-align: center;
	background-color: #CC3300;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 50px 10px;
}

/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für die Menue */
#menue ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menue li {
	display: block;
}
#menue a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 1px solid #c9c9c9;
}
#menue a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.transparent { 
  background-color: transparent;
