body {
	text-align: center;
	background: #ddd url(../images/generalBG.png) center top repeat-y;
}

#body_container {
	clear: both;
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	background: #fff;
}

#minWidth {
	width: 980px;
}

.prototip .default .content {
	overflow-x: auto;
	overflow-y: hidden;
}

.center {
	text-align: center;
}

/* ### Newsletter Form #### */
.stepToDo {
	background: url(../images/icons/nddesign/16x16/next_round.png) no-repeat;
	padding-left: 20px;
}
.stepDone {
	background: url(../images/icons/nddesign/16x16/ok.png) no-repeat;
	padding-left: 20px;
}
#newsletterStepOne, #newsletterStepTwo {
	height: 16px;
	padding-left: 20px;
}
#newsletterInputContainer {
	margin-top: 10px;
}

#newsletterForm {
	z-index: 100;
}
/* ### /Newsletter Form ### */

p {
	font-size: 11px;
}

#mainContentTable {
	background: #fff;
}

/* ### Country Flag Selector ### */
.countrySelector {
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
	width: 170px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
.countrySelector .selectedCountry {
	margin: 5px 10px;
}
.countrySelector .selectedCountry a {
	display: block;
	width: 100%;
}
.countrySelector .selectedCountry a:hover {
	background: #ddd;
}
.flagContainer {
	position: absolute;
	text-align: left;
	border: 1px solid #ddd;
	border-top: none;
	padding-top: 0;
	width: 170px;
	left: -1;
	top: 5px;
	background: #fff;
	z-index: 100 !important;
}

.flagContainer .flagSelector {
	margin-bottom: 5px;
}
.flagContainer .flagSelector a {
	display: block;
	width: 100%;
}
.flagContainer .flagSelector a:hover {
	background: #ddd;
}

/* ############################# */

.contentHeadline {
	border-top: 1px dashed #bbb;
	background: none;
	color: #f18e00;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.contentHeadline a {
	color: #f18e00;
}
h1.productTitle {
	background: none;
	color: #4c849b;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-bottom: 5px;
	font-size: 16pt;
}

.strong {
	font-weight: bold;
}

/* ### Kategorie Menu auf Produktseiten ### */
.kategorieMenu {
	margin-top: 6px;
}
.kategorieMenu .menuItem {
	margin-bottom: 3px;
}

/* ### CMS ##### */
.dragHover {
	background: #afefff;
}
/* ### Anfrage ### */
#anfrageFormularContainer {
	z-index: 150;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 800px;
	width: 100%;
	text-align: center;
	background: url("/images/transparent_dunkel.png");
}
#anfrageFormularContainerInnen{
	border: 1px solid #558ba0;
	width: 700px;
	background: #f6f9fa;
	text-align: left;
	margin: 0 auto;
}
#anfrageFormularContainer h2 {
	margin-bottom: 20px;
}
#anfrageFormularContainer label {
	display: block;
	margin-top: 5px;
	float: left;
	width: 100px;
}
#anfrageFormularContainer .input_text {
	width: 550px;
	border: 1px solid #bbb;
	height: 20px;
	background: #fff;
}
#anfrageFormularContainer .required {
	background: #fff url(../images/required.png) top right repeat-y;
}
#anfrageContainer:hover {
	color: #000;
}
/* ############### */

/* ### versandSparenAnfrage ### */
#versandSparenFormularContainer {
	z-index: 150;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 800px;
	width: 100%;
	text-align: center;
	background: url("/images/transparent_dunkel.png");
}
#versandSparenFormularContainerInnen{
	border: 1px solid #558ba0;
	width: 700px;
	background: #f6f9fa;
	text-align: left;
	margin: 0 auto;
}
#aversandSparenFormularContainer h2 {
	margin-bottom: 20px;
}
#versandSparenFormularContainer label {
	display: block;
	margin-top: 5px;
	float: left;
	width: 100px;
}
#versandSparenFormularContainer .input_text {
	width: 550px;
	border: 1px solid #bbb;
	height: 20px;
	background: #fff;
}
#versandSparenFormularContainer .required {
	background: #fff url(../images/required.png) top right repeat-y;
}
#versandSparenContainer:hover {
	color: #000;
}
/* ############### */

/* ### PAGINATION ### */
.pagination {
	clear: left;
	padding: 8px 5px;
	text-align: center;
	position: relative;
	height: 25px;
	background: #d4e2e7;
	margin-left: 5px;
	margin-right: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #558ba0;
}
.pagination .button {
	background: #fff;
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	float: left;
	margin: 0 3px;
	border: 1px solid #558ba0;
	width: 25px;
	height: 23px;
	text-align: center;
}

.pagination .button a, .pagination .button span {
	display: block;
	padding: 3px 0;
	color: #3a6576;
}

.pagination .button_active {
	border: 1px solid #3a6576;
	font-weight: bold;
	color: #fff;
	background: #a7c7d3;
}
.pagination .button_disabled {
	border: 1px solid #888;
	background: #fff;
	color: #aaa;
	cursor: default;
}

.pagination .button_disabled a, .pagination .button_disabled span {
	color: #aaa;
}

.pagination .noButton {
	border: none;
	padding-top: 10px;
	border: 1px solid #888;
	height: 13px;
	line-height: 11px;
}
.filterItemsPerPageContainer {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 410px;
}
.filterItemsPerPageContainer select {
	font-size: 10pt;
}
/* ################## */

