@charset "utf-8";
html
{
	height: 100%;
	width: 100%;
	overflow:auto;
}
body
{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background:#E98932;
}
#layout{
	position:absolute;
	left: 50%;
	width: 880px;
	margin-left: -440px;
	top:50%;
	height:690px;
	margin-top:-345px;
	background-color:#E98932;
	border: 3px solid black;
} 
#InnerLayout{
	position: absolute;
	left:0px;
	top:0px;
	margin:0;
	padding:0;
	width:880px;
	height:690px;
	background:#E98932;
}
.t_innen{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
	vertical-align:top;
	text-align:left;
	font-family:verdana;
	color:#000000;
	font-size:12px;
	line-height:150%;
	width:200px;
}
.t_pic{
	font-family:verdana;
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:top;
	color:#000000;
	font-size:10px;
	text-align:center;
	line-height:130%;	
}
.t_td{
	vertical-align:top; 
	width:210px;
	text-align:center;
	
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
