/* ----------------------------------- from  reset.css */

/* 
Title:		Reset default browser styles
Author: 	dan@simplebits.com
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 12px;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

td {
  vertical-align: top;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*  ------------------------------------ end reset.css */

/*------------------------------------ elements.css *.

/* 
  
  in this file you find files which are used as well in the Front- AND Backend of naturfreunde
  (for making previews of teasers,banners,...)

*/

/* angebots teaser */
.angebot_teaser {
  width: 330px;
  font-size: 12px;
  border-bottom: 1px dotted #222;
  padding-bottom: 4px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.angebot_teaser a {
  display: block;
}

.angebot_teaser h3 {
  background: #d6d6d6;
  padding: 3px 6px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.angebot_teaser h3 a {
  color: black;
}

.angebot_teaser div.text {
  width: 205px;
  float: right;
  margin-bottom: 10px;
}

.angebot_teaser div.thumbnail {
  width: 115px;
  float: left;
  min-height: 100px;
}

.angebot_teaser h4 {
  color: #797979;
  padding-bottom: 12px;
}

/*
.angebot_teaser h3 em {
text-transform: uppercase;
font-style: normal;
}
*/

.angebot_teaser .morelink {
  color: #bc3e2f;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}

.invisible div.angebot_teaser *,
.invisible div.angebot_teaser * {
  color: #aaa !important;
}

.invisible div.angebot_teaser h3 {
  background-color: #aaa !important;
  color: white !important;
}

.invisible div.angebot_teaser img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* home teaser */

div.home_teaser {
  width: 330px;
  font-size: 12px;
  border-bottom: 1px dotted #222;
  padding-bottom: 4px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #101010;
}

#dataform div.home_teaser h3,
div.home_teaser h3 {
  width: 100% !important;
  background: #b9402f;
  padding: 3px 6px;
  font-size: 12px;
  color: white;
  font-weight: normal;
  letter-spacing: 2;
  margin: 0 0 3px 0 !important;
}

div.home_teaser div.text {
  width: 205px;
  float: right;
  margin-bottom: 10px;
}

div.home_teaser div.thumbnail {
  width: 115px;
  float: left;
}

div.home_teaser h4 {
  color: #b9402f;
  padding-bottom: 12px;
}

div.home_teaser h3 em {
  text-transform: uppercase;
  font-style: normal;
}

div.home_teaser .morelink a {
  color: #bc3e2f;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
}

.invisible div.home_teaser *,
.invisible div.home_teaser * {
  color: #aaa !important;
}

.invisible div.home_teaser h3 {
  background-color: #aaa !important;
  color: white !important;
}

.invisible div.home_teaser img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

a.red {
  color: #bc3e2f;
}

/* banner */

.banner {
  overflow: hidden;
  margin-bottom: 7px;
  width: 330px;
}

.banner.pos_Mitte {
  width: 330px;
}

.banner.pos_Mitte.width_2-spaltig,
.banner.pos_Mitte.width_670 {
  width: 670px;
}

.banner.pos_Rechts {
  width: 230px;
}

.banner.pos_Links,
.banner.pos_BannerLinks {
  width: 222px;
}

.banner.pos_LinksUnten,
.banner.pos_BannerLinks {
  width: 222px;
}

.invisible .banner img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.alphafix {
  behavior: url("/themes/naturfreunde/images/transparency/iepngfix.htc");
}

.banner .overlay {
  position: absolute;
  background: url("/themes/naturfreunde/images/transparency/transpWhite50.png");
  width: 100%;
  left: 0px;
}

.banner .overlaytext {
  color: rgba(0, 0, 0, 0.8);
  font-family: verdana, arial;
  font-size: 13px;
  padding: 2px 6px;
  font-weight: bold;
}

.iconbanner td {
  vertical-align: top;
}

.iconbanner.left {
  width: 64px;
}

.iconbanner .right {
  padding: 3px 8px 2px 0px;
  font-size: 11px;
}

/* kopfteaser */

div.kopfteaser {
  font-family: Arial, Helvetica;
  width: 670px;
  font-size: 12px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #101010;
}

div.kopfteaser div.text {
  width: 330px;
  float: right;
  margin-bottom: 10px;
}

div.kopfteaser div.bild {
  width: 330px;
  float: left;
}

div.kopfteaser h2 {
  color: #b6412f;
  font-size: 18px;
  margin-bottom: 15px;
}

div.kopfteaser .morelink a {
  color: #bc3e2f;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  border-bottom: 1px dotted #222;
  width: 340px;
}

.kopfteaser h3 {
  padding: 0px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

.kopfteaser h3 a {
  color: black;
}

.invisible div.kopfteaser *,
.invisible div.kopfteaser * {
  color: #aaa !important;
}

.invisible div.kopfteaser h3 {
  background-color: #aaa !important;
  color: white !important;
}

.invisible div.kopfteaser img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* right teaser */

div.right_teaser {
  width: 213px;
  font-size: 12px;
  border-bottom: 1px dotted #222;
  padding-bottom: 4px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #101010;
}

div.right_teaser div.thumbnail {
  width: 90px;
  float: left;
}

div.right_teaser h4 {
  color: #000;
  padding-bottom: 4px;
  font-size: 12px;
}

/*

#dataform div.right_teaser h3,
div.right_teaser h3 {
width: 100% !important;
background: #b9402f;
padding: 3px 6px;
font-size: 12px;
color: white;
font-weight: normal;
letter-spacing: 2;
margin: 0 0 3px 0 !important;
}

div.right_teaser div.text {
width: 205px;
float: right;
margin-bottom: 10px;
}


div.right_teaser h3 em {
text-transform: uppercase;
font-style: normal;
}
*/
div.right_teaser .morelink {
  text-align: right;
}

div.right_teaser .morelink a {
  color: #bc3e2f;
  font-weight: bold;
}

.invisible div.right_teaser *,
.invisible div.right_teaser * {
  color: #aaa !important;
}

.invisible div.right_teaser h3 {
  background-color: #aaa !important;
  color: white !important;
}

.invisible div.right_teaser img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

a.statictextedit {
  background: rgba(0, 0, 230, 0.4);
  padding: 0px 5px;
  font-size: 10px;
  color: #222;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rightalign {
  text-align: right;
}

.infobutton {
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 1px 4px;
  color: #111;
  font-size: 10px;
  background: #bbb;
  border: 1px solid #777;
}

.banner-logogallery {
  width: 230px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.banner-logogallery-stripe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2000px;
  height: 60px;
}

.banner-logogallery-panel {
  width: 220px;
  height: 54px;
  padding: 3px 5px;
  background: white;
  text-align: center;
  float: left;
}

/* manfreds button styles */

a.tinybutton {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
  color: white;
  font-size: 10px;
  background: #459e00;
  border: 1px solid #327e04;
  /*display:inline-block;
line-height:12px;
*/
}

a.tinybutton:link,
a.tinybutton:visited {
  color: white;
}

a.tinybutton:hover,
a.tinyiconbutton:hover {
  background: #73b633;
}

a.tinybutton.tinyicon span,
span.tinyicon {
  background-image: url("/themes/summitbackend/thirdparty/jqueryui/css/south-street/images/ui-icons_eeeeee_256x240.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 4px;
}

a.tinybutton.tinyicon {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding-left: 0px;
  padding-right: 0px;
}

/* manfreds buttonstyle end */

.add2newsletter {
  background-color: orange !important;
  border-color: #944 !important;
  color: black !important;
  font-size: 11px;
}

/* ----------------------------- detail styles ------------------------------------------ */

.bericht.detail_left {
  margin-right: 10px;
  margin-bottom: 10px;
}

.detail_left {
  float: left;
  width: 330px;
  background-color: #eedcda;
}

.detail_right {
  float: right;
  width: 330px;
  color: #000;
  font-size: 11px;
}

.detail_right.bild_umflossen {
  float: none;
  width: auto;
}

.detail_right strong.intro {
  display: block;
  padding-bottom: 15px;
  font-size: 13px;
}

.detail_left .imagelist {
  padding-bottom: 20px;
  background: white;
}

.detail_left .termin h2 {
  background: #b8402f;
  color: white;
  font-size: 12px;
  display: block;
  padding: 2px 6px 2px 6px;
}

.detail_left .termin a {
  color: #b9402e;
}

.detail_left h3 {
  color: #ba3f2f;
  margin: 5px 0px 10px 0px;
}

.detail_left .mod {
  border-bottom: 1px dotted #888;
  margin-bottom: 5px;
  padding: 6px 6px;
  font-size: 12px;
}

.detail_left .mod li em {
  font-style: normal;
  color: #b9402e;
}

.detail_left .mod ul {
  margin: 5px;
}

.absatztable {
  width: 100%;
}

.absatztable td {
  padding: 5px 0px;
}

.absatztable td.textspalte {
  padding-left: 10px;
}

/* ------------------------ commentform ----------------------- */

.commentform {
  background: #ddd;
  padding: 5px;
}

.commentform label {
  font-size: 11px;
  display: block;
}

.commentform input,
.commentform textarea {
  width: 400px;
  font-size: 11px;
  border: 1px solid #aaa;
}

.commentform textarea {
  height: 80px;
}

.commentlist {
  margin-top: 10px;
}

.commentlist li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  font-size: 12px;
}

.commentlist li .header {
  color: #900;
}

.commentlist li .tinybutton {
  font-size: 10px;
}

.commentlist li .attachment {
  margin: 10px;
  border: 1px solid #eee;
  padding: 10px;
}

.commentlist li.replyto {
  padding-left: 20px;
}

/* ----------------------------------------------------------------------- */

.teaser2col {
  width: 670px;
}

.teaser2col .left {
  width: 330px;
  float: left;
}

.teaser2col .right {
  width: 330px;
  float: right;
}

/* jquery datepicker customization */
/* override: .ui-datepicker-div {
width: 17em;
}
/themes/summitbackend/thirdparty/jqueryui/css/south-street/jquery-ui-1.7.2.custom.css
*/
#ui-datepicker-div {
  width: 200px;
}

/* ---- endelements.css */

ul.tabstrip {
  margin-top: 10px;
}

h1 {
  color: black;
  margin-bottom: 10px;
  font-size: 15px;
}

/*-----------------------------------  Forms:
*/

.error {
  margin: 20px;
  font-size: 12px;
  color: red;
  #font-weight: bold;
}

#dataform h3.sectionheader {
  width: 100px;
  margin-right: auto;
  padding: 4px 10px;
  color: #fff;
  background: #333;
  font: 12px Verdana, Arial;
  margin-top: 0px;
  margin-bottom: 0px;
}

#dataform .ui-accordion h3 {
  width: auto;
  padding: 4px 0 4px 16px;
  background: #459e00;
}

#dataform .ui-accordion h3 a {
  color: #fff;
}

