/*============================================================
	Stylesheet für die Ansicht von drucktechniken
	
	Datei:	druck.css
	Datum:	27. März 2008
	Autor:	Tobias Bathcke
=============================================================*/

/*==============================================
	"body" Styles
==============================================*/

body { 
	color: #615d5c; /* Schriftfarbe */
	background-color: #fdebc9; /* Hintergrundfarbe */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small; 
}

/*=============================================
	Hyperlinks
==============================================*/

a { 
	text-decoration: none; 
	outline: none;
}
	
a:hover, a:focus { /* Farbe beim drüberfahren mit dem Mauszeiger */
	border: 1px solid #ffffff; 
	background-color: #ffffff;
	color: red;	
}
	
a:active { background-color: #ffffff; }

/*============================================
	Textbereich
=============================================*/

#wrapper {
	width: 900px;
	margin: auto;
}

#ueberschrift {
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 8%;
}

#druck_marketingtext {width: 650px; margin-left: 180px;}

#drucktechniken {width: 650px; margin-left: 180px;}

#tampondruck_ueberschrift {
	font-size: 140%;
	text-align: left;
}

#tampondruck_text {
	text-align: left;
}

#siebdruck_ueberschrift {
	font-size: 140%;
	text-align: right;
}

#siebdruck_text {
	text-align: right;
}

#fussbereich {margin-top: 50px;}
