BODY {
	background-color: #f3f3f3;
	font-family:Arial;
	font-size:10pt;
	color: #111;
	text-align:justify;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.ECS_editor {
	background-color:rgb(255,255,255) !important;
	padding:10px;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
		
		
td, div {
	font-family:Arial;
	font-size:10pt;
}

li,p {
	font-family:Arial;
	font-size:10pt;
	line-height:1.3em;
}

/************************************
  CONTENT BEREICHE 
*************************************/

#page {
	position:absolute;
	z-index:3;
	width:100%;
	margin-bottom:20px;
}

#page_content_top,
#page_content_inner,
#page_content_bottom
 {
	background-color: red ;
}

#page_header {
	width:1000px;
	margin-top:10px;
	border:0px dashed green;
	padding:0px;
}


#page_banner {
	width:1000px;
	background:url(../images/trans_white.png) top left;
	border:0px dashed green;
	padding:0px;
}

#page_footer2 {
	width:1000px;
	margin-top:10px;
	padding:0px;
}

#page_menu {
	width:190px;
	padding:0px 0px 0px 10px;
}

#page_menu_content {
	margin:1px 37px 0px;
	width:928px;
	padding-top:35px;
}

#page_topmenu {
	float:right;
	padding-top:35px;
	padding-right:15px;
}

#page_submenu {
	clear:both;
	width:1000px;
	background-color:rgb(209,218,120);
	padding-top:5px;
}

#page_sidebar {
	width:180px;
	padding-left:5px;
	background-color:rgb(246,246,246);
	float:right;
	min-height:300px;
	margin-left:10px;
}

#page_sidemenu {
	width:160px;
	padding-left:10px;
	display:none;
	padding-top:50px;
	margin-bottom:20px;
	line-height:20px;
}

#page_content {
	width:1000px;
	background:url(../images/trans_white.png) top left;
	margin:0px;
	padding:0px;
}

#page_content p {
	text-align:justify;
}

#page_tail {
	width:100%;
	border-top:3px solid #ddd;
	background-color: #eee !important;
	display:none;
}

#ECS_tools {
	position:absolute;
	top:10px;
	left:10px;
}

#ECS_tools a {
	margin-bottom:10px;
	text-decoration:none;
	font-size:8pt;
	color: #666;
}

#ECS_tools span {
	padding-left:5px;
	background-color:#fff;
}

/************************************
  SUB MENU
*************************************/

#overlay_external {
	display:none;
    background-image:url(../images/lightbox/white_chromebutton.png);
	background-position:center center;
	background-repeat:no-repeat;
}
/* container for external content. uses vertical scrollbar, if needed */ 
div.wrap { 
	width:656px;
	height:526px;
	padding:60px 40px 40px 60px;
}

div.wrap div.close {
	top:0;
	right:0;
}


div.wrap div.content { 
	height:500px;
    overflow-y:auto;
}

/************************************
  TABS
*************************************/

ul.tabs {
	border-bottom:2px solid #DC143C;
	height:2em;
	margin:0px;
	padding:0px 20px;
}

ul.tabs {
	list-style: none;
}

ul.tabs li {
	display: inline;
}

ul.tabs li a {
	display: block;
	
	position: relative;
	top:-1px;
	
	padding:5px 10px;
	text-align:center;
	float:left;
	border: 1px solid #DC143C;
	border-bottom:1px solid #DC143C;
	background-color: #eee;
	margin-right:2px;
	text-decoration:none;
}

ul.tabs li.current a {
	position: relative;
	top:1px;
	
	background-color: #fff;
	font-weight:bold;
	border-bottom:0px;
}


div.panes {
	background: transparent url(../images/trans_white.png) top left;
	padding:20px 20px;
}BODY {
	cursor:default;
}

.ECS_editor {
	background-color:rgb(255,255,255) !important;
	padding:10px;
}

.orange {
	color: rgb(235,139,24) !important;
}

.darkgreen {
	color: rgb(0,135,62) !important;
	color: rgb(0,97,0) !important;
}

.green,
.red  {
	color: #DC143C !important;
}

.grey, .gray {
	color: #bbb !important;
}

.lightgreen {
	color: rgb(209,218,120) !important;
}

div.aktionstext {
	color:red;
	font-weight:bold;
	padding-top:5px;
}

