@charset "UTF-8";
/* CSS Document */


/* Breite */
.addthis_toolbox .two_column {
    width: 326px;
    /*padding: 10px 0 10px 0px;*/
	}

/* Links */
.addthis_toolbox .two_column a {
    padding: 10px 0 10px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color:#281E1D;
	font-size:16px;
	outline:none; /* Kein Rahmen in Firefox. */
	}

	.addthis_toolbox .two_column a:hover { text-decoration:underline; }
	
	

/* Position Icons */
.addthis_toolbox .two_column span {
    position: absolute;
    left: 14px;
    top: 10px;
	}

/* Trennlinie oben */
.addthis_toolbox .two_column  .top {
    /*padding: 0 0 10px 0;*/
    border-bottom: dashed 1px #9F9B8B;
    margin-bottom: 10px;
	margin-top:10px;
   /* margin: 0 20px 10px 20px;*/
   }

/* Trennlinie unten */
.addthis_toolbox .two_column  .more {
    border-top: dashed 1px #9F9B8B;
    margin-top:10px;
	padding: 10px 0 0 20px;
    /*margin: 10px 20px 0 20px;*/
    text-align: left;
	}

/* Link more */
.addthis_toolbox .two_column  .more a {
    font-weight:bold;
	padding: 4px 0;
    width: auto;
	}

.addthis_toolbox .two_column .more span {
    display: none; 
	}

/* Spalte links */
.addthis_toolbox .two_column .column1 {
    width: 150px;
    float: left;
	}

/* Spalte rechts */
.addthis_toolbox .two_column .column2 {
    width: 150px;
    float: left;
	}

.addthis_toolbox .two_column .clear {
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
	}