#dataform #accordion .formsection {
  width: 700px;
}

.userlogin .formsection {
  width: 300px;
}

#dataform.Bericht .tinymce,
#dataform.Angebot .tinymce {
  width: 350px;
  height: 410px;
}

#dataform.Angebot #accordion .tinymce {
  height: 300px !important;
}

.formsection {
  background: #d0ebf1;
  width: 1000px;
  font: 12px Verdana, Arial;
  margin-bottom: 20px;
}

.iframe .formsection {
  width: 600px;
}

.formsection .ftable tr {
  border-bottom: 1px solid white;
}

.formsection input {
  font-size: 12px;
}

.formsection .ftable .label {
  text-align: right;
  width: 150px;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 10px;
}

#accordion .formsection .ftable .val {
  width: 300px;
}

.formsection .ftable td.beneath .label {
  text-align: left;
  padding-top: 4px;
}

.formsection .ftable td {
  vertical-align: top;
  text-align: left;
  padding: 10px 10px 10px 10px;
}

.formsection .tr_Category .label {
  padding-top: 13px;
}

#input_Abstract {
  height: 70px;
}

#input_Text,
#input_Text2 {
  height: 205px;
}

.formsection td input,
.formsection td textarea {
  width: 100%;
  border: 1px solid #999;
}

