strong { font-weight:bold;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:auto;
	background:rgb(100%, 100%, 100%);
	background-image:url(pics/menubg.gif);
	background-repeat:repeat-y;
}

#kopf {	
	position:absolute;
	height:80px;
	width:100%;
	background:rgb(100%, 100%, 100%);
	background-image:url(pics/logolinie2.gif);
	background-repeat:repeat-x;
	background-position:0 71px;
	z-index:1;
}

#menu {
	position:absolute;
	top:80px;
	left:0px;
	width:150px;
	height:300px;
	min-height:300px;
	margin:0;
	padding:0;
	background-image:url(pics/menu.jpg);
	background-repeat:no-repeat;
	z-index:2;
}
#menubody {
	top:80px;
	left:0px;
	width:170px;
	position:absolute;
	font-size:9pt;
	background:transparent;
	color:rgb(29%, 37%, 73%);
	z-index:3;
}

#content {
	position:absolute;
	left:240px;
	width: 500px;
	top:115px;
	background:rgb(100%, 100%, 100%);
	padding-bottom: 50px;
}

li {
	margin-top:10px;
}

a {	
	color:rgb(29%, 37%, 73%);
}

a:link { 
	text-decoration:none; 
}
a:visited { 
	text-decoration:none; 
}
a:hover { 
	text-decoration:none;
}
a:active { 
	text-decoration:none; 
}

h1 {
	color:rgb(84%, 17%, 24%);
}

p { 
	color:rgb(0%, 0%, 0%);
}

.mitem {
	position:relative;
	margin-left:8px;
}

.msel { color:rgb(84%, 17%, 24%);
	font-weight:bold;
	line-height:100%;
}
.mnonsel { color:rgb(29%, 37%, 73%);
	font-weight:bold;
	line-height:100%;
}
img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
}
#zug {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 0px;
	border: 0px;
}

