/*********Basics********/

body {
	background-color: #F6F5E1;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1pt;
	line-height: 14px;
	color: #666;
}

h1 {    
       font-size: 10px;		
       font-weight: bold;
	margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style-type: square;
}

a {
	text-decoration: none;
	color: #6C3;
}

a:link {
	color: #6C3;
}

a:visited {
	color: #6C3;
}

a:hover {
	color: #6C3;
}

a:active {
	color: #6C3;
}

/********Layout**********/

#imprint {
	width: 915px;
	height: 20px;
	text-align: right;
}

#imprint a {
	text-decoration: none;
	color: #A6A4A4;
}

#imprint a:hover {
	color: #000;
}

#center {
	width: 930px;
	margin: 80px auto 0 auto;
}

#corset {
	width: 930px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px;
}

#left {
	top: 0;
	left: 0;
	position:absolute;
	width: 180px;
	height: 305px;
	background-color: #FFF;
	padding: 20px 10px 10px 10px;
	z-index: 9;
}

#left_onion {
	top: 5px;
	left: 5px;
	position:absolute;
	width: 180px;
	height: 315px;
	background-color: #EAE9D5;
	padding:10px;
	z-index: 1;
}


#right {
	top: 0;
	left: 210px;
	position:absolute;
	width: 696px;
	height: 335px;
	background-color: #9E9FA3;
	z-index: 9;
}

#right_onion {
	position:absolute;
	top: 5px;
	left: 215px;
	width: 696px;
	height: 335px;
	background-color: #EAE9D5;
	z-index: 1;
}

/*********Navi********/


#navi {
	position:absolute;
	top: 335px;
	left: 0;
	width: 906px;
	height: 37px;
	background-color: #FFF;
	margin-top: 14px;
	clear:both;
	z-index:9;
}


#navi_onion {
	position:absolute;
	top: 340px;
	left: 5px;
	width: 906px;
	height: 37px;
	background-color: #EAE9D5;
	margin-top: 14px;
	clear: both;
	z-index:1;
}

/*********Subnavi********/

#subnavi {
	position:absolute;
	top: 390px;
	left: 5px;
	width: 906px;
	
	background-color: #EAE9D5;
	clear: both;
	z-index:1;
	line-height: 37px;
	text-align:center;
	color: #CCC;
}
#subnavi a {
	text-decoration: none;
	color: #666;
}

#subnavi a:hover {
	color: #6C3;
}

#subnavi .selected {
	color: #6C3;
}
.textbox .back{
  float:left;
}
.textbox .next{
  float:right;
}
.clear{
  clear:both;
}