/*---------------------------------------------------------------------
  Project:	 	Buero 7
  Media:		screen
  Author: 		Matthias Becker, info@media4content.de
---------------------------------------------------------------------*/

/*------------- Allgemein -------------*/

/* Standardeigenshaften (Schrift, Ausrichtung...) */
html,body,p,div,td,th,h1,h2,h3,li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #4C4B4F;
	font-weight: normal;
}
html,body{
	margin: 0px;
	padding: 0px;
	border:	0px;
}
/* Versteckte Elemente für nicht CSS Browser */
.hidden{
	display:none;
}
.clear{
	clear:both;
}
/* Print */
.print{
	display:none;
}

/*----------- //Inhaltsbereich// -----------*/

p{
	padding:0px;
	margin:0px 0px 1em 0px;
}

a{
	color: #D67900;
}

.starttext{
	display: none;
}

/*----------- //Inhaltsbereich Grau// -----------*/

#grey h1{
	font-size: 16px;
	font-weight: bold;
}

#grey h2{
	font-size: 14px;
	font-weight: bold;
}

#grey h3{
	font-size: 12px;
	font-weight: bold;
	color: #D48625;
	padding:0px;
	margin:4px 4px 0px 0px;
}

#grey p{
	color: #333333;
}

/*----------- //Inhaltsbereich Weiss// -----------*/

#white h1{
	font-size: 16px;
	font-weight: bold;
}

#white h2{
	font-size: 14px;
	font-weight: bold;
}

#white h3{
	font-size: 12px;
	font-weight: bold;
	color: #D48625;
	padding:0px;
	margin:4px 4px 0px 0px;
}

#white p{
	color: #666666;
}

/*----------- //Inhaltsbereich// -----------*/
