﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-color: #fff;
/*	background-image: url("../images/background.gif");  
	background-repeat: repeat;      
	background-attachment: scroll;  */
}
#container {
	width: 750px;
	margin: 10px;
}
#masthead {
	text-align: center;
	width: 900px;   
	height: 150px;
	border: 0px solid #431;
	background-color: #E0E0E0;
	background-image: url("../images/logo2.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 0px solid #431;
	background-color: #fff;
}
#footer {
	text-align: left;
	clear: both;
	width: 600px;
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #ddd;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #000;
}
#masthead h3 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12pt;
	line-height:18pt;
	color: #000;

}

/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation ul ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	visibility:hidden;
	position:absolute;
	height:0;
/*	top:31px;   */
	left:60px;
	width:150px;
}

#navigation ul a:hover ul{
	visibility:visible;
}

#navigation ul li:hover ul{
	visibility:visible;
}

#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #E0E0E0;
}
#navigation ul ul a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #D0D0D0;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #A0A0A0;
	background-color: #A0A0A0;
}

#navigation ul ul a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #909090;
	background-color: #909090;
}

/* style the second level background */
#navigation ul ul a.drop:visited {
	background:#949e7c;
}
#navigation ul ul a.drop {
	background:#949e7c;
}
/* style the second level hover */
#navigation ul ul a.drop:hover{
	background:#c9ba65;
}
#navigation ul ul :hover > a.drop {
	background:#c9ba65;
}

/* Inhaltsformatvorlagen */
h6 {
	color: #00f;
}

#content h5 {
	color: #00f;
}

#content h1 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:18pt;
	color: #00f;
}

#content h2 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14pt;
	color: #000;
}


#content h3 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12pt;
	line-height:20pt;
	color: #000;
}

#content h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: #000;
	line-height: normal;
}

#content img {
	padding: 0px;
	border: 0px solid #964;
}
/* FuÃŸzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #007;
	text-decoration: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}