@charset "utf-8";

/* -----------------------------
Version 1.0, 24-09-2008
by FIXTREME.de | Uwe Faißt
----------------------------- */


/*>>>> ALLGEMEIN <<<<<*/

* { margin:0; padding: 0; }

html,body,div,p,table,td,h1,h2,h3,span,ul,ol,li,a { 
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #7E5C4E; 
}

body {
	background: #FFF url(../images/bg.gif) top left no-repeat
}

p {
	margin-bottom: 16px;
	text-align: left; margin-left: 8px;
}

h1 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 8px;
	color: #FF6600
}

h1 span {
	display:block;
	text-indent: -9999px;
	height: 1px;
	line-height: 1px;
}

.leseprobe_button {
	position: absolute;
	top: 287px;
	left: 232px;
	}



/*>>>> STRUKTUR <<<<<*/

#wrapper {
	position: absolute; 
	width: 1014px;
	height: auto;
	top: 0px; 
	left: 0px; 
	padding: 0px 0px 0px 0px;
}

#header {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 1000px;
	height: 193px;
}

#content_left {
	position: absolute;
	top: 194px; 
	left: 69px; 
	width: 419px;
	height: 416;
	float: left;
}

#content_right {
	position: absolute; 
	/*overflow: auto;*/
	top: 194px; 
	left: 502px; 
	width: 370px;
	height: 416px;
	float: right;
}

#content_right.scroller {
	overflow: auto;
}

.buch_bestellen {
	display: block;
	text-indent: -9999px;
	background: #F2F2F2 url(../images/buch-bestellung-button.jpg) top left no-repeat;
	width: 220px;
	height: 37px;	
	margin-top: 30px;
	margin-left: 120px;
}

.buch_bestellen:hover {
	background-position: bottom;
}








label {
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 60px;
	text-align: right; 
	padding-right: 5px; 
	line-height: 24px;
}

input {
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 180px; 
	line-height: 24px;
	border: none;
	background: white;
	color: #7E5C4E;
}

input.show {
	border-bottom: 1px dotted #7E5C4E;
}

input.short {
	width: 22px; 
	line-height: 16px; 
	margin-right: 5px; 
	text-align: center;
	color: #E07B0D;
	/*border-bottom: 1px dotted #E07B0D!important;*/
	font-weight: bold;
}

form #suche_btn {
	float: left;
	background: #F2F2F2 url(../images/bestellung-button.jpg) top left no-repeat;
	width: 133px;
	height: 37px;
	border: 0px;
	line-height: 28px;
	text-indent: -9999px;
	margin-left: 160px;
	margin-top: 40px;
}

form #suche_btn:hover {
	background-position: bottom;
}

form br {
  clear: both;
}


p.showit {
	visibility: hidden;
	line-height: 1px;
}


p.errortxt {
	visibility: visible!important;
	font-weight: bold;
	color: #E07B0D;
	line-height: 16px;
}

input.error {
	background-color: #F1C170;
	visibility: visible;
}

textarea {
	font: 12px/16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 193px; 
	height: 100px;
	line-height: 16px;
	border: 1px dotted #7E5C4E;
	color: #7E5C4E;
	margin-bottom: 16px;
	margin-top: 16px;
}

textarea.error {
	background-color: #F1C170;
}

form #suche_btn2 {
	float: left;
	background: #F2F2F2 url(../images/abschicken-button.jpg) top left no-repeat;
	width: 133px;
	height: 37px;
	border: 0px;
	line-height: 28px;
	text-indent: -9999px;
	margin-left: 160px;
	margin-top: 30px;
}

form #suche_btn2:hover {
	background-position: bottom;
}

#brumse {
	position: absolute;
	top: 260px;
	left: 232px;
	}
	
.capt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border: none;
}








