P { 
   font-family: Verdana, Arial, Helvetica; 
   font-size: 12px; 
   color: #000000; 
   line-height: 14px; 
   padding-bottom: 6px;
}


li {
   padding-left:2px;
}

ul {
   list-style-position:outside;
   list-style-type:disc;
}

#left-menu  {
   list-style-type:none;
   color: #AA9C8F;
   height: 500px;
}

#left-menu ul li {
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   background:#FFFFFF none repeat scroll 0 0;
   display:block;
   list-style-type:none;
   margin:0;
   padding:0;
}


#left-menu ul.menu-level1 {
   color: #AA9C8F; 
}


#left-menu li.menu-level1-current-active a:hover, #left-menu li.menu-level1-current-active a {
   color: #051B61; 
   FONT-WEIGHT: bold;
}


#left-menu ul.menu-level2 a {
   FONT-SIZE: 11px;
   letter-spacing: 0px;
   color: #AA9C8F;
}


#left-menu li.menu-level2-current-active a:hover, #left-menu li.menu-level2-current-active a {
   color: #051B61; 
   FONT-WEIGHT: bold;
}

#left-menu li.menu-level2-active a:hover, #left-menu li.menu-level2-active a {
   color: #051B61; 
   FONT-WEIGHT: bold;
}


#left-menu A:link,  A:visited,  A:active
{
	FONT-FAMILY: Verdana, Arial, Helvetica, regular;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	line-height: 24px;
	letter-spacing: 4px;
	color: #AA9C8F;
}

#bodytext A:link,  A:visited,  A:active, A
{
	FONT-FAMILY: Verdana, Arial, Helvetica, regular;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
	line-height: 24px;
        letter-spacing: 1px;
	color: #AA9C8F;
}


#thumbnails{
  float:right;
  width:90px;
  padding-right:5px;
}
 
#thumbnails .label {
  display:none;
}


#externalthumbs{
  float:right;
  width:100px;
}
 
#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:105px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}


#footer {
font-family: Verdana, Arial, Helvetica; 
font-size: 10px; 
color: #051B61; 
margin-left: auto ;
margin-right: auto ;
text-align: center;
height:15px;
clear:both;
width:990px;
align:center;
}



/* Powermail Frontend */
div.tx-powermailfrontend-pi1 {
	background-color: #FFF;
	padding: 5px;
}
div.powermailfe_listitem,
div.powermailfe_latestitem {
	background-color: #aaa;
	border: 1px solid #444;
	margin: 5px;
	padding: 0 5px;
}
div.powermailfe_listitem_even,
div.powermailfe_latestitem_even {
	background-color: #ddd;
}
dt.pfe_all_dl {
	font-weight: bold;
	float: left;
	clear: both;
	width: 150px;
	height: 20px;
	display: block;
}
dd.pfe_all_dl {
	height: 20px;
	display: block;
}
div.powermailfe_filter_div label {
	float: left;
	clear: both;
	margin-right: 15px;
	width: 180px;
	font-weight: bold;
}
div.powermailfe_filter_div {
	clear: both;
}
input.powermailfe_filter_submit {
	margin: 5px 0 0 195px;
}

	/* Edit */
div.powermailfe_edititem dl dd {
	margin: 10px 0;
}
input.powermail_frontend_edit {
	width: 250px;
}


/* Tabelle mit Preisliste */
.table_preise {
   font-size: 11px; 
   font-family: Arial;    
   border: 0;
   cellspacing: 1;
   cellpadding: 1;
   
}

a.internal-link{
   color:#F68C1F;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}

