@charset "UTF-8";
/* CSS Document */

body {
	background: #eee;
}

div#container {
	background: #fff url(../../images/heading.jpg) no-repeat;
	overflow: hidden;
	border: solid 0px gray;
}

div#heading {
	background: white url(../../images/heading.jpg) no-repeat;
	height: 110px;
	text-indent: -9999px;
	margin-left: 0px;
	width: 960px;
}

div#intro {
	background: url(../../images/aufmacher.jpg) top center no-repeat;
	width: 960px;
	height: 400px;
	margin-left: -10px;
}

div#introText {
	text-indent: -9999px;
}

div#buttons {
	position: absolute;
	left: 80px;
	top: 300px;
	_adding-left: 75px;
}

#buttons a {
	text-align: center;
	text-indent: -9999px;
	vertical-align: middle;
}

#buttons a, #buttons a:link, #buttons:visited {
	background: transparent url(../../images/button.png) top no-repeat;
}

#buttons a:hover, #buttons:active {
	background: transparent url(../../images/button.png) bottom no-repeat;
}
#btn1Caption {
	background: transparent url(../../images/images/button1_infos.png) top no-repeat;
	height: 40px;
}

#btn2Caption {
	background: transparent url(../../images/images/button1_bestellung.png) top no-repeat;
	height: 40px;
}

#btn3Caption {
	background: transparent url(../../images/images/button1_leseprobe.png) no-repeat top;
	height: 40px;
}

.powerButton {
	float: left;
	display: block;
	width: 160px;
	height: 40px;
}

#buttons #btn2 {
	margin-left: 5px;
}

#buttons #btn3 {
	margin-left: 5px;
}

div#topMenu {
	float: right;
	text-indent: 0px;
	padding-top: 10px;
	padding-right: 75px;
}
#topMenu ul {
	list-style: none;
}
#topMenu li {
	float: left;
	font-size: 1.3em;
}
#topMenu a:link, #topMenu a:visited {
	text-decoration: none;
	_olor:#F90;
	color: #555;
}
#topMenu a:hover, #topMenu a:active {
	text-decoration: underline;
	_olor:#69F;
	color:#F90;
}

#footerAds p {
	margin: 0;
	padding: 0;
	padding-left: 75px;
}
#footerAds a {
	margin: 0;
	padding: 0;
}

/* ***** miscellaneous styles ***** */
.clear { clear: both; }

#mainContent h3, #mainContent p, #mainContent ol, #mainContent li {
	_argin-left: 70px;
	_argin-right: 75px;
}
#cover {
	height: 266px;
	float: right;
	padding-top: 10px;
	padding-right: 75px;
}

form br { clear: left; }
label {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
form input {
	width: 200px;
}

p#inputButtons {
	padding-left:130px;
}
p#inputButtons input {
	width: 120px;
}


