

/* --- Stylesheet 3 () --------- */ 

#body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fdc;
	font-size: 15px;
	line-height: 125%;
	font-family: Arial;
}

#page {
	background-image: url(http://s2.tramino.de/filmgipfel/39786/trash3.png);
	background-repeat: no-repeat;
	background-color: #C40006;
}

#body a {
	color: #fff;
	text-decoration: none;
}

#body a:hover {
	color: #000;
	background-color: #fff;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
}

#inhalt {
	margin: 0px 20px 50px 280px;
}

#TraminoArtikel h1 {
	font-size: 35px;
	line-height: 120%;
	font-weight: 100;
	color: #fff;
}

#inhalt h2 {
	font-size: 20px;
	line-height: 120%;
	color: #fff;
}

.TraminoVorlage {
	margin-top: 40px;
}

#inhalt .TraminoTextile h3 {
	font-size: 16px;
	line-height: 120%;
	color: #fff;
}

#TraminoArtikel .Files .Bild {
	margin-bottom: 20px;
}


#inhalt a {
	border-bottom: 1px dotted #eee;
}

#inhalt table {
	border: 1px solid #000;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

#inhalt table tr {
	margin: 0px;
	padding: 0px;
}

#inhalt table td {
	margin: 0px;
	padding: 5px 20px 5px 5px;
	border: 1px solid #000;
	border: 0px solid #000;
	vertical-align: top;
}

@media print {
	#body {
		color: #000;
		background-color: #fff;
	}
	#page {
		background-color: #fff;
	}
	#inhalt {
		margin: 0px 20px 40px 20px;
	}
}