/*
* Etwas Neues Entsteht
* noflash.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Oktober 2008
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

img, fieldset { border: 0; }

a { color: #999; text-decoration: underline; }
a:hover { color: #00a0ff; }




/*
* STRUCTURE
*
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #999;
	text-align: center;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	width: 440px;
	height: 210px;
	margin: 200px auto;
	text-align: left;
	}

#containerHeader {
	height: 60px;
	border-bottom: 1px solid #999;
	}

#containerBottom {
	height: 41px;
	background-image: url(../../files/static/images/gif/htg_contBottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 11px 0 0 20px;
	}
	

/*
* General Content Styles
*
*/
#containerCenter p {
	font-size: 11px;
	line-height: 18px;
	}
	
.textBox {
	padding: 17px 9px 17px 9px;
	}
