@charset "utf-8";
/* ToschTec Layout CSS*/


#all {
	width:899px;
	height:100%;
	margin: 0 auto;
	}

#header {
	width:899px;
	height:503px;
	}


#navi {
	height:22px;
	width:520px;
	padding-top:8px;
	padding-left:380px;
	}
	
#lang_switch {
	width:50px;
	height:18px;
	margin-top:25px;
	margin-right:12px;
	float:right;
	}
	
	
#logo {
	width:224px;
	height:67px;
	margin-top:24px;
	margin-left:2px;
	}
	
#slogan {
	width:480px;
	height:24px;
	margin-top:334px;
	padding-top:1px;
	padding-left:35px;
	font-size:18px;
	color:#2a2a2a;
	}

#main {
	width:899px;
	min-height:520px;
	height:auto !important;
	height:520px;
	margin-top:24px;
	}
	
#subnavi {
	width:252px;
	height:512px;
	background-image:url(images/subnavi_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
#content {
	width:647px;
	height:100%;
	float:left;
	}

#footer {
	width:899px;
	height:55px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	}

