﻿@import url(layout.css);
@import url('../strasse1/mpStyle.css');

body {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #0066FF;
}
#container {
	width: 800px;
	background-color: white;
    margin: 10px auto;
}
#masthead {
/*	text-align: right;
	margin-right: 10px;
	margin-left: 10px; */
	padding: 0;
	background-color:white;
	}
#masterdiv {
	float:left;
	width:130px;
	background-color: #d3d3d3;
	}
#navigation {
/*	margin-right: 10px;
	margin-left: 10px; */
	background-color: #d3d3d3;
	overflow: hidden;
}
#content {
/*	margin-right: 10px;
	margin-left: 10px; */
	background-color:white;
}
#menue {
	cursor:pointer;
	float:left;
	width:120px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#content_l {
	float:right;
	width:650px;
}
#column_l {
	float:left;
	width:380px;
	position:absolute
}
#column_r {
	float:right;
	width:380px;
}
#footer {
	text-align: center;
	background-color:white;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}

/* Format für Frame */
#fram {
	width:640px;
	height:600px;
	border:0px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 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: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Formatvorlagen für die Menue */
#menue ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menue a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 2px;
	display: block;
	border: 1px solid #d3d3d3;
}
#menue a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#menue #high {
	font-weight: bold;
	color: #0000FF;
	background-color: #C0C0C0;
	display: block;
	padding: 3px;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	color: #000080;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
/*.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;*/
}
.tabele {
	background: gray;
	color: navy;
	font-weight: bold;
	font-size: large;
	width: 150px;
	text-align:center;
}
.td {
	background:silver;
	color:blue;
	width: 150px;
	text-align:center; 
}
.bild {
	border-width:0px;
}
.haft {
	text-align:center;
	margin-left:15px;
	margin-right:15px;
}
.menutitle{
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #d3d3d3;
	color: #000080;
	width: 120px;
	padding: 2px;
	text-align: left;
	font-weight: bold;
/*	border:1px solid #000000; */
}
.submenu{
margin-bottom: 0.5em;
}
.listschlu {
	color: #000080;
	font-size: x-small;
	text-align:center;
}
