@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;
    }
	.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 #box-menu li #a1:hover {
	background-image: url(bilder/box/box-menu.jpg);
	background-position: 0px 182px;
}
	.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/header-A.jpg);
	height: 145px;
	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 #sound {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -10px;
	top: 142px;
	width: 254px;
	height: 22px;
	}       
  	.ddx #picture1 {
	background-color: #EBEBEB;
	float: left;
	padding: 0px 15px 15px 15px;
	margin-top: 30px;
	width: 283px;
	}
    .ddx #mainContent {
	margin: 20px 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 #news {
	background-color: #EBEBEB;
	margin: 0px 1px 10px 0px;
	}
	.ddx #partner {
	background:#ffffff;
	padding: 10px 160px;
	margin: 30px 0px 0px 0px;
	} 
     .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: 103px;
	height: 198px;
	margin: 2px;
	display: block;
	border: 1px solid #424242;
	font-size: 10px;
	cursor:pointer;
	position: relative;
	text-align: center;
	top: 8px;
	color: #FFF;
	background-image: url(bilder/gris3.png);
	}
	.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: 223px;
	padding: 15px;
	margin: -255px 2px 2px 664px;
	position: absolute;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-border-radius: 8px;
	background-color: #EBEBEB;
	}
	.step {
	font-size: 70%;
	margin-left: 30px;
	margin-right: 90px;
	padding-bottom: 15px;
    }
	.stepd {
	font-size: 70%;
	margin-left: 25px;
	margin-right: 85px;
    }		
	#trio {
	height: 74px;
	width: 264px;
	padding: 9px;
	margin: 0;
	background-image: url(bilder/trio-bg.png);
	}
	.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: #0066FF;
	font-size: 14px;
	}
	a:link {
	color: #333333;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #333333;
	}
	a:hover {
	text-decoration: underline;
	color: #333333;
	}
	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 #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: 0px;
	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;
}
