body {
	background-color: white;
	color: navy;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	top: 0px;
	margin: 0px;
}

a:visited {
}

div#header{
	background-image: url(kopf_bg_light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 15px;
	padding-top: 15px;
	height: 89px;
	vertical-align: middle;
}

div#header_ws{
	background-image: url(kopf_bg_light.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 15px;
	padding-top: 15px;
	height: 99px;
	vertical-align: middle;
}

.title{
	font-weight: bold;
	font-size: 20px;
}
.booktitle{
	font-weight: bold;
	font-size: 90%;
}
.subtitle{
	font-weight: bold;
	margin-top: 10px;
}

div#menubar{
	background-color: navy;
	color: white;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#menubar a {
	color: white;
}

#menubar a:hover {
	color: red;
}


.square{
	margin-left: 8px;
	margin-right: 8px;
}

div#content{
	padding-left: 15px;
	padding-top: 8px;
}

div#contentview li{ 
	font-size: 10pt; 
	text-align: left;
}

div#workshop{
	padding:10px 30px 30px 30px;
}

div#footer{
	padding-left: 15px;
	margin-top: 8px;
	padding-top: 5px;
	border-top: 1px solid navy;
}

.noborder{
	border: 0px solid red;
}
a.nolinkstyle {
	text-decoration:none;
	color:navy;
}

a.nolinkstyle:hover {
	text-decoration:none;
	color:red;
}

form {
	margin: 0px;
}

p {
	margin-top: 0px;
}
h1,h2,h3,h4{
	margin-top: 5px;
}
h1{
	font-size:18px;
}
a img{
	border: 0px red none;
}