/* Online Marketing Solutions AG Call-To-Action Button */

.btn-css {
	/* Box-Schatten */
	-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;
	
	
	/* Textformatierung und Abstände */
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:12px 12px 16px 12px;
}

.link {
	text-decoration:none;
	
	/* IE 6 */
	cursor:pointer;
}

/* Druck-Effekt bei Klick */
.btn-css:active {
	position:relative;
	top:1px;
}

/* Pfeil */
.arrow {
	font-size:20px;
}

/* Abgerundete Ecken und Umrandung (kein IE) */
.rounded {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #ddd;
}

/* Farben */
.orange {

	/* Verlauf Start */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EA610E), color-stop(1, #E97026) );
	background:-moz-linear-gradient( center top, #EA610E 5%, #E97026 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#EA610E', endColorstr='#E97026');
	
	/* Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#E97026;
	
	/* Textfarbe und Text-Schatten */ 
	color:#ffffff;
	text-shadow:1px 1px 0px #454545;
}

/* Verlauf bei Hover */
.orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E97026), color-stop(1, #EA610E) );
	background:-moz-linear-gradient( center top, #E97026 5%, #EA610E 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#E97026', endColorstr='#EA610E');
	
	/* Wechsel der Hintergrundfarbe (alternativ für ältere Browser) */
	background-color:#EA610E;
}

#infotext p.center_btn {width:100%;text-align:center;display:block;margin:0px;}

#infotext ul.vorteile {
            padding:10px 20px;
            background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F4F4F4), color-stop(1, #DAD9D9) );
            background:-moz-linear-gradient( center top, #F4F4F4 5%, #DAD9D9 100% );
            filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F4F4F4', endColorstr='#DAD9D9');
            -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
            width:270px;
            margin:0px auto;
}
#infotext ul.vorteile li {
            font-weight:bold;
            list-style-type:none;
            color:#000000;
            /* padding:0px; */
            padding-left:20px;
}
#infotext ul.vorteile ul {
            margin-top:10px;
            padding-left:20px;
}
#infotext ul.vorteile li li {
            font-weight:normal;
            list-style-image: url('http://www.wohnblock.com/pfeil_orange.gif');
            color:#000000;
            padding-left:20px;
}
