/* Basic Styles */

html {

}

body {
	background-color: #dae8f5;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif, serif;
	font-size: 75%;
}

a:link, a:visited, a:active {
	color: #0072BC;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

a:hover {
	color: #0072BC;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}

/* Base Column Layout */

#spi_banner_right {
	display: none;
}

#spi_banner_top {
	display: none;
}

#spi_container {
	text-align: left;
	width: 997px;
	margin: 0 auto;
	position: relative;
}

#spi_header-area {
	display: none;
}

#spi_logo {
	display: none;
}

#spi_home_link {
	display: none;
}

#spi_home_link a, #spi_home_link a:link, #spi_home_link a:visited, #spi_home_link a:hover, #spi_home_link a:active {
	color: #0071bd;
}

#spi_menu_area {
	display: none;
}


/* Search-Box */

#spi_search_area {
	display: none;
}

#spi_search_area form {
	display: none;
}

#spi_search_icon {
	display: none;
}

#spi_search_box {
	display: none;
}

#spi_search_box input {
	display: none;
}

#spi_search_button {
	display: none;
}

#spi_search_button input {
	display: none;
}

/* Column Definitions */

#spi_columns {

}

#spi_column-left {
	display: none;
}

#spi_content {
	padding: 18px 0px 8px 8px;
}

/* News List Styles */

#spi_content .spi_news_list {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadcde;
}

#spi_content .spi_news_list h2 {
	font-size: 12px;
	font-weight: bold;
}

#spi_content .spi_news_list h2 a {
	color: #B59BAF;
}

#spi_content .spi_news_list span.short {
	font-size: 12px;
	line-height: 14px;
}

#spi_content .spi_news_list span.short a {
	color: #9d3f88;
}

#spi_content .spi_news_list span.date {
	font-size: 10px;
}

/* News Detail Styles */

#spi_content .spi_news_detail {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#spi_content .spi_news_detail h2 {
	font-size: 14px;
	font-weight: bold;
	color: #B59BAF;
}

#spi_content .spi_news_detail div.short {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	padding-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#spi_content .spi_news_detail span.bodytext {
	font-size: 12px;
	line-height: 14px;
}

#spi_content .spi_news_detail span.short a {
	color: #9d3f88;
}

#spi_content .spi_news_detail span.date {
	font-size: 10px;
}


/* Login Window Styles */

.spi_login_window {
	border: 1px solid #b9a1b4;
	padding: 20px 15px;
	margin-right: 15px;
}

.spi_login_window h3 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #B59BAF;
}

.spi_login_window .spi_hr {
	border-bottom: 1px solid #b9a1b4;
	margin-top: 15px;
	margin-bottom: 15px;
}

.spi_login_window span {
	font-size: 11px;
	color: #000000;
}

.spi_login_window table {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif, serif;
}


.spi_login_window input.text {
	line-height: 11px;
	font-size: 11px;
	width: 130px;
	background-color: #EDEDED;
	border: 2px solid #9B9C9C;
}

.spi_login_window a, a:link, a:visited, a:active {
	color: #9d3f88;
}

.spi_login_window a:hover {
	color: #9d3f88;
	text-decoration: underline;
}


/* Search Page Styles */

#spi_content .spi_search_filters {
	width: 183px;
	float: right;
}

#spi_content .spi_search_filters h4 {
	margin: 0px 0px 6px;
	padding-left: 4px;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background-color: #c4afbf;
	border: 1px solid #b670a6;
}

#spi_content .spi_search_filter_box {
	margin: 0px 0px 3px;
	background-color: #e4dae2;
	border-bottom: 2px solid #b8a0b3;
	padding-left: 13px;
	padding-top: 7px;
	font-size: 11px;
}

#spi_content .spi_search_filter_box_white {
	margin: 0px 0px 3px;
	background-color: #ffffff;
	border: 1px solid #b8a0b3;
	border-bottom: 2px solid #b8a0b3;
	padding-left: 13px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	color: #9d3f88;
}

