
/*
 * Reset
 */
.content, .content img, .content div, .content h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*
    font-size: 100%;
    vertical-align: baseline;
	*/
	background: transparent;
	text-align: left
}

.content { position: relative; height: 380px; width: 1300px; }

.content ul {
	list-style-position: outside;
	list-style-type: none;
}

.content img {
	position: absolute;
	left: 0;
	top: 0;
}

/*
 * Überschrift
 */

.content h1 {
	position: absolute;
	top: 50px;
	left: 385px;
}

.t2 h1 {
	top: auto;
	bottom: 0px;
	left: 235px;
}

.t3 h1 {
	position: relative;
	left:0;
	top: 10px;
}

.t4 h1 {
	top: 0;
	left: 125px;
}


/*
 * Content-Content
 */

.content .contentcontent {
	position: absolute;
	width: 250px;
	top: 95px;
	left: 404px;
}

.t2 .contentcontent {
	width: 400px;
	top: 50px;
	left: 230px;
}

.t3 .contentcontent {	
	top: 225px;
	left: 32px;
}

.t4 .contentcontent {	
	width: 300px;
	top: 45px;
	left: 125px;
}

div.cccontent { padding: 0 0 0 18px; margin: 0; }


/*
 * Bild links
 */
.content img.bildlinks {
}

/*
 * Bild rechts
 */

.t1 img.bildrechts {
	left: 675px;
	top: 100px;
}

.t2 img.bildrechts {
	left: 650px;
	top: 100px;
}

.t3 img.bildrechts {
	left: 410px;
}

.t4 img.bildrechts {
	left: 455px;
}