.bg_green {
	background-color:cornflowerblue !important;
	background-color: rgb(209,218,120) !important;
}

.bg_lightgreen {
	background-color: rgb(239,248,210) !important;
}

.bg_white {
	background-color: #fff !important;
}

.gray {
	color: #999;
}

.white {
	color:#fff !important;
}

.black {
	color:#000 !important;
}

.bold {
	font-weight:bold !important;
}


.border_green {
	border: 1px solid rgb(0,97,0) !important;
}

.free {
	margin: 0px !important;
	padding: 0px !important;
	float: none !important;
	display:inline !important;
}


p.dev {
	border:1px dashed #000;
	border-left:3px solid red;
	background-color:#eee;
	color:red;
	padding:5px 10px;
	font-size:8pt;
}


.hide {
	display:none;
}


div.itemsperpage a.checked {
	font-weight:bold;
}

th {
	color:#999;
}

/************************************
  LINKS 
*************************************/

a {
	color:#DC143C;
	text-decoration:underline;
	font-size: 10pt;
	cursor: pointer !important;
}

a:hover {
	color: #DC143C;
	text-decoration:underline;
}

a.green {
	color: #DC143C;
}

a.orange {
	color: #DC143C;
}

a.white {
	color: #fff;
}

a.noline {
	text-decoration:none;
}

a.newsartikel {
	padding-right: 18px;
	background: transparent url(../images/icons/zoom.png) top right no-repeat;
}

a.icon {
	background: transparent url(../images/icons/control_play.png) top left no-repeat;
	padding:2px 0px 2px 20px;
}

a.pdf {
	background: transparent url(../images/icons/pdf.gif) top left no-repeat;
	padding-left:20px;
}

a.pfeil_white:hover,
a.pfeil:hover,
a.pfeil {
	background: transparent url(../images/pfeil.gif) left 2px no-repeat;
	padding-left: 15px;
	color: #DC143C
}

a.pfeil_white:hover,
a.pfeil:hover {
	text-decoration:underline;
}

a.pfeil_white {
	background: transparent url(../images/pfeil_white.gif) left 2px no-repeat;
	padding-left: 15px;
	color: #fff;
}


#breadcrumb a {
	color: #DC143C;
	font-weight:bold;
	
}

/************************************
  HEADER 
*************************************/


h1,
h2 {
	font-family:Verdana;
	color: #DC143C;
	margin:0px 0px 0px;
	padding:0px;
}

h1 {
	font-size: 16pt;
	font-weight:normal;
	margin-bottom:5px;
}

h2 {
	font-size: 12pt;
	font-weight:normal;
	margin-bottom:15px;
}

h3 {
	font-size: 11pt;
	font-weight:normal;
	margin-bottom:5px;
}

/************************************
  ABSÄTZE
*************************************/

span.ajax_load {
	display:block;
	width:100%;
	background: #eef url(../scripts/ajax/loading.gif) 2px 2px no-repeat;
	color: #000;
	border:1px dashed lightsteelblue;
	padding:5px 10px 5px 45px;
}

span.error {
	display:block;
	background: #fef url(../images/icons/cross.png) 5px 4px no-repeat;
	color: red;
	border:1px dashed red;
	border: 0px;
	background-color: transparent;
	padding:5px 10px 5px 25px;
	font-weight:bold;
}



/* ............ */

ACRONYM {
	cursor: help;
	border-bottom: 1px dashed #ccc;
}



fieldset {
	border:1px solid #eacaba;
	padding: 10px 5px 5px 5px;
	margin: 10px 0px 0px;
}


legend {
	border: 1px outset #eacaba;
	background:#ffd;
	font-size:9pt;
	padding: 0px 20px;
	margin:0px 0px 10px 0px;
}


.noprint {
}

@media screen {
	
	.print,
	.noshow_print {
		display:none;
	}
	
	.show_noprint {
		display:none;
	}
}

@media print {
	.print,
	.show_noprint {
		display:none;
	}
	
	.noshow_print {
		display:block;
	}
}
form {
	display:inline;
	margin:0px 0px 0px 10px;
}


td.label {
	text-align:right;
	vertical-align:middle;
}

label {
	font-weight:normal;
	font-size:8pt;
	display:block;
	margin-left:10px;
	padding-right:5px;
}


td.input {
	padding-left:5px;
	margin-right:10px;
	vertical-align:middle;
}