.formsection td .nowidth {
  width: auto;
}

.formactions {
  width: 660px;
  text-align: right;
}

.ftable {
  width: 100%;
}

.warning {
  color: #ce353c;
}

/* ---------- ERROR HANDLING  */

div.errorContainer {
  display: none;
  margin: 10px 0 0;
  font-size: 12px;
  border: 2px solid #ce353c;
  padding: 10px;
  width: 640px;
  margin: 10px 0px;
  background: #eee;
}

div.errorLabelContainer {
  font-size: 12px;
}

.general-holder label.warning {
  display: block;
  margin: 0 0 4px;
  padding: 0 0 0 8px;
}

.radiobuttons .warning {
  color: #000 !important;
}

td.label label i {
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
  display: block;
}

td.label label.warning {
  border-left: 8px solid #ce353c;
  clear: both;
  display: block;
  float: none;
}

div.errorLabelContainer label {
  clear: both;
  display: block;
  float: none;
}

/*-----------------------------------
*/

ul.tabstrip li a,
ul.tabstrip li em {
  color: #555 !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

ul.tabstrip li.current a,
ul.tabstrip li.current em {
  color: #459e00 !important;
  font-weight: bold !important;
  font-size: 12px !important;
}

div.actions {
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  width: 500px;
}

.bigbutton {
  float: right;
}

.bigbutton_inner {
  color: white;
  font-weight: bold;
  background-color: #ff6600;
  padding: 6px;
  width: 100px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.disabled ul.tabstrip li em {
  color: #ccc !important;
}

input.time {
  width: 80px !important;
}

input.datepicker {
  width: 100px !important;
}

.ui-datepicker-trigger {
  position: relative;
  top: 3px;
  left: 3px;
}

/* inline-block hack: */

* html a.tinybutton.tinyicon span,
* html span.tinyicon {
  display: inline;
}

/* for IE 6 */

* + html a.tinybutton.tinyicon span,
* + html span.tinyicon {
  display: inline;
}

/* for IE 7 */

a.tinybutton.tinyicon {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 262626px;
  padding-left: 0px;
  padding-right: 0px;
}

/* manfreds buttonstyle end */

/*
OLD bubble
div.helpbubble
{
  position:absolute;
  width:auto;
  height:auto;
  left:755px;
  color:#fff;
  font-size:11px;
  background:url('/mysite/img/helparrow.gif') no-repeat left top;
}

div.helpbubble_inner
{
  background:#262626;
  font-weight:normal;
  color:#fff;
  font-size:11px;
  padding:15px;
  margin-left:8px;
}

div.helpbubble.nobubble
{
   background:none;
}


.nobubble div.helpbubble_inner
{
  background:none;
 
}

*/

.ftable td.help {
  background: white;
  width: 500px;
}

.iframe .ftable td.help {
  background: white;
  width: 200px;
}

.iframe #dataform {
  padding: 20px;
}

div.helpbubble {
  background: #eee;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #666;
  font-size: 11px;
  padding: 5px;
  margin-left: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 600px;
}

.leftmenu .helpbubble {
  position: absolute !important;
  width: 170px;
}

div.helpbubble_inner a {
  color: #aaa;
  text-decoration: underline;
}

div.helpbubble.nobubble {
  background: none;
}

.nobubble div.helpbubble_inner {
  background: none;
}

.recordinfo {
  font-size: 10px;
  color: #66bbff;
}

textarea.tinymce {
  width: 600px;
}

.iframe textarea.tinymce {
  width: 400px;
}

#previewframe {
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin: 0px 0px;
  border: 1px solid #999;
}