#spi_content .spi_search_filter_box a {
	color: #9d3f88;
}

#spi_content .spi_search_filter_box ul {
	margin: 4px 0px 8px;
	padding-left: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#spi_content .spi_search_filter_box ul ul {
	padding-left: 15px;
}

#spi_content .spi_search_filter_box li {
	margin-bottom: 5px;
}

#spi_content .spi_search_results_section {
	width: 365px;
}

#spi_content .spi_search_results {
	border: 1px solid #b59baf;
	border-top: 0;
}

#spi_content .spi_search_result {
	border-top: 1px solid #b59baf;
	padding: 5px;
}

#spi_content .spi_search_result h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px;
	color: #9d3f88;
}

#spi_content .spi_search_result span {
	font-size: 11px;
	line-height: 13px;
}

#spi_content .spi_search_result h2 a {
	color: #9d3f88;
}

/* Right Column Styles */

#spi_column-right {
	display: none;
}

/* Footer Definitions */

#spi_footer {
	clear: both;
	width: 997px;
	height: 35px;
	position: relative;
}

#spi_footer_menu {
	top: 11px;
	position: relative;
	text-align: center;
	font-size: 11px;
	color: #6288a7;
}

#spi_footer_menu a, #spi_footer_menu a:link, #spi_footer_menu a:visited, #spi_footer_menu a:hover, #spi_footer_menu a:active {
	color: #6288a7;
}

#spi_footer_menu a:hover {
	text-decoration: underline;
}





/* Overwrite Fields */
.primary_content_defaults {
	border: 0px;
}



#myContainer {
	z-index: 100;
}


/* Mein Spitta */
#spi_mein_spitta {
	font-family: Verdana, Arial, Sans-Serif, serif;
	font-size: 12px;
}

#spi_mein_spitta table {
	border: 0;
	font-family: Verdana, Arial, Sans-Serif, serif;
	font-size: 11px;
}

#spi_mein_spitta input {
	font-family: Verdana, Arial, Sans-Serif, serif;
	font-size: 11px;
	width: 132px;
}

#spi_mein_spitta select {
	font-family: Verdana, Arial, Sans-Serif, serif;
	font-size: 11px;
	width: 132px;
}

#spi_mein_spitta h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	color: #ffffff;
}

#spi_mein_spitta h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#spi_mein_spitta .text_subheader {
	margin-left: 28px;
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
}

#spi_mein_spitta .text_subheader_small {
	font-size: 11px;
	color: #ffffff;
	margin-left: 28px;
}

#spi_mein_spitta .text_headline {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-left: 4px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #9d3f88;
}


/* Styles von Micha für diverses*/
#productContent img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

#productContent {
	margin-top: 15px;
}

#productContent h2 {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/bg-headline-start.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #6289a7;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1px 10px;
}

#productContent h3 {
	color: #9d3f88;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 0;
}

#abrechnungsnummer #mainTabs {
	width: 560px;
	/*height: 79px;*/
	/*background-color: #f3f3f3;*/
}

#abrechnungsnummer #tabs {
	margin: auto;
	width: 560px;
}

#abrechnungsnummer #tabs ul {
	/*background-color: #f3f3f3;*/
	float: left;
	margin: 0px;
	padding: 0;
}

#abrechnungsnummer #tabs li {

	display: block;
	float: left;
	margin: 2px 1px;
	padding: 0;
}

#abrechnungsnummer #tabs li a {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/tabbutton_normal.gif);
	height: 23px;
	width: 179px;
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	padding: 0;
	padding-left: 5px;
	line-height: 21px;
}

#abrechnungsnummer #tabs li a:hover {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/tabbutton_hover.gif);
}

#abrechnungsnummer #tabs li a:active {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/tabbutton_active.gif);
}

#abrechnungsnummer #allTabs {
	width: 545px;
	padding: 15px 0 0 15px;
}

#abrechnungsnummer #allTabs a {
	color: #787878;
	font-size: 11px;
	margin: 2px 0;
}

