@charset "utf-8";

/* CSS Document */
@import url("navigation.css");

@import url("headlines.css");

@import url("text.css");

body {
	margin:0px;
	padding:0px;
}

#cContainer {
	position:absolute;
	left:50%;
	margin:25px 0px 25px -496px;
	width:993px;
}

#head {
	background-image:url(../images/headBG.jpg);
	width:993px;
	height:123px;
	background-repeat:no-repeat;
}

#searchform {
	padding:15px 115px 0px 0px;
	margin:0px;
}

#searchbox {
	position:absolute;
	width:190px;
	height:18px;
	right:240px;
	border:1px solid #cccccc;
	border-top-color:#adadad;
	margin:0px;
	padding: 0px;
	color:#666666;
}

#searchButton {
	padding:0px;
	margin:0px;
	width:110px;
	height:20px;
	border:none;
	background:none;
	background-image:url(../images/searchboxHeadBG.png);
}

#content {
	width:100%;
	margin-top:25px;
	background-image:url(../images/contentBG.jpg);
	background-repeat:repeat-y;
}

#content #contentArea {
	padding:20px 115px 30px 115px;
}

#bgt {
	background-image:url(../images/contentBG_top.jpg);
	height:11px;
	width:100%;
}

#bgb {
	background-image:url(../images/contentBG_bottom.jpg);
	height:22px;
	width:100%;
	margin:-4px 0px 0px 0px;
}

#foot {
	background-image:url(../images/strBottom.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:15px;
	clear:both;
	text-align:center;
	height:17px;
}

#foot, #foot a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9c9fae;
	font-weight:normal;
}

#foot a:hover {
	color:#fe9b03;
}

/*********************************************************************************
*  STYLES FÜR DIE 'HOME' SITE
*********************************************************************************/
#neuerscheinungContent{
	width:100%;
	height:350px;
	padding:0px;	
	/*margin-top:-8px;*/
	background-image:url(../images/pictures/nachlebenHome.png);
	background-position:top;
}

#leseprobetext {
	float:right;
	width:410px;
	padding:100px 20px 0px 0px;
}

#startPageColumn1, #startPageColumn2 {
	position:absolute;
	width:210px;
	float:left;
	display:block;
	top: 567px;
}

#startPageColumn1, #startPageColumn2{
	margin-top:-65px;
}

#startPageColumn1/*, #spBBoxC2*/{
	left:447px;
}

#startPageColumn2/*, #spBBoxC3*/{
	left:670px;
}

#startPageColumn1 ul, #startPageColumn2 ul, .tabPanels {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#startPageColumn1 ul li a, #startPageColumn2 ul li a, .tabPanels li a {
	text-decoration:none;
	width:202px;
	padding:3px 0px 4px 7px;
	margin:2px 6px 3px 0px;
	background-color:#e6eff6;
	color:#182e55;
	font-size:11px;
	display:block;
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/*letter-spacing:-1px;*/
}

#startPageColumn1 ul li a:hover, #startPageColumn2 ul li a:hover, .tabPanels li a:hover
	{
	color:#182e55;
}

#startPageBBox {
	padding:65px 0px 0px 0px;
	width:100%;
	/*height:50px;*/
	font-size:11px;
}

#spBBoxC1 { /*position:absolute;*/
	float:left;
	width:319px;
}

#spBBoxC2, #spBBoxC3{
	width:210px;
	/*margin-left:12px;*/
	padding-left:12px;
	float:left;
}

.margHiR {
	margin-right:223px;
}

.spacer {
	height:20px;
	width:100%;
	clear:both;
}

.tabPanelContent img {
	float:left;
	margin:0px 15px 15px 0px;
}

.tabPanelContent p {
	margin:0px;
}

.lesungenSuche {
	text-align:center;
	margin:5px 0px 10px 0px;
}

.lesungenSucheButton {
	width:180px;
	/*margin-left:3px;*/
	border:none;
	background:none;
	background-image:url(../images/selPLZ.png);
	/*padding:0px;*/
	height:25px;
}

.lesungenSucheButtonAll {
	/*margin-top:3px;
	margin-left:112px;*/
	width:180px;
	background:none;
	border:none;
	background-image:url(../images/selALL.png);
	
	/*padding:0px;*/
	height:25px;
}
#reading_distance, #reading_zip {
	width:70px;
}
.lesungenSucheInput {
	/*width:100px;
	margin:0px;*/
}

.lesungenTablestyles {
	text-align:left;
	float:left;
	margin:0px 0px 20px 0px;
}

.prevNextCH  {
	clear:both;
	display:block;
}

.nextButton {
	background:none;
	background-image:url(../images/vorBtn.png);
	width:71px;
	height:25px;
	border:none;
	float:right;
	margin:0px;
	padding:0px;
}

.prevButton{
	float:left;
	background:none;
	background-image:url(../images/zurueckBtn.png);
	width:71px;
	height:25px;
	border:none;
	margin:0px;
	padding:0px;
}

