/* 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 */
.turquoise {

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

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

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

div.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;
	list-style-type: none !important;
	margin-left: auto;
	margin-bottom: 10px; 
}
div.vorteile span {
	font-weight: bold;
}
div.vorteile ul {
	margin-top:10px;
}
div.vorteile ul li {
	font-weight:normal;
	color:#000000;
	list-style-type: none !important;
	padding-left: 0px;
}

#infotext {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 0.8em;
	line-height: 16px;
}

#infotext h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

#infotext h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

#infotext p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#infotext li {
	background: url('http://www.top250tagungshotels.de/assets/img/liGreen.gif') no-repeat scroll 0 5px transparent;
	padding-left: 10px;
}

div.infokasten {
            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;
			padding: 10px;
 }
 
 