.checkbox_checked {
	width: 16px;
	background: url(../images/icons/checkbox.png) no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 3px;
	cursor: pointer;
}

.checkbox {
	width: 16px;
	background: url(../images/icons/checkbox.png) left -31px no-repeat;
	height: 16px;
	padding-left: 20px;
	padding-top: 3px;
	cursor: pointer;
}


div.filterSlider { width:200px; margin:10px 0; background: url(../images/filter_slider.png) repeat-x; height:12px; position: relative; }
div.filterSlider div.filterHandle { width:15px; height:20px; cursor: e-resize; position: absolute; top: -5px; }
.filtermarker_left { background: url(../images/filter_marker_left.png) no-repeat;}
.filtermarker_right { background: url(../images/filter_marker_right.png) no-repeat;}

.kategorieFilterContainer {
	margin-right: 10px;
	width: 334px;
	height: 230px;
	background: url(../images/kategorie_filterLinks_background.png) no-repeat;
	float: left;
}

.kategorieFilterVorlageTitle {
	font-size: 11pt;
}

.newLink {
/*	color: #4c849b; */
	color: #337996;
}


/* verlinkte Vorlagen auf Filter-Seiten */
.linkedVorlageButton {
	text-align: left;
	background: url(/images/menu/left_button.png) right top;
	margin-bottom: 0;
	cursor: pointer;
}
.linkedVorlageButtonHover {
	background: url(/images/menu/left_button_hover.png) right top;
}

/* ############################# */

.kaufen_container_top {
	background: url(/images/box_images/kaufen_top.png) no-repeat;
	width: 200px;
	height: 11px;
	line-height: 10px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.kaufen_container_content {
	background: url(/images/box_images/kaufen_content.png) repeat-y;
	width: 200px;
}
.kaufen_container_bottom {
	background: url(/images/box_images/kaufen_bottom.png) no-repeat;
	width: 200px;
	height: 118px;
	margin-bottom: 10px;
}


/* ################################ */
#top_menu {
	border-top: 1px solid #666;
	position: relative;
	z-index: 99;
	margin-left: 10px;
	margin-right: 10px;
}
#top_menu .menuTab {
	outline: none;
}
#top_menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#top_menu ul li {
	position: relative;
	float: left;
}
#top_menu ul li a {
	display: block;
	float: left;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 15px;
	background: url(/images/menu/top_trenner.png) 2px right no-repeat;
}
.top_menu_tab_hover {
	background: #fff !important;
	border: 1px solid #666;
	border-bottom: none;
	color: #558ba0 !important;
	padding: 7px 14px !important;
}

#top_menu .menuHover {
	position: absolute;
	width: 100%;
	top: 31px;
	left: 0px;
	z-index: 99;
}
.menuHoverBackground {
	border: 1px solid #666;
	border-top: none;
	background: #fff;
	float: left;
	margin-right: 0;
	width: 99.2%;
	padding-right: 10px;
}

#top_menu .activeTab {
	background: url(/images/menu/top_background_selected.png);
	color: #666;
}

#top_menu .menuHover .content {
	margin: 20px 0;
	position: relative;
	z-index: 99;
	width: 100%;
}
#top_menu .menuHover .content a:hover {
	font-weight: bold;
}
#top_menu .menuHover .content .column {
	width: 15.2%;
	border-right: 1px dotted #aaa;
	float: left;
	margin-left: 15px;
}
#top_menu .menuHeadline {
	font-weight: bold;
	margin-bottom: 5px;
	color: #555;
	font-size: 10pt;
}
#top_menu .menuHeadlineBig, #top_menu .menuHeadlineBig a {
	font-size: 11pt;
	color: #f18e00;
}
#top_menu .menuHeadlineBig a:hover {
	color: #a00;
}

#top_menu .menuEntry {
	display: block;
	margin-left: 5px;
	margin-bottom: 3px;
	width: 100%;
	color: #666;
	font-size: 9pt;
}
#top_menu a.menuEntry:hover {
	color: #a00;
}
#top_menu .menuEntryStrong {
	font-weight: bold;
}

#top_menu a.menuEntryStrong:hover {
	color: #a00;
}

#top_menu .menuEntryContent {
	width: 100%;
}
/* ################################ */

/* ################################ */
.notizzettelTop {
	background: url(/images/notizzettel_top.png) no-repeat;
	width: 743px;
	height: 27px;
}
.notizzettelcontent {
	background: url(/images/notizzettel_content.png) repeat-y;
	width: 743px;
	font-family: monospace;
}
.notizzettelBottom {
	background: url(/images/notizzettel_bottom.png) no-repeat;
	width: 743px;
	height: 21px;
	margin-bottom: 0;
}
/* ################################ */

/* ### Accordion ################## */
#zahlungsartenAccordion {
	width: 200px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

.trigger {
	background: #d4e2e7 url(/images/icons/arrow_expand.png) 170px 10px no-repeat;
	color:#666;
	cursor:pointer;
	width: 183px;
	height: 27px;
	margin-top: 5px;
	margin-left: 1px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
.trigger_headline {
	padding: 5px;
}
.trigger_active {
	background: #d4e2e7 url(/images/icons/arrow_collapse.png) 170px 10px no-repeat;
	color:#333;
	width: 183px;
}
.toggle_container {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	width: 180px;
	text-align: center;
	margin-left: 3px;
/*	border: 1px solid #ddd; */
}
/* ################################ */

#conditionsContainer a {
	color: #189c18;
}
