body,p,h1,h2,h3,h4,ul,ol,th,td,select,input,form,div,iframe {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	margin-top: 7px; margin-bottom: 7px;
}

body {
	background-color: #dddddd;
	margin: 0px; margin-bottom: 0px;
}

iframe.menu {
	position: absolute; left: 0px; top: 0px; width: 170px; height: 600px;
	margin: 0px;
}
div.main {
	position: absolute; left: 240px; top: 0px;
	padding: 5px;
	margin: 0px;
}
div.img {
	text-align: center;
	margin-top: 40px; margin-bottom: 40px;
}

a {
	color: #0000cc;
	text-decoration: none;
}
a:hover	{
	background-color: #000066; color: #ffcc33; 
	font-weight: bold;
	padding-left: 3px; padding-right: 3px;
}

.center {
	text-align: center;
}

h1,h2,h3,h4 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 15pt; font-weight: normal;
	margin-top: 5px;
}
h1.autor, h2.untertitel {
	font-size: 20pt; font-weight: normal;
	margin-top: 15px;
	color: black;
}
h1.titel, h2 {
	font-size: 28pt;
	font-weight: bold;
	color: red;
	margin-top: 20px; margin-bottom: 15px;
}
h3 {
	font-size: 15pt; font-weight: bold;
	margin-top: 20px; margin-bottom: 15px;
}

p {
	font-weight: normal;
}

ul,ol {
	margin-top: 15px; margin-bottom: 10px;
}
li.pdf {
	list-style-image: url(pdf.gif);
}

img {
	border-width: 0px;
}
img.homeimage {
	border-style: solid; border-color: red;
	border-left-width: 0px; border-right-width: 15px; border-top-width: 15px; border-bottom-width: 15px;
	width: 330px; height: 330px; 
}
img.homeimage2 {
	border-style: solid; border-color: red;
	border-left-width: 0px; border-right-width: 5px; border-top-width: 5px; border-bottom-width: 5px;
	width: 165px; height: 165px; 
}
img.constr {
	width: 267px; height: 213px; 
}
.appletborder	{
	border: solid 1px #888888;
}
.svgborder	{
	border: solid 2px #506878;
}

table {
}
th {
	vertical-align: middle;
	color: black; background-color: red;
	white-space: nowrap;
	padding-top: 0px; padding-bottom: 0px; padding-left: 2px; padding-right: 2px;
	margin-top: 0px;
}
td {
	vertical-align: middle; 
	text-align: left;
	font-weight: normal;
	padding-top: 0px; padding-bottom: 0px; padding-left: 2px; padding-right: 2px;
}

ul.menu { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	background-color: red;
}
ul.menu li {
	text-align: left;
	font-size: 18px; font-weight: normal;
	height: 22px; width: 100%;
	vertical-align: middle; 
	border-style: solid; border-color: #dddddd;
	border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 2px;
	padding-left: 0px; padding-right: 0px;
	margin: 0px;
}
ul.menu li.img {
	background-color: #dddddd;
}
ul.menu li.akt {
	background-color: #ffcc33;
	font-weight: bold;
}
ul.menu a {
	height: 22px; width: 150px;
	display: block;
	padding-left: 10px; padding-right: 10px;
	color: #333333;
	margin: 0px;
}
ul.menu a:hover {
	color: #ffcc33; 
	padding-left: 10px; padding-right: 10px;
}