td.label_left {
	text-align:left;
	vertical-align:top;
	margin:5px 0px 0px;
	padding:0px;
}

td.label_left label {
	margin:5px 0px 0px 0px;
	padding:0px 5px;
}



table.login input[type=text],
table.login input[type=password]  {
	background-color:#eee;
	border:0px;
	height:15px;
}

table.login input[type=submit]  {
	background-color:rgb(160,190,50);
	background-color:rgb(209,218,120);
	border:0px;
}


input[type=text],
input[type=password] {
	border:1px solid #ccc;
	color:#000;
	padding:2px 2px;
	font-family:Verdana;
}

input[type=text].active,
input[type=password].active {
	border:1px solid #000;
	background-color: #fff6f6;
	padding:2px 2px;
	color:#9c3121;
}

select {
	border:1px solid #000;
	color:#000;
	padding:0px 0px 0px 2px;
	font-family:Verdana;
}

select.active {
	border:1px solid #9c3121;
	background-color: #fff6f6;
	padding:0px 0px 0px 2px;
	color:#9c3121;
}

input,
select,
textarea {
	font-size:8pt;
	font-family:Arial;
}



td.required input, 
td.required input.active, 
td.required select,
td.required select.active {
	padding-left:20px;
	background: #fff url(../images2/edit_captions.png) top left no-repeat;
}


td.required select option,
td.required select.active option {
	
	padding-right:20px;
}

button {
	background:transparent;
	border:0px;
	font-size:8pt;
	text-align:center;
	vertical-align:top;
	color: #666;
}

button.button03,
input[type=button].button03,
input[type=reset].button03,
input[type=submit].button03 {
	background: url(../images/button/icon_button03.gif) top left no-repeat;
	width: 25px;
	height:19px;
	border:0px;
	color: #666;
}

a.button03 {
	background: url(../images/button/icon_button03.gif) top left no-repeat;
	width: 25px;
	height:19px;
	border:0px;
	color: #666;
}

button.button06,
input[type=button].button06,
input[type=reset].button06,
input[type=submit].button06 {
	background: url(../images/button/icon_button06.gif) top left no-repeat;
	width: 56px;
	height:20px;
	border:0px;
	color: #666;
}

a.button06 {
	background: url(../images/button/icon_button06.gif) top left no-repeat;
	width: 56px;
	height:20px;
	border:0px;
	color: #666;
}

button.button09,
input[type=button].button09,
input[type=reset].button09,
input[type=submit].button09 {
	background: url(../images/button/icon_button09.gif) top left no-repeat;
	width: 79px;
	height:20px;
	border:0px;
	color: #666;
}

a.button09 {
	background: url(../images/button/icon_button09.gif) top left no-repeat;
	width: 79px;
	height:20px;
	border:0px;
	color: #666;
}

button.button12,
input[type=button].button12,
input[type=submit].button12,
input[type=reset].button12 {
	background: url(../images/button/icon_button12.gif) top left no-repeat;
	width: 102px;
	height:20px;
	border:0px;
	color: #666;
}

a.button12 {
	background: url(../images/button/icon_button12.gif) top left no-repeat;
	width: 102px;
	height:20px;
	border:0px;
	color: #666;
}


button.button15,
input[type=button].button15,
input[type=submit].button15,
input[type=reset].button15 {
	background: url(../images/button/icon_button15.gif) top left no-repeat;
	width: 125px;
	height:20px;
	border:0px;
	color: #666;
}

a.button15 {
	background: url(../images/button/icon_button15.gif) top left no-repeat;
	width: 125px;
	height:20px;
	border:0px;
	color: #666;
}

button.button18,
input[type=button].button18 ,
input[type=reset].button18 ,
input[type=submit].button18 {
	background: url(../images/button/icon_button18.gif) top left no-repeat;
	width: 148px;
	height:20px;
	border:0px;
	color: #666;
}

a.button18 {
	background: url(../images/button/icon_button18.gif) top left no-repeat;
	width: 148px;
	height:20px;
	border:0px;
	color: #666;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	color:#000;
	cursor: hand;
}



a.button03,
a.button06,
a.button09,
a.button12,
a.button15,
a.button18 {
	text-align:center;
	padding-top:3px;
}











select.small,
select.small option,
input.small {
	font-size:8pt;
}


select.green option {
	background-color: rgb(239,251,231);
}

