@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333333;
	background-color: #99CCFD;
	background-image: url(bilder/himmel.png);
	background-repeat: repeat-x;
    }
	.ddx #menu {
	width: 920px;
	margin: 10px auto;
	padding: 0;
    font-size: 80%;
	
	}
	.ddx #menu ul {
	display: inline;
	padding: 0;
	margin: 0;
	}
	.ddx #menu li {
	display: inline;
	padding: 0 15px 0px 10px;
	margin: 0;
	list-style-type: none;
	}
	.box {
	width: 490px;
	background-image: url(bilder/gris-box.jpg);
	background-position: -60px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	} 
	.ddx #container	#box-menu {
	width: 492px;
	padding: 0px;
	list-style-type: none;
	background-image: url(bilder/box/box-menu.jpg);
	height: 182px;
	margin: 0;
	background-position: top;
	}     
	.ddx #container {
	width: 900px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 10px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	position: relative;
	-webkit-box-shadow: 4px 8px 10px #333;
    -moz-box-shadow: 4px 8px 10px #333;
    box-shadow: 4px 8px 10px #333;
	} 
    .ddx #header {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #FFFFFF;
	background-image: url(bilder/ddx-logo.jpg);
	height: 165px;
	width: 880px;
	margin: 10px;
	position: relative;
	}
	.ddx #header-right {
	margin: 10px;
	padding: 10px;
	position: absolute;
	left: 762px;
	top: 4px;
	}
	.ddx #menu-ddx {
	margin: 10px;
	padding: 10px;
	position: absolute;
	left: 211px;
	top: 111px;
	width: 636px;
	}
	.ddx #home {
	margin: 0px;
	padding: 0px 30px 20px;
	position: absolute;
	left: 767px;
	top: 80px;
	width: 21px;
	height: 26px;
	}
  	.ddx #picture1 {
	background-color: #EBEBEB;
	float: left;
	padding: 0px 15px 15px 15px;
	width: 283px;
	}
    .ddx #mainContent {
	margin: 0px 10px 1px 330px; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div die Randleistenbereiche füllen soll, wenn der Inhalt in den Randleisten endet. */
	padding: 20px 10px;
	}
	.ddx #webgiving {
	width: 850px;
	height: 200px;
	margin-left: 20px;
	}
	
	.ddx .gris {
	width: 315px;
	padding: 10px;
	border: 3px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#CCC;
	}
	
	.ddx #webgiving-info {
	float: left;
	border: 3px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 340px;
	padding: 15px;
	margin-left: 30px;
	margin-top: 30px;
	height: 450px;
	font-size: 12px;
	text-align: center;
	}
.ddx #webgiving-intro {
    border: 3px solid #CCCCCC;
    border-radius: 20px 20px 20px 20px;
    font-size: 12px;
    height: 116px;
    padding: 70px 4px 10px;
    text-align: center;
    width: 250px;
	float: left;
	}
.ddx #appstore {
    float: left;
    border: 3px solid #CCCCCC;
/*    border-radius: 20px 20px 20px 20px;
*/    font-size: 11px;
    height: 328px;
	width: 350px;
    padding: 0 2px;
	margin-left: 4px;
	text-align: center;
	padding-top: 5px;
	}
	
	.ddx #webgiv {
	width: 700px;
	padding: 10px;
	height: 500px;
	position: relative;
	}
	.ddx #webgiv #txt {
	border: 2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	height: 312px;
	width: 250px;
	position: absolute;
	left: 36px;
	top: -417px;
	}
.ddx #container #webgiv #txt p {
	font-size: 12px;
}
	.ddx #webgiv #image {
	border: 2px solid #ccc;
	background-image: url(bilder/webgiving-beispiel.jpg)
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	width: 301px;
	height: 250px;
	position: absolute;
	left: 41px;
	top: -59px;
	}
    .ddx #webgiv #itexte {
	border: 2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 441px;
	padding: 0;
	height: 54px;
	position: absolute;
	left: 375px;
	top: 47px;
	}