#abrechnungsnummer #zusatzQuelle {
	width: 545px;
	padding: 15px 0 0 15px;
	font-weight: bold;
	font-size: 11px;
}

#abrechnungsnummer #tabs li a.tabLink {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/tabbutton_active.gif);
}

#abrechnungsnummer #tabs li a.emptyTab {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/tabbutton_not_set.gif);
}

#uebersicht_content {
	width: 560px;
	margin: 0;
	padding: 0;
}

#uebersicht_content #uebersicht_header {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/shop/header.gif);
	height: 50px;
	padding: 0;
	margin: 0 0 5px 0;
}

#uebersicht_content #uebersicht_single {
	width: 558px;
	border: 1px solid #b69cb0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#uebersicht_content #productPicture {
	width: 115px;
	padding: 0;
	float: left;
}

#uebersicht_content #productInfo {
	width: 306px;
	padding: 0;
	float: left;
}

#uebersicht_content #productPrice {
	width: 137px;
	float: left;
}

#uebersicht_content .productType {
	width: 301px;
	background-image: url(http://www.abrechnung-zahnmedizin.de/fileadmin/templates/abrechnungsportal/img/shop/headline-bg.gif);
	margin: 4px 0 10px 0;
	height: 14px;
	font-size: 10px;
	color: #a55393;
	padding: 0 0 0 5px;
}

#uebersicht_content .productText {
	width: 298px;
	padding: 0 0 0 8px;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

#uebersicht_content .productText h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9d3f88;
	padding: 0 0 7px 0;
	margin: 0;
}

#uebersicht_content .priceBox {
	width: 125px;
	background-image: url(http://www.abrechnung-zahnmedizin.de/fileadmin/templates/abrechnungsportal/img/shop/price-bg.gif);
	height: 69px;
	padding: 15px 0 0 12px;
	margin: 0;
}

#uebersicht_content .detailButton {
	width: 137px;
	padding: 0;
	margin: 0;
}

#uebersicht_content #popup_info_versand table {
	width: auto;
	border: none;
}

#lpContent .pictureBox {
		clear: both;
		padding: 0;
		margin: 0;
		width: 246px;
		height: 249px;
		border: 1px solid #b59baf;
	}
	
#lpContent .pictureBox h5 {
		margin-bottom: 0px;
		background-color: #efefef;
		font-family: Arial,sans-serif;
		font-size: 0.857em;
		font-weight: bold;
		line-height: 1.667em;
		margin: 0.167em 0pt 0.769em;
		padding-left: 0.5em;
		width: 246px;
	}
	
#lpContent .pictureBox .scroll {
		overflow: auto;
		width: 246px;
		white-space: nowrap;
	}

#lpContent #bigPic {
	width: 226px;
	height: 150px;
	margin: 10px 0 10px 10px;
	text-align: center;
}
	
#lpContent #bulletpoints {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/lp/bg_nutzen.gif);
	background-repeat: no-repeat;
	background-color: #b59baf;
	width: 290px;
}

#lpContent #product_info {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/lp/bg_info.gif);
	background-repeat: no-repeat;
	width: 213px;
	height: 88px;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
}

#lpContent #bestellinfo_small {
	background-image: url(/fileadmin/templates/abrechnungsportal/img/lp/bg_bestellinfo.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 191px;
}

#lpContent #bestell_box {
	font-size: 11px;
}

#lpContent #bestell_box td {
	font-size: 11px;
}

#lpContent .bullet_headline {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#lpContent .text_bulletpoints {
	color: #ffffff;
	font-size: 11px;
}

#lpContent .product_title {
	color: #b59baf;
	font-size: 12px;
	font-weight: bold;
}

#lpContent #popup_info_versand table {
	width: auto;
	border: none;
}




/* Tooltip Styles for Tree */

#OverText {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 5px;
	position: absolute;
	z-index: 150;
}

#hoz_online_calc_wrapper {
	display: none;
}

#Notizen {
	display: none;
}

.tabLink {
	font-weight: bold;
}
