/**
 * @author Dietmar Breuninger | br.concept e.K. | Werbeagentur Wallhausen
 * @contact ++49 (0)7955. 3017 | info@brconcept.de
 * @copyright 2009
 */

/* Spam - Bereiche */
.nosee { display:none; }


/* Seite generell */
body {
	 font-family : Verdana, Arial, sans-serif;
	 font-size: 11px;
	 background-image: url(../../images/bgrd.png);
	 background-repeat: repeat;
	 background-color : #ccccff;
	 color : #333333;
	 margin: 0 auto;
	 padding: 0;
	 width: 999px;
	 height: 100%;
	 text-align: center;
}

.container { 
	width: 990px;
	background: #666;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #14007F;
}

#inhalt {
	background-color: #FFF;
	color: #000;
}


