Element {
}
body {
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	color: #666;
	width: 100%;
	height: 100%;
}
	
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}
#header {
    display: block;
    position: relative;
    height: 40px;
	top:0px;
    clear: both;
    width: 1044px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px;
    z-index: 10;
	-webkit-box-shadow: -1px 10px 5px 1px rgba(128,128,128,0.35);
	-moz-box-shadow: -1px 10px 5px 1px rgba(128,128,128,0.35);
	box-shadow: -1px 10px 5px 1px rgba(128,128,128,0.35);
}
.full-height {
    height: auto;
    min-height: 100%;
}
.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}
.Main-Tab-pos{
    display: block;
    position: relative;
	top:10px;
    clear: both;
	width:1044px;
	min-height:100%;
	vertical-align:top;
}
#headline {
    left: 0px;
    Top: 0px;
    height: 50px;
    background: #E0E0E0;
	width: 1044px;
	isplay: block;
    position: relative;
}
#userbuttons{
	width:150px;
	right:70px;
	position:absolute;
	top:5px;
}
.myButton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}
.dap_text_box
{
background:#F3F2ED;
color:#6A706F;
border:1px solid #CFC7C7;
border-radius:2px ;
font-family:Arial, Helvetica, sans-serif;
font-size:18px ;
height: 35px ;
line-height:20px ;
padding: 8px ;
box-shadow: 0px 14px 15px #DCDCDC;
-webkit-box-shadow: 0px 14px 15px #DCDCDC;
-moz-box-shadow: 0px 14px 15px #DCDCDC;
}

