/*============================================================
	Stylesheet für die Ansicht von General Packing Information

	Datei:	gpi.css
	Datum:	20. 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;
}

span {color: red;}

#ueberschrift {
	text-align: center;
	margin-top: 3%;
	
}

#link_nachoben {text-align: right; width: 700px; margin-top: -50px;}
	
	#link_nachoben a {color : #615d5c;}
	#link_nachoben a:hover, #link_nachoben a:focus {color: #615d5c; background-color: #F5E39E;}

#anzeige { margin: 0 0 0 0; }

.gerade_gpi { list-style-type: none; }

#fussbereich {margin-top: 80px;}