.righttop {
  float: right;
  width: 330px;
  text-align: right;
}

#accordion {
  margin: 20px 0px;
}

.ui-accordion .ui-accordion-header a {
  padding: 0px 0px 0px 16px !important;
}

.sortbox {
  font-size: 10px;
  text-align: right;
}

.sortbox a,
.sortbox {
  color: #797979;
}

.sortbox a.current,
.sortbox a:hover {
  color: #b9402f;
}

/* ----------------------------------- */

.clear {
  clear: both;
}

tr.visible_0 td {
  color: #ccc;
}

/* ----------------------------------- from  http://www.naturfreunde.at.localhost/themes/naturfreundeBE/css/master.css */

/* 
Title:		Master styles for screen media
Author: 	dan@simplebits.com

BACKEND !!!

*/

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #51463d;
  font-size: 62.5%;
  background: #fff;
  margin: 0;
}

/* links */

a {
  color: black;
}

a:link,
a:visited {
  text-decoration: none;
}

a.text-icon-link {
  color: white;
  font-weight: normal;
  margin-right: 0.5em;
  margin-left: 0.5em;

  font-size: 11px;
  padding: 0.2em 1em 0.2em 20px;
  position: relative;
  text-decoration: none;
}

span.text-icon-link-icon {
  left: 0.2em;
  margin: -9px 5px 0 0;
  position: absolute;
  top: 50%;
}

