/*
 * Design: Frank-Schulz.eu
 */

@media screen, aural, braille, embossed, handheld, projection, tty, tv
{
	body {
		background-image: url("gfx/bg_lrg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
		margin-top: 40px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 40px;
		color: #ffffff;
		font-family: Helvetica, Tahoma, Verdana;
		font-size: 13px;
	}

	a, a:visited {
		text-decoration: none;
		color: #b8ccff;
	}

	a:hover {
		text-decoration: underline;
	}

	a:active {
		text-decoration: none;
	}

	div.contain {
		width: 700px;
		padding: 0px;
		clear: both;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.header, .main, .navigator, .unselected {
		background-image: url("gfx/darkbg.png");
		background-repeat: repeat;
	}

	.unselected {
		height: 32px;
	}

	div.selected {
		background-image: url("gfx/lightbg.png");
		background-repeat: repeat;
		height: 30px;
		margin-bottom: 2px;
		overflow: hidden;
	}

	div.selected div, div.notice div {
		padding-left: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	div.notice {
		background-image: url("gfx/redbg.png");
		background-repeat: repeat;
		height: 30px;
		margin-bottom: 2px;
		overflow: hidden;
	}

	div.notice div img {
		vertical-align: top;
	}

	div.navigator {
		background-image: url("gfx/darkmenubg.png");
		background-repeat: repeat-x;
		background-position: top left;
		padding: 0px;
		height: 32px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 2px;
		margin-bottom: 0px;
		float: left;
		text-align: center;
		overflow: hidden;
	}

	div.navigator a, div.navigator a:visited {
		line-height: 100%;
		display: block;
		padding-top: 7px;
		padding-bottom: 13px;
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
	}

	div.navigator a:hover {
		text-decoration: underline;
	}

	div.navigator a:active {
		text-decoration: none;
	}

	div.selected a, div.selected a:visited {
		color: #ffffff;
		font-weight: normal;
	}

	.books {
		width: 101px;
	}

	.bio {
		width: 110px;
	}

	.dates {
		width: 105px;
	}

	.newsletter {
		width: 122px;
	}

	.download {
		width: 147px;
	}

	.contact {
		width: 105px;
		margin-right: 0px !important;
	}

	div.nav_s {
		background-image: url("gfx/lightbg.png");
		background-repeat: repeat;
		height: 32px;
		margin-bottom: 0px;
	}

	div.footer {
		background-image: url("gfx/footbg.png");
		background-repeat: no-repeat;
		background-position: bottom center;
		overflow: hidden;
		font-size: 10px;
		text-align: center;
		height: 30px;
	}

	div.footer div {
		margin-top: 8px;
	}

	div.footer a, div.footer a:visited {
		font-weight: normal;
		color: #ffffff;
	}

	div.header {
		background-image: url("gfx/headerbg.png");
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
		font-size: 1px;
		height: 50px;
	}

	div.header h1 {
		display: none;
	}

	div.phonehome {
		position: relative;
		left: 15px;
		width: 270px;
		height: 40px;
		display: block;
		overflow: hidden;
		float: left;
		cursor: pointer;
	}

	div.content {
		padding-top: 20px;
		padding-bottom: 0px;
		margin-left: 30px;
		margin-right: 30px;
	}

	p.section {
		clear: both;
	}

	span.headline {
		font-size: 16px;
		font-weight: bold;
	}

	span.subheadline {
		font-size: 12px;
		font-weight: normal;
	}

	div.spacer {
		height: 20px;
		clear: both;
		overflow: visible;
	}

	div.line {
		background-image: url("gfx/whiteline.gif");
		background-repeat: no-repeat;
		background-position: center;
		height: 50px;
	}

	.hidden {
		display: none;
	}

	div.imgcontainer img {
		border-color: #ffffff;
		border-type: solid;
	}

	.bulletlist {
		display: list-item;
		list-style-type: square;
		list-style-position: outside;
		margin-left: 15px;
	}

	.booklist {
		display: list-item;
		list-style-type: square;
		list-style-position: inside;
		font-size: 12px;
		font-weight: normal;
	}
}
