* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #ffffff;
	text-align: center;
	background-image: url(../pics/textures/texture_28.png);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
}
.main {
    position: relative;
	border: 2px solid #c0c0c0;
	margin: 1.5em auto 0em;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	text-align: left;
	overflow: hidden;
}
h1 {
	font-family: Verdana;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-left: 1em;
}
h3 {
	font-family: Verdana;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin-left: 1em;
}
.center {
  text-align: left;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #c0c0c0;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
#cv {
	margin: 1em auto 1em auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	padding: 4px;
	border: 2px solid #c0c0c0;
}
#cvlink {
	color: #000000;
}
.menu {
    position:absolute;
    left:0px;
    top:0px;
	padding: 16px;
	height: 568px;
	width: 22%;
}
.menuitem {
	background-image: url(../pics/bg_but.jpg);
	margin: 8px;
	padding: 0;
	border: 1px solid #CCCCCC;
	width: 128px;
	height: 21px;
	text-align: center;
}
.leftmenuitem {
	color: #a0a0a0;
}
a.leftmenuitem:hover {
	color: #FFFFFF;
}
.menuitems {
	list-style-type: none;
}
.contenu {
    position: absolute;
    left: 190px;
    top: 0px;
	height: 550px;
	width: 75%;
	text-align: left;
	margin-top: 32px;
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
	overflow: hidden;
	padding-right: 1em;
}
.pics {
	list-style-type: none;
}
.speech {
	text-align: left;
	list-style-type: none;
	position: relative;
	color: #00007f;
}
.tool{
	border: 1px solid #CCCCCC;
	margin: 1em;
	padding: 1em;
	width: 80%;
}
.blah{
	border: 1px solid #CCCCCC;
	margin: 1em;
	padding: 1em;
	overflow: auto;
	height: 280px;
}
img {
	margin: 1em;
	border: 0;
}
#anne, #mirko {
	border: 1px solid #a00000;
}
.metainfo {
	font-weight: bold;
	color: #007f00;
	padding: 1em;
}