@charset "UTF-8";

/*
** Farbcodes kirchheim-verlag.de:
** helles grau-braun: #eee5cc (Hintergrund)
** rot: #921212
** hellrot (Links): #c30012
** blau (h1, Text): #014a75
** hellblau: #dbedf8
** dunkelgrau (Schrift): #2d2d2d
** 
*/

@media all
{
	body {
		background: #d8ecf7;
	}
	#main {
		border: 1px solid #9ccbea;
	}
	
	h1, h2 {
		color: #014a75;
		background: url("../img/bg_h1.gif") repeat-x #f0f7fc;
		border-bottom: 1px solid #9ccbea;
	}
	a, a em.file {
		color: #014a75;
	}
	strong, b {
		color: #014a75;
	}
	ul li {
		background: url("../img/arrow.gif") no-repeat 0px 0.4em;
	}
	
	
	/* ####################################
	** ### Navigation #####################
	** ####################################
	*/
	#nav_main {
		background: url("../img/bg_nav_blue_bluebody.gif") repeat-x #d9d3c2;
	}
	#nav_main ul {
		background: url("../img/bg_nav_ul_blue.gif") no-repeat top left;
	}
	#nav_main ul li {
		background: url("../img/bg_nav_li_blue_bluebody.gif") no-repeat top right;
	}
	#nav_main ul li a,
	#nav_main ul li strong {
		color: #dbedf8;
	}
	#nav_main ul li a:focus,
	#nav_main ul li a:hover,
	#nav_main ul li a:active {
		color: #014a75;
	}
	#nav_main ul li#current strong,
	#nav_main ul li#current a,
	#nav_main ul li#current a:focus,
	#nav_main ul li#current a:hover,
	#nav_main ul li#current a:active {
		color: #014a75;
	}
	#nav_main ul li a:focus,
	#nav_main ul li a:hover,
	#nav_main ul li a:active {
		border-left: 1px solid #9CCBEA;
		border-right: 1px solid #9CCBEA;
	}
	#nav_main ul li#current strong,
	#nav_main ul li#current a,
	#nav_main ul li#current a:focus,
	#nav_main ul li#current a:hover,
	#nav_main ul li#current a:active {
		border-left: 1px solid #9CCBEA;
		border-right: 1px solid #9CCBEA;
	}
	
	
	/* ####################################
	** ### Header #########################
	** ####################################
	*/
	#header div.tx-macinasearchbox-pi1 form input {
		border: 1px solid #828282;
	}
	#topnav {
		right: 95px;
		color: #d9ecf7;
	}
	
	#topnav a {
		color: #d9ecf7;
	}
	
	#topnav a.active {
		color: #c9dbe5;
	}
	
	/* ####################################
	** ### Footer #########################
	** ####################################
	*/
	#footer {
		color: #014a75;
	}
	
	/* ####################################
	** ### Teaser #########################
	** ####################################
	*/
	#teaser {
		border-bottom: 1px solid #daecf7;
	}
	#teaser .selectFontSize #zoomIn {
		background: url("../img/icons/16b_zoomIn.gif") no-repeat;
	}
	#teaser .selectFontSize #normal {
		background: url("../img/icons/16b_normal.gif") no-repeat;
	}
	#teaser .selectFontSize #zoomOut {
		background: url("../img/icons/16b_zoomOut.gif") no-repeat;
	}
	
	
	
	/* ###########################
	** ### cssstyledcontent ######
	** ###########################
	*/
	.simple-box,
	#col3 .tx-n98kirchheimbooks-pi1 {
		border: 1px solid #9ccbea;
		background: #e6f2f9;
		margin: 0 0 10px 0;
	}
	.simple-box h2,
	#col3 .tx-n98kirchheimbooks-pi1 h2 {
		background: #9ccbea;
	}
	
	/* ### alternative Layouts (Rahmen) ################################################################# */
	.csc-frame-frame1 h2 {
		color: #fff;
		background: url("../../img/bg_h1_frame1.gif") repeat-x #19638f;
		border-bottom: 1px solid #004a75;
	}
	
	
	/* ###########################
	** ### rte styles ############
	** ###########################
	*/
	#col3 img.frame1 {
		border: 1px solid #9ccbea;
	}
	
	/* #############################
	** ### tt_news #################
	** #############################
	*/
	.news-latest-item .left,
	.news-list-item .left {
		border: 1px solid #e0dbca;
		background: #f6f2e5;
	}
	.news-latest-item .right,
	.news-list-item .right {
		border-top: 1px solid #e0dbca;
		border-bottom: 1px solid #e0dbca;
	}
	.news-latest-morelink a,
	.news-list-morelink a {
		color: #c30012;
		background: url("../img/arrow.gif") no-repeat 0px 50%;
	}
	.csc-frame-frame1 .news-latest-item,
	.csc-frame-frame1 .news-list-item {
		background: #e7f2f9;
		border: 1px solid #dddddd;
	}
	
	
	/* #####################################################################
	** ### Spezielle Formatanweisungen des TYPO3 Templates #################
	** #####################################################################
	*/
	input, textarea, select {
		border: 1px #9ccbea solid;
	}
	input.submit,
	input.csc-mailform-submit {
		background: url("../img/buttons/bg_button_verlag_buch.gif") repeat-x center left;
		/*background: url("../img/bg_button.gif") repeat-x center left;*/
		border-bottom: 1px solid #9ccbea;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
		color: #014a75;
	}
	
	/* IE margin siehe patch.css | 1px positionierungsfehler */
	
	.buttonstyle {
		background: url("../img/buttons/bg_button_verlag_buch.gif") repeat-x center left;
		/*background: url("../img/bg_button.gif") repeat-x center left;*/
		border-bottom: 1px solid #9ccbea;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
		line-height: 23px;
		padding-left: 7px;
		padding-right: 7px;
		color: #014a75;
		float: left;
		display: inline;
		text-decoration: none !important;
		font-weight: bold;
		margin-top: 3px;
		margin-left: 6px;
	}
	
	input.submit-next {
		background: url("../img/buttons/bg_button_next_verlag_buch.gif") no-repeat center right;
		border-bottom: 1px solid #9ccbea;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
	}
	input.submit-prev {
		background: url("../img/buttons/bg_button_prev_verlag_buch.gif") no-repeat center left;
		border-bottom: 1px solid #9ccbea;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		cursor: pointer;
	}
	input, textarea, select {
		border:1px #9ccbea solid;
	}
	
	.tx-kirchheimbuch-pi1-searchbox .submit {
		display:block;
		margin-top: 10px;
	}
	
	#mailformPreis_angemessen, #mailformIch_habe_Diabetes {
		margin-left: 1em;
	}
	
	#mailformNewsletter {
		width: auto;
	}
	#csc-mailform-field-Newsletter label {
		/*position: absolute;
		top: 0;	
		left: 150px;
		width: 250px;
		padding: 0;*/
		float: right;
		width: 96%;
	}	
	
	#csc-mailform-field-Newsletter input {
		/*position: absolute;
		left: 119px;
		width: auto;
		border: none;*/
		margin: 3px 0;
		float: left;
	}	
		
	/* ###########################
	** ### tip-a-friend ##########
	** ###########################
	*/
	.tx_tipafriend_tiplink {
		background: url("../img/icons/icon_suggest.gif") no-repeat;
	}
	
	/* ###########################
	** ### Warenkorb            ##
	** ###########################
	*/

		
 	#col3 .tx-n98kirchheimbooks-pi1 {
		background: #EBF4FA url("../img/basket_bg.gif") bottom left repeat-x;
		padding: 0 10px 10px 10px;
	}

	#col3 .tx-n98kirchheimbooks-pi1 h2 {
		margin: 0 -10px 0 -10px !important;
	}

	#col3 .tx-n98kirchheimbooks-pi1 p {
		margin-top: 4px;
		margin-bottom: 0px;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb table {
		width: 100%;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb table td {
		background: #e9f5fa;
		padding: 2px 5px;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb table th {
		color: #014a75;
	}
	
	.total {
		background: #9ccbea;
	}
	
	.total td {
		background: #9ccbea !important;
	}
	
	.hint {
		text-align: center;
		color:#C30012;
		font-size: 11px;
		font-weight: bold;	
	}
	
	.form-footer td {
		background: #fff !important;
	}
	
	.form-footer td a,
	.form-footer td input {
		margin-top: 1em;
	}
	
	.form-footer td .submit {
		width: auto;
		float: left;
		display: inline;
	}
	
	.form-footer td .submit-next {
		float: right;
		display: inline;
		width: auto;
	}
	
	.count input {
		width: 20px !important;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb input {
		width: 170px;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb .button {
		margin-left: 1em;
	}
	
	.w_abw_plz, .w_plz {
		width: 40px !important;
	}
	
	.w_abw_ort, .w_ort {
		width: 119px !important; 
	}
	
	.firstCol {
		width: 120px;
	}
	
	.tx-kirchheimbuch-pi1-warenkorb .button {
		float: left;
	}
	
	
	/* ###########################
	** ### Kirchheim Bücher ######
	** ###########################
	*/
	
	.tx-kirchheimbuch-pi1 h1 {
		margin-top: 0;
	}
	.tx-kirchheimbuch-pi1 .image {
		vertical-align: top;
		text-align: center;
		border-right: 1px solid #000;
		width: 130px;
		padding: 0 10px 0 0;
	}
	.tx-kirchheimbuch-pi1 .description {
		vertical-align: top;
		padding: 0 0 0 10px;
	}
	.tx-kirchheimbuch-pi1 .bottom {
		border-bottom: 1px dotted #000;
	}
	.tx-kirchheimbuch-pi1 .bottom input {
		margin: 0.5em 0 1em 0;
	}
	.tx-kirchheimbuch-pi1 img {
		margin: 1em 0 0 0;
	}
	.tx-kirchheimbuch-pi1-browsebox td {
		padding: 0 4px 0 0;
	}
	.tx-kirchheimbuch-pi1 th {
		background-color: #dbedf8;
		padding: 2px;
	}
	.tx-kirchheimbuch-pi1 .tx-kirchheimbuch-pi1-browsebox-SCell a {
		text-decoration: underline;
		font-weight: bold;
	}
	
	.tx-kirchheimbuch-pi1-searchbox {
		margin: 0 0 1em 0;
	}
	
	.tx-n98kirchheimbooks-pi1 h1 {
		margin-top: 0;
	}
	
	.element {
		border: 1px solid #9CCBEA;
		margin-bottom: 12px;
		position: relative;
		clear: both;
		zoom: 1;
	}
	
	.element h2 {
		margin: 0;
		background: #9ccbea;
		color: #014a75;
	}
	
	.element form {
		margin: 10px;
		position: relative;
		height: 1%;
    }
	
	.element form img {
		border: 1px solid #9CCBEA;
		margin-top: 0px;
		margin-bottom: 40px;
		float: left; 
		display: inline;
	}
	
	.element .title,
	.element .author, 
	.element .shortcharacteristica, 
	.element .more, 
	.element .price, 
	.element .info, 
	.element .subtitle {
		margin-left: 147px;
	}
	.element .price {
		margin-bottom: 0;
	}
	.element .title {
		font-weight: bold;
		margin-bottom: 0;
	}
	
	.element .more a {
		background: transparent url("../img/arrow.gif") 0 50% no-repeat;
		color: #c30012;
		text-decoration: underline;
		padding-left: 8px;
	}
	
	.element .info {
		padding: 0;
		background: none;
	}
	
	.element form .submit {
		background: transparent url("../img/arrow.gif") 0 50% no-repeat;
		border: none;
		color: #c30012;
		padding:0 0 0 8px;
		font-weight: normal;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 110px;
		cursor: pointer;
	}
	
	.even {
		background: #e7f2f9;
	}
	
	.pager a {
		margin: 0 0.5em 0 0;
	}
	
	.pager .active {
		font-weight: bold;
	}
	
	.tx-n98kirchheimbooks-pi1 .submit {
		margin: 3px 0;
	}
	
	#col_advertising_right_content {
		_left: 780px !important;
	}
	
	/* ###########################
	** ### Buch Detail          ##
	** ###########################
	*/
	
	.tx-n98kirchheimbooks-pi1 .details {
		border: 1px solid #9CCBEA;
	}

	.tx-n98kirchheimbooks-pi1 .details h2 {
		margin: 0;
		background: #9ccbea;
		color: #014a75;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form {
		margin: 10px;
		position: relative;
    }
	
	.tx-n98kirchheimbooks-pi1 .details form img {
		border: 1px solid #9CCBEA;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .cover img {
		margin-top: 0px;
		margin-bottom: 40px;
		float: left; 
		display: inline;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .info, 
	.tx-n98kirchheimbooks-pi1 .details form .price {
		margin-left: 147px;	
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .info {
		background: none;
		padding: 0;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .submit {
		background: transparent url("../img/arrow.gif") 0 50% no-repeat;
		border: none;
		color: #c30012;
		padding:0 0 0 8px;
		font-weight: normal;
		top: 183px;
		margin-left: 12px;
		
		width: 110px;
		cursor: pointer;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .doclink a {
		margin-right: 7px;
		text-decoration:underline;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .doclink a.active {
		font-weight: bold;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .doclink {
		clear: both;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form p.title {
		color: #014a75;
		font-weight: bold;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form p.subtitle {
		font-style: italic;
	}
	
	.tx-n98kirchheimbooks-pi1 .details form .pics img {
		margin: 0 25px 20px 0;
	}
	
	.pipe {
		border-left: 1px solid #014A75;
		margin: 0 5px 0 3px;
	}

	
	
/* Close @media all - DO NOT DELETE! */
}

