body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, serif;
	font-size: small;
	background: white url(../images/bg.gif) repeat-x;
}

.clear { clear: both; }

#page {
	max-width: 100%;
	min-width: 960px;
}

#page .title {
	text-align: right;
	border-right: 3px solid #444444;
	padding-right: 25px;
	margin-right: 50px;
	margin-top: 90px;
}

#page .title p {
	color: #444444;
	font-size: 120%;
	margin-bottom: 45px;
	line-height: 20px;
	word-spacing: -2px;
}

#page .title h1 {
	font-size: 400%;
	font-weight: normal;
	word-spacing: -6px;	
	letter-spacing: -1px;
}

#left {
	float: left;
	width: 38%;
}

#left .description {
	width: 100%;
	background: #3B3C72;
	color: white;
	margin-top: 68px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#left .description p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 120%;
	line-height: 20px;
	word-spacing: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	padding-right: 25px;
}

#right {
	float: left;
	width: 62%;
}

#right .index {
	float: right;
	padding-right: 50px;
	width: 492px;
}

#right .index h2 {
	font-size: 130%;
	font-weight: normal;
	line-height: 20px;
	margin-top: 68px;
	padding-top: 22px;
}

#right .index ul {
	margin-left: 50px;
	padding-top: 11px;
	list-style-type: decimal-leading-zero;
}

#right .index ul li {
	font-size: 110%;
	line-height: 18px;
}

#right .index ul li a {
	color: #666666;
	text-decoration: none;
}

#right .index ul li a:hover {
	text-decoration: underline;
}

#right .index .order {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 100%;
	text-align: right;
	padding-top: 90px;
}

#right .index .order a {
	color: white;
	background: #3B3C72;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #6C6ED0;
	border-left: 1px solid #6C6ED0;
	border-bottom: 1px solid #26274A;
	border-right: 1px solid #26274A;
}

.separator {
	border: 0;
	border-bottom: 1px dotted #d1d1d1;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

.first {
	margin-top: 70px;
}

#content .right_top a {
	float: right;
	color: #666666;
	margin-top: 50px;
	margin-right: 50px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#content .top {
	padding-top: 50px;
	margin-left: 50px;
}

#content .top a {
	color: #666666;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#content h3 {
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 200%;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

#content h4 {
	font-size: 120%;
	margin-left: 90px;
	margin-right: 50px;
	margin-top: 22px;
	margin-bottom: 5px;
}

#content ul {
	margin-left: 90px;
	margin-right: 50px;
	list-style: square;
}

#content li {
	margin-bottom: 8px;
}

#content li a {
	color: #666666;
}

#content .no_title {
	margin-top: 22px;
}

#content .list_note {
	font-size: 90%;
	margin-top: 7px;
	margin-left: 90px;
}

#content table {
	margin-top: 22px;
	margin-left: 90px;
}

#content table tbody tr th {
	text-align: left;
}

#content table tbody tr td {
	padding-right: 50px;
	padding-top: 5px;
	line-height: 20px;
}

#content table tbody tr td a {
	color: #666666;
}

#content .errata {
	margin-left: 90px;
	margin-right: 90px;
	line-height: 20px;
}

#content .hinweis {
	font-size: 120%;
	margin-top: 20px;
	margin-left: 90px;
	margin-right: 90px;
	padding: 20px;
	padding-bottom: 5px;
	background: #efefef;
	border: 1px solid #d1d1d1;
}

#content .hinweis pre {
	text-align: center;
	border-top: 1px dotted #d1d1d1;
	margin-top: 15px;
	padding: 15px;
/*	background: #d1d1d1;*/
}

#content .autor {
	margin-top: 50px;
	margin-left: 90px;
}

#content .autor img {
	float: left;
	border-right: 1px dotted #d1d1d1;
	padding-right: 40px;
	margin-right: 40px;
}

#content .autor ul {
	float: left;
	margin-left: 0;
	margin-top: 20px;
	list-style: none;
	width: 40%;
}

#content .autor .name {
	font-size: 120%;
	font-weight: bold;
}

#content .autor .position {
	font-size: 120%;
}

#content .autor .bio {
	line-height: 18px;
}

#footer {
	color: #888888;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
}

#footer h3 {
	color: #444444;
	font-weight: normal;
	font-size: 120%;
	padding-bottom: 22px;
}

#footer p {
	margin-bottom: 22px;
	line-height: 16px;
}

#footer img {
	margin-bottom: 22px;
	border: 0;
}

#footer p a {
	color: #248FBF;
}