#searchBox {
	background-color:#c6d1e4;
	height:60px;
}

#searchBox #searchBtn {
	position:absolute;
	padding:0px;
	margin-top:20px;
	margin-left:385px;
	/*top:10px;*/
	width:110px;
	height:20px;
	border:none;
	background:none;
	background-image:url(../images/searchboxHeadBG.png);
}

#searchBox #searchInput {
	position:absolute;
	width:328px;
	height:20px;
	/*top:15px;*/
	border:1px solid #cccccc;
	border-top-color:#adadad;
	margin-top:20px;
	margin-left:30px;
	padding: 0px;
	color: #666666
}
	
/*	google site search style */
#searchControl {
	position: relative;
	top: 0;
	width: 100%;
}

.gsc-control {
	width: 100% ! important;
}
form.gsc-search-box {
	font-size:13px;
	margin:0 0 4px;
	width:auto ! important;
}

table.gsc-search-box {
	position: relative;
	top: 0;
	z-index: 2;
	width: 360px ! important;
}

table.gsc-search-box td.gsc-input {
	padding: 0;
}

input.gsc-input {
	border-color: #666666 #cccccc #cccccc #666666;
}

div.gsc-clear-button {
	margin-left: 0;
}

table.gsc-branding {
	position: absolute;
	top: 1;
	z-index: 1;
}

.gsc-search-box{
	padding:15px;
	padding-right:0px !important;
	background-color: #C5D2E6;
}

.gsc-search-button{

}

.gs-result a.gs-visibleUrl,.gs-result .gs-visibleUrl {
	color: #666666;
}

.gsc-result .gs-title {
	height: auto;
}

.gs-title {
	color:#000 ! important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #B90F22;
}

.gsc-results-selector {
	display: none;
}

.gsc-resultsHeader {
	display: none;
}

div.gs-visibleUrl-short {
	display: none;
}

.gs-webResult div.gs-visibleUrl-long {
	display: block;
}

.gs-webResult .gs-visibleUrl-long { 
	display:block; 
}

a.gs-title {
	color:#000 ! important;
}

a.gs-title b {
	color:#000 ! important;
}
.gs-snippet {
	color:#000 ! important;
}

.gs-snippet b {
	color:#8098A8 ! important;
}

.gsc-cursor-current-page {
	color:#000 ! important;
	font-weight:bold;
	text-decoration:none;
}
.gsc-trailing-more-results * {
	color:#8098A8;
	text-decoration:underline;
}

#form1 input {
	width: 200px;
	color: #666666;
}

.Leseprobebutton {
	width:210px;
	padding:5px;
	background-color:#e6eff6;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


	
/*	a:link { text-decoration:underline;  color:#574d39; }
a:visited { text-decoration:underline;  caolor:#574d39; }
a:hover { text-decoration:none;  color:#373228; }
a:active { text-decoration:none;  color:#574d39; }
a:focus { text-decoration:none;  color:#373228; } */



/* Spry Validator */
.textfieldRequiredState .textfieldRequiredMsg,
.textfieldInvalidFormatState .textfieldInvalidFormatMsg,
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	border: none;
	color: #FE9B02;
	display: inline;
	font-weight: bold;
}

input.textfieldRequiredState,
.textfieldRequiredState input,
input.textfieldInvalidFormatState,
.textfieldInvalidFormatState input,
input.textfieldMinValueState,
.textfieldMinValueState input,
input.textfieldMaxValueState,
.textfieldMaxValueState input,
input.textfieldMinCharsState,
.textfieldMinCharsState input,
input.textfieldMaxCharsState,
.textfieldMaxCharsState input {
	background-color: #FFFFFF;
}

.textfieldValidState input,
input.textfieldValidState {
	background-color: #FFFFFF;
}

.textfieldFocusState input,
input.textfieldFocusState {
	background-color: #FFFFFF;
}

#lesetourneesideframe {
<<<<<<< .mine
	margin-bottom:30px;
=======
>>>>>>> .r8673
	padding:8px;
	width:195px;
	margin-bottom:20px;
	}
/*	
#klappentext {
	width:308px;
	padding:80px 0 0 236px;
	background:url(../images/pictures/klappentextbackground.png) no-repeat;
	}*/
	
#downloadleseprobe {
	display:inline;
}

#BestellImg {
	padding:0;
	margin:0 0 10px 0;
	float:none;
}

#BestellImg2 {
	padding:0;
	margin:0 0 10px 0;
	float:none;
}



#bestellenBoxText {	
	width:520px;
	height:250px;
	
	padding:0px 0px 0px 0px;
}

#bestellenBoxText p{
	position:absolute;
	z-index:1000;
	
	margin:90px 0px 0px 250px;
	width:280px;
	height:140px;
	overflow:hidden;
}
	
#bestellenBoxText .bestImg {
	position:absolute;
	z-index:0;
}
