@charset "UTF-8";

/*//////////基本ペーレイアウト//////////*/

#container {
	width: 780px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
}

#header {
	height: 180px;
	width: 780px;
	margin-bottom: 45px;
	/*
	padding-top: 166px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	font-size: 9px;
	font-weight: bolder;
	letter-spacing: 0.15em;
	text-decoration: none;
	top: 10px;
}


#flash {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
	width: 778px;
	height: 80px;
}

#navi {
	position: relative;    /*通常どおりの位置に配置*/
	z-index: 1;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#contents {
	height: 180px;
	width: 780px;
	background: #fff;
	margin-top: 20px;
}

#contents_links {
	float: left;
	width: 170px;
	background: #fff;
}
#contents_rechts {
	float: right;
	width: 575px;
	background: #fff;
	margin-bottom: 45px;
}
#footer {
	width: 780px;
	background: #fff;
	font-size: 9px;
	text-align: center;
	clear: both;
	float: none;
}
/*/////////header////////////////*/
div#header a,div#header a:link,div#header a:visited {
	color: #000;
	text-decoration: none;
}

.navi_biography {
	text-align: center;
	width: 246px;
}
.navi_space {
	text-align: center;
	width: 246px;
	height: 10px;
	margin-right: 89px;
}

/*//////////基本タイプ//////////*/

body {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.05em;
}
/*//////////サイドバー左//////////*/

.titel {
	font-size: 12px;
	font-weight: bold;
	word-spacing: 0.06em;
}
.subtitel {
	font-size: 12px;
	font-weight: lighter;
	text-transform: lowercase;
}

/*//////////コンテンツ右//////////*/
div#contents_rechts a,div#contents_rechts a:link,div#contents_rechts a:visited {
	color: #663366;
	text-decoration: none;
}	
/*//////////Footer//////////*/

div#footer a,div#footer a:link,div#footer a:visited {
	color: #804314;
	text-decoration: none;
}
p {
	line-height: 14px;
}
.titel_contents_rechts {
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0.07em;
	line-height: 24px;
	vertical-align: top;
}
#container #contents #contents_rechts #cover {
	float: left;
	padding-bottom: 10px;
}
#container #contents #contents_rechts #beschreibung {
	margin-left: 10px;
	float: left;
}
.cd_titel {
	font-weight: bold;
}
#contents_rechts #cd {
	padding-top: 10px;
	border-top: 1px dotted #000000;
	clear: both;
	float: none;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

