@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	background-color: #FFF;
	width: 297px;
	overflow: hidden;
	position: absolute;
	height: 311px;
	margin-top: 385px;
	left: 177px;
	top: 20px;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 75%;
	cursor:pointer;
	clear: none;
	float: right;
	margin-left: 10px;
	padding: 0px;
	height: 70px;
	width: 50px;
	margin-bottom: 10px;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #EAEAEA;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	color: white;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	width: 453px;
	overflow: visible;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 350px;
	visibility: visible;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	border: 0px none #FFF;
	float: right;
	bottom: 0px;
	position: absolute;
	right: 0px;
}
.column1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 0px;
	border: 1px solid #CCC;
}
.column2 {
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 10px;
	line-height: 11px;
	position: absolute;
	width: 158px;
	text-align: left;
	height: 176px;
	bottom: -58px;
	left: 221px;
	z-index: 2;
}
.column3 {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	text-align: left;
	font-weight: normal;
}
.column4 {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	text-align: left;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: normal;
}
.column2_a {
	color: #666;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 10px;
	position: absolute;
	width: 158px;
	text-align: left;
	height: 176px;
	z-index: 2;
	top: 385px;
	vertical-align: top;
	line-height: 12px;
}

#apDiv1 {
	position:absolute;
	left:20px;
	top:32px;
	width:349px;
	height:450px;
	z-index:1;
	visibility: visible;
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
}
.navi {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0px;
	visibility: visible;
}
.nav_erw_cs {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 15px;
}#unter_erw_comic {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 11px;
	color: #36C;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
#unter_erw_layout {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 11px;
	color: #36C;
	font-weight: bold;
	line-height: 15px;
}
#unter_erw_comic:hover {
	color: #F90;
	cursor: pointer;
}
#submenu_erw {
	position: absolute;
	left: 223px;
	top: 277px;
	width: 149px;
	height: 78px;
	z-index: 10;
	vertical-align: top;
	visibility: hidden;
}
#erw_wissensch {
	font-family: Verdana, Geneva, sans-serif, Helvetica, "Lucida Grande";
	font-size: 11px;
	color: #36C;
	line-height: 15px;
	font-weight: bold;
}
#erw_wissensch:hover {
	color: #F90;
	cursor: pointer;
}
#unter_erw_layout:hover {
	color: #F90;
	cursor: pointer;
}
#link {
	font-family: Verdana, Geneva, sans-serif;
}
a {
	font-size: 10px;
	color: #36C;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
}
