/* CSS Document */
/* © 2007 by press+picture, pxlcompany uwe dommer */

body {
	background-image: url(gfx/bg_verlauf.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	}
	
a {
	font-size: 12px;
	color: #333333;
	}
	
a:link {color: #FF3300;}
a:visited {color: #6600FF;}
a:hover {color: #990000;}
a:active {color: #009900;}

#textfield {
	width: 500px;
	height: 300px;
	margin-top: 10%;
	background-image: url(gfx/bg_textfield.gif);
	background-repeat: no-repeat;
	}
	
.headline_grey {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	}
	
.fliesstext_white {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	}


