﻿/* ************************** TYPO ****************************
*****************************************************************/

#wrapper_boxen{
	width: 1050px;
	margin-left: 50px;
	margin-top: 50px;
}


#box1 {
	float: left;
	margin-left: 50px;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	text-align: center;
    top: 100px;
    left: 100px;
    width: 250px;
    height: 150px;
    border: 1px solid #8789ff;
    margin-bottom: 20px;

/** Dieser Teil sogt für runde Ecken der Box **/ 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

/** Dieser Teil ist das Farbdesign der Boxen **/ 
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,215,50,1) 0%, rgba(249,235,172,1) 0%, rgba(249,235,172,1) 14%, rgba(255,255,255,1) 14%, rgba(255,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,215,50,1)), color-stop(0%,rgba(249,235,172,1)), color-stop(14%,rgba(249,235,172,1)), color-stop(14%,rgba(255,255,255,1)), color-stop(100%,rgba(255,249,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,215,50,1) 0%,rgba(249,235,172,1) 0%,rgba(249,235,172,1) 14%,rgba(255,255,255,1) 14%,rgba(255,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,215,50,1) 0%,rgba(249,235,172,1) 0%,rgba(249,235,172,1) 14%,rgba(255,255,255,1) 14%,rgba(255,249,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,215,50,1) 0%,rgba(249,235,172,1) 0%,rgba(249,235,172,1) 14%,rgba(255,255,255,1) 14%,rgba(255,249,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,215,50,1) 0%,rgba(249,235,172,1) 0%,rgba(249,235,172,1) 14%,rgba(255,255,255,1) 14%,rgba(255,249,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fff9f9',GradientType=0 ); /* IE6-9 */
}