
/*
zielosko.net|Media
StyleSheet www.fischfeinkostbeyse.de
*/

/* STANDARD-STYLE */
body, p{
	Color : #000080;
	Font-Family : Arial, Helvetica;
	Background-Color : #eeeeff;
	}

/* LINK UEBERFAHREN */
A:hover{
	Background-Color : #FFFFFF;
	border : inset 1px #162050;
	Color : #1100ff;
	Outline-Width : thick;
	Text-Decoration : overline;
	}

/* BUTTON */
.but{
	Color : #000060;
	Font-Family : Verdana;
	Font-Size : 15pt;
	text-align: center;
	padding-top: 10px;
	width : 160px;
	height : 40px;
	position : absolute;
	background : #2e43a7;
	border : outset 1px #162050;
	}

/* BUTTON UEBERFAHREN */
.but a:hover{
	Background-Color : #FFFFFF;
	border : inset 1px #162050;
	}

/* TEXTFELDER */
.textfeld{
	margin-left : 0px;
	background : #677ad6;
	border : groove 2px white;
	}