/* page structure 
--------------------------------------------- */

#wrap {
  width: 80%;
  max-width: 1000px;
  min-width: 700px;
  margin: 0px 10px;
  padding: 10px 0 0 0;
  font-size: 1.3em;
}

.main {
  float: right;
  width: 73%;
}

.secondary {
  float: left;
  width: 25%;
}

#footer {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 30px 0;
  font-size: 0.5em;
  color: #696;
  border-top: 2px solid #e2e1d4;
}

/* header 
--------------------------------------------- */

#header1 table td.claim {
  vertical-align: bottom;
  font-size: 14px;
  color: white;
  padding-bottom: 5px;
  line-height: 24px;
}

#header1 table td.claim b {
  font-size: 18px;
}

#header1 {
  background: #b12e27;
  margin: 0 auto;
}

#header1 td.logo {
  width: 238px;
}

.header1_chooser {
  width: 100px;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
  text-align: right;
  vertical-align: bottom;
}

/* navigation */

#nav {
  position: relative;
  width: 100%;
  font-size: 1.3em;
}

#nav ul {
  margin: 0 auto;
  background: black;
  list-style: none;
}

#nav ul li {
  float: left;
  margin: 0 0 0 0;
  width: auto;
  border-right: 1px solid #87705d;
}

#nav ul li a {
  display: block;
  width: auto;
  text-align: center;
  padding: 4px 12px 4px 12px;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 2px;
  color: #f3f2e8;
}

#nav ul li a.current,
#nav ul li a:hover {
  background: #8bb905;
  color: black;
  font-weight: bold;
}

/* subnavigation */

#subnav {
  background: #8bb905;
  position: relative;
  width: 100%;
  padding-top: 5px;
}

#subnav ul {
  margin: 0px auto 0 auto;
  list-style: none;
}

#subnav ul li {
  float: left;
  margin: 0 0 0 0;
}

#subnav ul li a {
  display: block;
  width: 120px;
  text-align: center;
  padding: 2px 5px 2px 5px;
  font-size: 10px;
  text-decoration: none;
  color: #222;
}

#subnav ul li a.current,
#subnav ul li a:hover {
  background: #fff;
}

.infodiv {
  font-size: 1.2em;
  color: #666;
  padding: 20px 10px;
}

/* main styles 
--------------------------------------------- */

/* headings */

/* dblists  (can be TABLE's or UL's)
--------------------------------------------- */

/*  dblist TABLE version */

table.dblist {
  border-collapse: collapse;
  margin: 10px;
}

.dblist td,
th {
  border: 1px dotted #aaa;
  padding: 5px;
  vertical-align: top;
}

.dblist th {
  font-weight: normal;
  background: #ccc;
  padding: 1px;
  border-bottom: 2px solid #888;
}

/*  dblist UL version */

ul.dblist {
  margin: 10px;
}

.dblist li .item {
  position: relative;
  display: block;
  margin: 10px;
}

.dblist li div.right {
  position: relative;
  float: left;
  padding: 5px;
  color: #9c836e;
}

.dblist li .rightright {
  padding-top: 5px;
  color: #900;
}

.dblist li div.left {
  position: relative;
  float: left;
  padding-right: 5px;
  border-right: 1px dotted #ccc;
}

ul.tinybuttonlist li {
  padding: 5px 0px;
}

.loading div {
  margin-left: 40px;
}

.simpleitem {
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #c2fe94;
  color: #000;
  width: 500px !important;
  border: 1px solid #a2ce74;
}

.invisible .simpleitem {
  background: #ddd;
  color: #fff;
  border: 1px solid #ccc;
}

/* SORTMODE */

.sortinfo {
  margin: 10px;
  padding: 10px;
  background: yellow;
  display: none;
}

.dblist.sort_active li .item {
  background: #bbb;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#BildList .dblist.sort_active li {
  float: left;
  width: 160px;
  height: 140px;
  margin: 5px;
}

#BildList .dblist.sort_active li .item {
  width: 130px;
  height: 120px;
  overflow: hidden;
}

#BildList .dblist.sort_active li .item .left div {
  display: none;
}

#NewsletterTeaserList .dblist li div.left {
  width: 350px;
}

#NewsletterTeaserList .dblist li div.right {
  width: 100px;
  border-right: 1px dotted #ccc;
}

