html,body
	{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #505367;
	background-color: #292929;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	
	#container
	{
		position:relative;
		margin:0 auto;
		width: 980px;
		height: 100%;
		min-height:100%;
		height:auto;
		background-image:url(../treiber-studio/images/de/container_bg.jpg);
		
	}
	
	#header
	{
		margin:0 auto;
		width:946px;
		height: 139px;
		background-image:url(../treiber-studio/images/de/logo_header.jpg);
	}
	
	#menue
	{
		margin:0 auto;
		width:946px;
		height: 30px;
		background-image:url(../treiber-studio/images/de/menu/mnu_bg.gif);
		background-repeat: repeat-x;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #9f9f9f;
		border-bottom-color: #9f9f9f;
	}
	
	#contents
	{
		margin:0 auto;
		width:946px;
	}
	
	#footer
	{
		margin:0 auto;
		width:946px;
		height: 15px;
		color:#CCC;
		background-color:#424242;
		

	}
	#footer .center
	{
		margin:0 auto;
		color:#CCC;
		text-align:center;
	}
		.spacer
	{
		clear:both;
		position:relative;
		height:10px;
	}
	
	#grid
	{
		position:relative;
		width:879px;
		margin-top:15px;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	#grid .header
	{
		width:879px;
		height:10px;
		background-image:url(../treiber-studio/images/de/grid_header_bg.jpg);
		background-repeat:no-repeat;
		background-position: center top;
		
	}
	#grid .content
	{
		margin:0 auto;
		width:879px;
		height:100%;
		background-color:#9f9f9f;
	}
	#grid .footer
	{
		width:879px;
		height:10px;
		background-color:#9f9f9f;
		background-image:url(../treiber-studio/images/de/grid_footer_bg.jpg);
		background-repeat:no-repeat;
		background-position: center bottom;
	}

a:link
{	
	text-decoration: underline;
	color:	#000000;
}	
		
a:visited
{	
	text-decoration: underline;
	color:	#000000;
}	
		
a:active
{	
	text-decoration: underline;
	color: #000000;
}	
		
a:hover
{
	text-decoration: underline;
	color:	#77B900;

}
.ellipsis { margin-right:-10000px; }