﻿@import url("layout.css");
body {
	font-family: "Century Gothic";
	font-size: medium;
	color: #FFFFFF;
	background-color: #000000;
}
#container {
	width: 720px;
	margin: 0 auto 5px auto;
}
#masthead {
	background-color: #000000;
	background: #000000 url('../images/Titelframe PAT Webseite 3D spiegelnd mit ISO.jpg') no-repeat left;
	width: 710px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	overflow: auto;
	height: 155px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #000000;
	clear: both;
	display: block;
	margin-bottom: 60px;
}
#content {
	background-color: #000000;
	margin-left: 180px;
}
#footer {
	text-align: center;
	clear: both;
	width: 720px;
	overflow: auto;
	margin-top: 10px;
}
#masthead img {
	float: none;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin-bottom: 12px;
}
#sidebar a {
	background: url('../images/Button_inaktiv.jpg') no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 14px 12px 12px 12px;
	font-family: "Century Gothic";
	font-size: medium;
	font-style: normal;
	height: 22px;
	text-align: center;
}
#sidebar a:hover {
	background: url('../images/Button_atkiv.jpg') no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* Formatvorlagen für die Link */
#link ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#link li {
	font-size: 0.9em;
	display: block;
	margin-bottom: 12px;
}
#link a {
	background: url('../images/Button_inaktiv.jpg') no-repeat;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 14px 12px 12px 12px;
	font-family: "Century Gothic";
	font-size: medium;
	font-style: normal;
	height: 22px;
}
#link a:hover {
	background: url('../images/Button_atkiv.jpg') no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #000000;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