.erfassenbutton {
  font-family: arial;
  font-weight: bold;
  color: #14396A !important;
  font-size: 14px;
  box-shadow: 0px 1px 1px #BEE2F9;
  padding: 6px 6px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #0AC4C4;
  background: #26EE62;
  background: linear-gradient(top,  #29D958,  #D1FFD1);
  background: -ms-linear-gradient(top,  #29D958,  #D1FFD1);
  background: -webkit-gradient(linear, left top, left bottom, from(#29D958), to(#D1FFD1));
  background: -moz-linear-gradient(top,  #29D958,  #D1FFD1);
}
.erfassenbutton:hover {
  color: #14396A !important;

  background: #468CCF;
  background: linear-gradient(top,  #C0F0C3,  #6BEE6B);
  background: -ms-linear-gradient(top,  #C0F0C3,  #6BEE6B);
  background: -webkit-gradient(linear, left top, left bottom, from(#C0F0C3), to(#6BEE6B));
  background: -moz-linear-gradient(top,  #C0F0C3,  #6BEE6B);
  cursor:pointer;
}
.bodyborder{
	background-color:#FFF;
	border:1px solid #A8CEFD; 
	height:1120px;
	margin-top:0px;
}

.textbox_suche
{
background:#EAEEF2;
color:#999999;
border:1px solid #B3C1C9;
border-radius:2px ;
font-size:14px ;
height: 20px ;
line-height:20px ;
width: 80px ;
padding: 4px ;
box-shadow: 0px 0px 8px #DCDCDC;
-webkit-box-shadow: 0px 0px 8px #DCDCDC;
-moz-box-shadow: 0px 0px 8px #DCDCDC;
}
.textbox_zusatzsuche {background:#EAEEF2;
color:#333;
border:1px solid #B3C1C9;
border-radius:2px ;
font-size:12px ;
height: 20px ;
line-height:20px ;
width: 80px ;
padding: 0px ;
box-shadow: 0px 0px 8px #DCDCDC;
-webkit-box-shadow: 0px 0px 8px #DCDCDC;
-moz-box-shadow: 0px 0px 8px #DCDCDC;
}
.textbox_zusatzsuche:hover{
	border:1px solid #F90;
}
.textbox_zusatzsuche_Kanton {background:#EAEEF2;
color:#333;
border:1px solid #B3C1C9;
border-radius:2px ;
font-size:14px ;
height: 20px ;
line-height:20px ;
width: 200px ;
padding: 0px ;
box-shadow: 0px 0px 8px #DCDCDC;
-webkit-box-shadow: 0px 0px 8px #DCDCDC;
-moz-box-shadow: 0px 0px 8px #DCDCDC;
}
.textbox_zusatzsuche_Kanton:hover{
	border:1px solid #F90;
}
.lblshowhidesearch{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#663;
	position:relative;
	left:819px;
	top:-20px;
}
a:link {
	color: #09C;
}
a:visited {
	color: #696;
}
a:hover {
	color: #9B9B00;
}
a:active {
	color: #03F;
}
.NavLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.background{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255, 255, 255)),
	color-stop(1, rgb(218, 236, 240))
);
border-radius: 8px;
border:thin solid;
border-color:#CAD3FF;
background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(218, 236, 240) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(218, 236, 240) 100%);
}
.background-message{
border-radius: 8px;
border:thin solid;
border-color:#EBEBEB;
}
.background_Rubrik{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(240, 250, 255)),
	color-stop(1, rgb(218, 236, 240))
);
background-image: -o-linear-gradient(bottom, rgb(240, 250, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -moz-linear-gradient(bottom, rgb(240, 250, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(240, 250, 255) 0%, rgb(218, 236, 240) 100%);
background-image: -ms-linear-gradient(bottom, rgb(240, 250, 255) 0%, rgb(218, 236, 240) 100%);
background-image: linear-gradient(to bottom, rgb(240, 250, 255) 0%, rgb(218, 236, 240) 100%);
}
.SubTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#F90;
}
.SubTitel_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#999;
}
.labels_13_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 20px ;
	line-height:20px ;
	padding: 4px ;
	width:auto;
}
.labels_12_bold_AutoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px ;
	line-height:20px ;
	padding: 4px ;
	width:auto;
}
.labels_13_bold_AutoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 35px ;
	line-height:20px ;
	padding: 8px ;
	width:auto;
}
.labels_16_bold_AutoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 20px ;
	line-height:20px ;
	padding-bottom: 8px ;
	padding-top: 8px ;
	width:auto;
}
.labels_24_bold_AutoWidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#09F;
	height: 35px ;
	line-height:20px ;
	padding-bottom: 10px ;
	padding-top: 10px ;
	width:auto;
}
.labels_13_bold_short {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 35px ;
	line-height:20px ;
	padding: 8px ;
	width:250px;
}
.inputtextbox{
	background:#F3F2ED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	padding: 2px ;
	width:200px;
}
.input_plz_textbox{
	background:#F3F2ED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	padding: 2px ;
	width:40px;
}
.input_Ort_textbox{
	background:#F3F2ED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	padding: 2px ;
	width:140px;
}
.input_Anzahl_textbox{
	background:#F3F2ED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	padding: 2px ;
	text-align:center;
}
.input_Status_textbox{
	background:#E3E1D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	padding: 2px ;
	border: 0;
	-webkit-appearance: none;  
	   -moz-appearance: none; 
 	    -ms-appearance: none;
		 -o-appearance: none;
		    appearance: none;
	background: #E1EDFF url(../Images/Arrow-Down.gif) no-repeat 90% center; 
	box-shadow: inset 0 0 2px rgba(000,000,000, 0.5);
	border-radius: 15px;
}


select::-ms-expand{
    display: none;
}

.input_kategorie_dropdown{
	background:#E3E1D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px ;
	color:#6A706F;
	border:1px solid #88BEF4;
	border-radius:2px ;
	height: 25px ;
	line-height:20px ;
	width:250px;
	border: 0;
	-webkit-appearance: none;  
	-moz-appearance: none; 
	background: #E1EDFF url(../Images/Arrow-Down.gif) no-repeat 98% center; 
	box-shadow: inset 0 0 2px rgba(000,000,000, 0.5);
	border-radius: 15px;
}
.input_Status_Checkbox{
	background:#E3E1D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px ;
	color:#6A706F;
	border:1px solid #CFC7C7;
	border-radius:2px ;
	line-height:20px ;
	padding: 2px ;
	border: 0;
	-webkit-appearance: none;  
	-moz-appearance: none; 
	box-shadow: inset 0 0 2px rgba(000,000,000, 0.5);
}
.hub-my-account .box {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
}
.box {
    border-radius: 4px;
    background-color: #EAEAEA;
	border:thin solid;
	border-color:#999;
}

