@charset "UTF-8";
/* CSS Document */


body	{
/*	background: url(../../images/background.jpg) repeat-x;*/
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	
}

h1	{
	font-size:14px;

}

h2	{

}

h3	{

}


/* Seitenrahmen */

.site	{
	position:absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;	
}

/* Topbereich */

.top	{
	border-bottom: 1px solid #595959;
	width: 1200px;
	height: 100px;
	float:left;
}

.logo img, .logo-intranet img	{
	padding: 30px 0px 0px 0px;
	text-decoration:none;
	border:none;
	width: 289px;
	height: 64px;
	float:left;
}