#NewsletterTeaserList .dblist li div.right .recordinfo {
  display: none;
}

#categoryfilterdiv {
  margin-left: 450px;
}

#BildList .dblist.sort_active {
  clear: both;
}

.for_ie_sort {
  display: none !important;
}

/* hide video objects in lists */
.dblist object {
  display: none;
}

.iconbutton.ajaxlink {
  visibility: hidden;
}

.dblist tr.checkboxtable_checkboxrow {
  background: #ccc;
}

.checkboxtable_choosediv {
  margin: 10px 0px 10px 40px;
}

.leftmenu {
  float: left;
  width: 200px;
  margin-right: 10px;
}

.leftmenu_inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #8bb905;
  padding: 10px;
  margin-bottom: 10px;
}

.leftmenu li a {
  display: block;
  color: white;
  margin: 2px 2px;
  border-left: 5px solid transparent;
  padding-left: 5px;
}

.leftmenu li.current a {
  font-weight: bold;
  border-left: 5px solid white;
}

.fixtextmenu {
  width: 200px;
}

.fixtextmenu_inner {
  padding: 5px;
}

.fixtextmenu ul li.page a {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #999;
  background: #ccc;
  margin: 10px 0px;
  padding: 3px;
}

.fixtextmenu ul li.invisible.page a {
  border: 1px dotted #999;
  background: #fff;
  color: #999;
}

.sortablepage {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #999;
  background: #ccc;
  margin: 0px 0px;
  padding: 1px;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 11px;
}

.fixtextmenu ul li.level2 {
  margin-left: 20px;
}

.fixtextmenu ul li.current.page a {
  font-weight: bold;
  border: 2px solid #70b42e;
}

.fixtextmenu .newlink,
.fixtextmenu .sortlink {
  margin-top: 10px;
  display: none;
}

#leftnav ul li {
}

#leftnav ul li.current {
  font-weight: bold;
  color: red;
}

.session_message {
  background: yellow;
  color: #000;
  padding: 5px;
  margin: 5px auto;
  width: 300px;
}

/* --------- angebots teaser -------------------------- */

/* ----------------------------------- paging ----------------------------------- */

.paging form {
  display: inline;
}

.paging {
  margin-top: 10px;
  border-top: 1px dotted #666;
  padding-top: 5px;
}

.paging .left {
  float: left;
  width: 280px;
}

.paging .middle {
  float: left;
  width: 300px;
}

.paging a {
  color: #555;
}

.paging strong {
  color: #000;
  font-size: 1.1em;
}

/* angebots teaser */

.angebot_BEteaser {
  width: 400px !important;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.angebot_BEteaser a {
  display: block;
}

.angebot_BEteaser h3 {
  background: #d6d6d6;
  padding: 3px 0p;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.angebot_BEteaser h3 a {
  color: black;
}

.angebot_BEteaser div.text {
  width: 330px;
  float: right;
}

.angebot_BEteaser div.thumbnail {
  width: 60px;
  float: left;
}

.angebot_BEteaser h4 {
  color: #797979;
}

/*
.angebot_BEteaser h3 em{
  text-transform:uppercase;
  font-style:normal;
}
*/

/* albums teaser */

.album_BEteaser {
  width: 400px !important;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.album_BEteaser a {
  display: block;
}

.album_BEteaser h3 {
  background: #d6d6d6;
  padding: 3px 0p;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  color: black;
}

.album_BEteaser h3 a {
  color: black;
}

.album_BEteaser div.text {
  width: 300px;
  float: right;
}

.album_BEteaser div.thumbnail {
  width: 60px;
  float: left;
}

.album_BEteaser h4 {
  color: #797979;
}

.invisible div.angebot_BEteaser *,
.invisible div.angebot_BEteaser * {
  color: #aaa !important;
}

.invisible div.angebot_BEteaser h3 {
  background-color: #aaa !important;
  color: white !important;
}

.invisible div.angebot_BEteaser img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.invisible a.tinybutton,
.invisible a.iconbutton {
  background-color: #aaa;
  border-color: #888;
}

/* footer 
--------------------------------------------- */

#footer a {
  color: #51463d;
}

/* misc. 
--------------------------------------------- */

hr,
.hide {
  display: none;
}

a img {
  border: none;
}

/* self-clear floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