select {
	color: rgb(0,135,62);
	color: #000;
	border: 1px solid rgb(0,135,62);
	border: 1px solid #ccc
}

option.option {
	background-image: url(../images/icon_bullet.png);
	background-position: top left no-repeat;
	background-repeat:no-repeat;
	padding-left: 25px;
	color:#000;
}

option.title {
	border-bottom:1px solid #ccc;
	background-color:#eee !important;
	padding-left:2px;
}

option.checked {
	padding-left: 25px;
	background-image:url(../images/icon_tick.png);
	background-position: top left no-repeat;
	background-repeat:no-repeat;
	color:rgb(0,135,62);
	font-weight:bold;
}



input.required,
label.required,
select.required,
select.required option {
	padding-left:15px;
	background: #fff url(../images/icons/arrow_right.png) top left no-repeat;
}

textarea.required{
	padding-left:15px;
	background: #fff url(../images/icons/arrow_right.png) top left no-repeat;
	border: 1px solid #ccc;
}

label.required {
	background-color: transparent;
}table.sort-select {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
}

table.sort-select th {
	background-color: #666 !important;
	background-color: rgb(209,218,120) !important;
	color:silver;
	color:#000;
	font-weight:normal !important;
	border:0px;
	padding-left:5px;
	cursor:pointer;
}


table.sort-select th.sorting {
	background: rgb(209,218,120) url(../images/icons/sort_bi.gif) center right no-repeat;
	padding-right:10px !important;
	width:85px;
	cursor:pointer !important;
	border-left:2px solid #f6f6f6;
}

table.sort-select th.sorted-asc {
	background: rgb(209,218,120) url(../images/icons/sort_asc.gif) center right no-repeat !important;
	font-weight:bold !important;
}

table.sort-select th.sorted-desc {
	background: rgb(209,218,120) url(../images/icons/sort_desc.gif) center right no-repeat !important;
	font-weight:bold !important;
}

table.sortable tr.odd td {
	background-color:#eee;
}

table.sortable tr.even td {
	background-color:#ccc;
}



.pager,
span.page_numPerPage  {
	margin-left:10px;
	text-align:left;
	font-size:8pt;
}

div.pager span.page-number,
span.numPerPage {
	width:15px;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	margin-right:2px;
	border:1px solid #eee;
	background-color:#fdfdfd;
	color:#333;
	cursor:pointer;
}

div.pager span.active,
span.page_numPerPage span.active  {
	border:1px solid #aaa;
	background-color: rgb(209,218,120);
	color:#000;
	font-weight:bold;
	cursor:default;
}

.produktcontainer_small a.loading,
.produktcontainer a.loading {
	width:100px;
	height:90px;
	display:block;
	border:1px solid #ccc;
	background: #fff url(../images/spinner.gif) 10px 10px no-repeat;
	text-align:center;
}

div.produktcontainer {
	background:#f6f6f6;
	display:block;
	width:700px;
	text-align:left;
	padding:5px;
}

div.produktcontainer div.header {
	padding:5px;
	border-top:1px solid rgb(210,209,146);
	border-top:1px solid rgb(160,190,50);
	border-bottom:1px solid rgb(210,209,146);
	border-bottom:1px solid rgb(160,190,50);
	background-color:#fdfdfd;
	
	margin-bottom:10px;
	font-size:11pt;
	color:rgb(210,209,146);
	color:rgb(160,190,50);
	font-weight:bold;
}

div.produktcontainer h2.header {
	font-size:11pt;
	color:rgb(210,209,146);
	color:rgb(160,190,50);
	font-weight:bold;
	display:inline;
	margin:0px;
}

div.produktcontainer_small a,
div.produktcontainer a {
	text-decoration:none;
	cursor:url(/ecs.derfuttershop.de/images/icons/magnifier.gif) !important;
}

div.produktcontainer_small a img,
div.produktcontainer a img {
	border:0px;
}



div.produkt a:hover {
	cursor:pointer;
	cursor:url(/ecs.derfuttershop.de/images/icons/magnifier.gif);
}

div.produkt {
	background:#fff;
	width:140px;
	height:250px;
	float:left;
	margin:0px 5px 5px 5px;
	text-align:center;
	padding:10px;
	border: 1px solid #ccc;
}

div.aktion {
	border-color: gold;
}