.ddx #container #webgiv #itexte p {
	font-size: 12px;
	text-align: center;
}
    .ddx #webgiv #icode {
	border: 2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 442px;
	padding: 0px;
	height:84px;
	overflow: auto;
	position: absolute;
	left: 375px;
	top: 126px;
	}
	.ddx #partner {
	background:#ffffff;
	padding: 10px;
	Text-align: center;
	} 
     .ddx #footer {
	background:#DDDDDD;
	padding: 10px 0px;
	}
	.ddx #mediabox  {
	padding: 10px;
	height: 315px;
	width: 878px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
    }
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
    }
	.list {
	padding: 15px;
	width: 262px;
	display: inline-block;
	margin: 2px;
	height: 105px;
	background-image: url(bilder/list-hg.png);
	background-repeat: repeat-x;
	background-position: bottom;
    }
	.ddx #video  {
	color: #333;
	background-color: #EEE;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 290px;
	border: 1px solid #666;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	}
	.media {
	width: 320px;
	height: 198px;
	margin: 2px;
	display: block;
	border: 1px solid #424242;
	font-size: 10px;
	cursor:pointer;
	position: relative;
	text-align: center;
	top: 8px;
	color: #FFF;
	}
	.mediag {
	border: 1px solid #333;
	width: 180px;
	height: 223px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.mediad {
	border: 1px solid #333;
	width: 180px;
	height: 233px;
	padding: 15px;
	margin: -255px 2px 2px 664px;
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	background-color: #EBEBEB;
	left: -4px;
	top: 295px;
	}
	.step {
	font-size: 70%;
	margin-left: 30px;
	margin-right: 90px;
	padding-bottom: 15px;
    }
	.stepd {
	font-size: 70%;
	margin-left: 25px;
	margin-right: 85px;
    }		
	.videonews {
	padding-top: 10px;
	padding-right: 10px;
	width: 420px;
	margin-left: 10px;
	}
	.cycle-ddx {
	height:  330px;
	width:   530px;
	padding: 0;
	margin: 10px 2px 6px 2px;
	background: #EBEBEB;
	} 
	.cycle-ddx img {
	padding: 15px;
	border:  1px solid #333;
	width:  500px;
	height: 300px;
	top:  0;
	left: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	} 
	.Stil4 {
	font-size: 70%;
	}
	.Stil3 {
	font-size: 80%
	}
	.Stil6 {
	color: #0066FF;
	font-size: 18px;
	}
	.Stil8 {
	color: #333;
	font-size: 14px;
	}
	a:link {
	color: #333;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #333;
	}
	a:hover {
	text-decoration: none;
	color: #fff;
	}
	a:active {
	text-decoration: none;
	color: #ffffff;
	}
	
	
	.ddx #mainContent a:link {
	color: #0099ff;
	text-decoration: underline;
	}
	.ddx #mainContent a:visited {
	text-decoration: underline;
	color: #0099ff;
	}
	.ddx #mainContent a:hover {
	text-decoration: underline;
	color: #0066cc;
	}
	.ddx #mainContent a:active {
	text-decoration: none;
	color: #ffffff;
	}

	.ddx #swisscharity {
	width: 300px;
	float:left;
	margin-top:20px;	
		
	}
	
		
	.ddx #swisscharity a:link {
	color: #0099ff;
	text-decoration: underline;
	}
	.ddx #swisscharity a:visited {
	text-decoration: underline;
	color: #0099ff;
	}
	.ddx #swisscharity a:hover {
	text-decoration: underline;
	color: #0066cc;
	}
	.ddx #swisscharity a:active {
	text-decoration: none;
	color: #ffffff;
	}

	.ddx #webgiving-info a:link {
	color: #0099ff;
	text-decoration: underline;
	}
	.ddx #webgiving-info a:visited {
	text-decoration: underline;
	color: #0099ff;
	}
	.ddx #webgiving-info a:hover {
	text-decoration: underline;
	color: #0066cc;
	}
	.ddx #webgiving-info a:active {
	text-decoration: none;
	color: #ffffff;
	}

	.ddx #webgiving-intro a:link {
	color: #0099ff;
	text-decoration: underline;
	}
	.ddx #webgiving-intro a:visited {
	text-decoration: underline;
	color: #0099ff;
	}
	.ddx #webgiving-intro a:hover {
	text-decoration: underline;
	color: #0066cc;
	}
	.ddx #webgiving-intro a:active {
	text-decoration: none;
	color: #ffffff;
	}

	
[if IE]>

    /* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
    .ddx #mainContent { zoom: 1; }
    /* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */

<![endif]

.ddx #container .listbuttons {
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.ddx #container #box-menu li {
	float: left;
	text-indent: -1000cm;
}
.ddx #container #box-menu li a {
	display: block;
	height: 90px;
	width: 121px;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
}
.ddx #container #box-menu li #a1:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: 0px 182px;
}
.ddx #container #box-menu li #a2:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -123px 182px;
}
.ddx #container #box-menu li #a3:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -246px 182px;
}
.ddx #container #box-menu li #a4:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -369px 182px;
}
.ddx #container #box-menu li #a5:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: 0px bottom;
}
.ddx #container #box-menu li #a6:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -123px bottom;
}
.ddx #container #box-menu li #a7:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -246px bottom;
}
.ddx #container #box-menu li #a8:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: -369px bottom;
}
#box-menu-wrap {
	height: 185px;
	width: 500px;
	margin: 30px 0 0 0;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.simple-box {
	text-align: center;
	padding-bottom: 20px;
}
.ddx #container #mediabox .mediag .petit {
	font-size: 60%;
	font-weight: normal;
	padding-top: 15px;
}