.Text_Normal_13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.Text_Normal_13px_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
.Text_Normal_Bold_13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
.Text_Normal_Bold_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.Text_Normal_11px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Text_Normal_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Text_Normal_Bold_Hover_13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight:bold;
}
.Text_Normal_Bold_Hover_13px:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	font-weight:bold;
}
.Text_Normal_10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
/* .roundedOne */
.chkTitelsuche {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 2px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkTitelsuche label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.chkTitelsuche label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #FFF 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkTitelsuche label:hover::after {
  opacity: 0.3;
}
.chkTitelsuche input[type=checkbox] {
  visibility: hidden;
}
.chkTitelsuche input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .roundedOne */

/* .roundedTwo */
.chkCurrentDay {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 2px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkCurrentDay label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.chkCurrentDay label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #FFF 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkCurrentDay label:hover::after {
  opacity: 0.3;
}
.chkCurrentDay input[type=checkbox] {
  visibility: hidden;
}
.chkCurrentDay input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .roundedTwo */

/* .roundedTwo */
.chkGratis {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 2px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkGratis label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
  background: linear-gradient(to bottom, #FFF 0%, #FFF 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.chkGratis label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #27ae60;
  background: -webkit-linear-gradient(top, #27ae60 0%, #FFF 100%);
  background: linear-gradient(to bottom, #27ae60 0%, #145b32 100%);
  opacity: 0;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.chkGratis label:hover::after {
  opacity: 0.3;
}
.chkGratis input[type=checkbox] {
  visibility: hidden;
}
.chkGratis input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* end .roundedTwo */

hr {
  background: #ddd;
  clear: both;
  float: none;
  width: 100%;
  background-color:#D2DCFF;
  height: 1px;
  margin: 10 0 1.4em;
  border: none;
}

.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle
.btn-success{color:#fff;background-color:#449d44;border-color:#398439;}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle
.btn-success{background-image:none;}
.btn-success.disabled,
.btn-success[disabled]
,fieldset[disabled] 
.btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,fieldset[disabled] 
.btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,fieldset[disabled] 
.btn-success:focus,.btn-success.disabled:active,
.btn-success[disabled]:active,fieldset[disabled] 
.btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled]
.active,fieldset[disabled] 
.btn-success.active{background-color:#5cb85c;border-color:#4cae4c;}

.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle
.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512;}
.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle
.btn-warning{background-image:none;}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] 
.btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,
.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] 
.btn-warning.active{background-color:#f0ad4e;border-color:#eea236;}
.btn-warning .badge{color:#f0ad4e;background-color:#fff;}

.Konto_Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #660;
}
.Normal_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.button1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#a9acaf));
    background: -moz-linear-gradient(top, #f2f5fa, #a9acaf);
    background: linear-gradient(to bottom, #f2f5fa, #a9acaf);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #a3a3a3 7px 6px 14px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.button1:hover,
.button1:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.button1:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #a9acaf, #a9acaf);
    background: linear-gradient(to bottom, #a9acaf, #a9acaf);
}
.button1:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/Compose.ico) no-repeat left center transparent;
    background-size: 70% 70%;
}

.btnDelete {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#a9acaf));
    background: -moz-linear-gradient(top, #f2f5fa, #a9acaf);
    background: linear-gradient(to bottom, #f2f5fa, #a9acaf);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #a3a3a3 7px 6px 14px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.btnDelete:hover,
.btnDelete:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.btnDelete:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #a9acaf, #a9acaf);
    background: linear-gradient(to bottom, #a9acaf, #a9acaf);
}
.btnDelete:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/Delete2.ico) no-repeat left center transparent;
    background-size: 70% 70%;
}



.btnPromote {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#a9acaf));
    background: -moz-linear-gradient(top, #f2f5fa, #a9acaf);
    background: linear-gradient(to bottom, #f2f5fa, #a9acaf);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #a3a3a3 7px 6px 14px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.btnPromote:hover,
.btnPromote:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.btnPromote:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #a9acaf, #a9acaf);
    background: linear-gradient(to bottom, #a9acaf, #a9acaf);
}
.btnPromote:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/line_chart.ico) no-repeat left center transparent;
    background-size: 70% 70%;
}
.submitbutton {
	-moz-box-shadow:inset 0px 1px 12px -8px #d4cdc3;
	-webkit-box-shadow:inset 0px 1px 12px -8px #d4cdc3;
	box-shadow:inset 0px 1px 12px -8px #d4cdc3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #70b572), color-stop(1, #0f9613) );
	background:-moz-linear-gradient( center top, #70b572 5%, #0f9613 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b572', endColorstr='#0f9613');
	background-color:#70b572;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #2c5c22;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:32px;
	line-height:32px;
	width:82px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.submitbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0f9613), color-stop(1, #70b572) );
	background:-moz-linear-gradient( center top, #0f9613 5%, #70b572 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9613', endColorstr='#70b572');
	background-color:#0f9613;
}.submitbutton:active {
	position:relative;
	top:1px;
}

/*	Schaltflächen für Inserate-Detailansicht */
.merken {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#EFF0F1));
    background: -moz-linear-gradient(top, #f2f5fa, #EFF0F1);
    background: linear-gradient(to bottom, #f2f5fa, #EFF0F1);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #D4D4D4 3px 3px 7px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.merken:hover,
.merken:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.merken:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #EBECED, #E7EBFA);
    background: linear-gradient(to bottom, #EBECED, #E7EBFA);
}
.merken:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/star.png) no-repeat left center transparent;
    background-size: 70% 70%;
}

/*Print Button*/
.print {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#EFF0F1));
    background: -moz-linear-gradient(top, #f2f5fa, #EFF0F1);
    background: linear-gradient(to bottom, #f2f5fa, #EFF0F1);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #D4D4D4 3px 3px 7px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.print:hover,
.print:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.print:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #EBECED, #E7EBFA);
    background: linear-gradient(to bottom, #EBECED, #E7EBFA);
}
.print:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/print.png) no-repeat left center transparent;
    background-size: 70% 70%;
}

/*Empfehlen*/
.empfehlen {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
    border: 1px solid #a9acaf;
    border-radius: 8px;
    background: #f2f5fa;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fa), to(#EFF0F1));
    background: -moz-linear-gradient(top, #f2f5fa, #EFF0F1);
    background: linear-gradient(to bottom, #f2f5fa, #EFF0F1);
    -webkit-box-shadow: #a3a3a3 7px 6px 14px 0px;
    -moz-box-shadow: #a3a3a3 7px 6px 14px 0px;
    box-shadow: #D4D4D4 3px 3px 7px 0px;
    text-shadow: #ffffff 1px 1px 1px;
    font: normal normal bold 12px arial;
    color: #111111;
    text-decoration: none;
	margin-bottom:10px;
	cursor:pointer;
}
.empfehlen:hover,
.empfehlen:focus {
    border: 1px solid #f2f5fa;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbced2));
    background: -moz-linear-gradient(top, #ffffff, #cbced2);
    background: linear-gradient(to bottom, #ffffff, #cbced2);
    color: #111111;
    text-decoration: none;
}
.empfehlen:active {
    background: #a9acaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#a9acaf), to(#a9acaf));
    background: -moz-linear-gradient(top, #EBECED, #E7EBFA);
    background: linear-gradient(to bottom, #EBECED, #E7EBFA);
}
.empfehlen:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/mail.png) no-repeat left center transparent;
    background-size: 70% 70%;
}

/* Scroll DIV */
.Beschreibung{
    overflow: auto;
    overflow-y: scroll;
    max-width:500px;
    max-height:400px;
}
.transparent {
  background:#FFF;
  background:rgba(255,255,255,0.1);
}
