body {
	background-repeat: repeat-x;
	background-color: #3893d4;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.Stil1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14;
}

.Stil3 {color: #0000FF}

.Stil4 {color: #FF0000}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
body,td,th {
	font-size: 12px;
	color: #000000;
}
#container{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #666;
	background-color: white;
}
ul.navi{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
}
li.navi{
	height: 45px;
	overflow: hidden;
}
#navi{
	float: left;
	max-width: 180px;
}
#main{
	float: left;
	width: 680px;
	padding: 20px;
}
a#logout{
	background-image: url('../img/bt_logout.png');
	display: block;
	width: 180px;
	height: 45px;
	float: right;
}
#header{
	background-color: #ccc;
	border-bottom: 1px solid #666;
}
#header h2{
	float: left;
	width: 350px;
	line-height: 40px;
	padding: 0 0 0 10px;
	margin: 0;
}
#object{
	float: left;
	width: 300px;
	padding-top: 10px;
}
.red{
	color: red;
	font-size: 14pt;
}
ul.files{
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.files a{
	text-decoration: none;
}

ul.files li img{
	vertical-align: text-bottom;
}