div.produktcontainer_small div.produkt {
	height: 150px !important;
	overflow:hidden;
	border:1px solid #ccc;
}

div.produkt div.bild,
div.produkt .hersteller,
div.produkt .kurztext {
	margin-bottom:5px;
}

div.produkt div.bild {
	height:100px;
	overflow:hidden;
}

div.produkt  .name,
div.produkt  .preis {
	text-align:center;
	font-weight:bold;
	display:block;
}

div.produkt  .hersteller {
	display:block;
	font-style:italic;
	text-align:center;
}

div.produkt  .preis {
	margin-top:10px;
	text-align:right;
	color:#666;
}

div.produkt .kurztext  {
	text-align:left;
	display:block;
	height:55px;
	overflow:hidden;

}


table.produkte td {
	background-color:#fff;
}


/***************** 
  TOP MENU
*****************/

a.topmenu {
	color:#fff !important;
	text-decoration:none;
	background:transparent url(../images/pfeil_white.gif) left 3px  no-repeat !important;
	padding-left:15px;
	margin-right:20px;
}

a.topmenu:hover {
	text-decoration:none;
	color:#fff !important;
}

span.topmenu,
span.topmenu  a {
	font-size: 11pt;
	font-family: Verdana;
	display:block;
	float:left;
	text-align:left;
	background:none;
	padding:0px;
	font-weight:normal;
}


/***************** 
  MAIN MENU
*****************/

#page_menu span{
	padding:0px;
	margin:0px 0px 5px;
	display:block;
	width:150px;
	text-align:left;
	background-color:#fff;
	border:1px solid #DC143C;
}

#page_menu a.mainmenu {
	width:150px;
	padding:2px 0px 2px 0px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0px;
	color: #000;
}

#page_menu span#checked {
	background-color: #DC143C;
	color:#fff;	
}

#page_menu span#checked  a{
	color:#fff;	
}

#page_menu a:hover {
	background: #DC143C;
	color: #fff;
}
/***************** 
  SUB MENU
*****************/

#page_submenu {
	margin:0px;
	padding:0px;
	margin-left:10px;
	background: transparent;
	display:block;
}

#page_submenu a {
	font-size:8.5pt !important;
	text-decoration:none;
	color:#fff;
	background: transparent;
}

#page_submenu a#checked,
#page_submenu a:hover {
	text-decoration:underline;
	color:#fff;
}
/* root element for each accordion  */


.accordion {

	/* some decorations for the accordion root element */
	background-color:#333;
	width: 100%;
	border:1px solid #333;

	/* IE6 cannot handle PNG24 backgrounds. use a solid color instead */
	-background:#666;


	/* put them side by side */
	float:left;
	margin:20px 0 20px 30px;
}

/* accordion header */
.accordion h2 {
	background-color:#ccc;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #aaa;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}

/* currently active header */
.accordion h2.current {
	cursor:default;
	background-color:#aaa;
}

/* accordion pane */
.accordion div.pane {
	border:1px solid #aaa;
	border-width:0 2px;
	display:none;
	height:180px;
	padding:15px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
.accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;margin:0}.pp_nav{clear:left;float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:8pt;left:0;position:absolute;top:0;z-index:9999}.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}.pp_pic_holder div {border:0px solid #ccc;}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	font-size: 8pt !important;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/ecs4.stephankistler.de/images/arrows_superfish.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url('/ecs4.stephankistler.de/images/shadow_superfish.png') no-repeat bottom right !important;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	/*
	background:		#AABDE6;
	background:		#BDD2FF;
	*/
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
	width:100%;
}
.sf-navbar li {
	background:		#BDD2FF;
	background:		#AABDE6;
	position:		static;
	border-right: 	1px solid #fff;
}

.sf-navbar ul.menu_level1 a:hover {
	text-decoration: underline;
}

.sf-navbar ul.menu_level1 li {
	border:		0px;
}

.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width: 			100%;
	background:		#BDD2FF;
}
.sf-navbar li li {
	background:		#BDD2FF;
	position:		relative;
	border-right: 	0px solid #ccc;
}
.sf-navbar li li ul {
	width:			10em; 		/* must have fixed width for overlay */
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}

.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li.current,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#BDD2FF;
}

.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#D1DFFF;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#D1DFFF;
}

.sf-navbar  li.current ul.menu_level2{
	background:		#BDD2FF;
}


ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
