@charset "utf-8";
/* CSS Document */

#allcontent 
	{
		background-image: url(../images/bk_Mobil.jpg);
		background-repeat: no-repeat;
		height: 1063px;
		clear: both;
		font-family: "Times New Roman", Times, serif;
    font-size:12px;
	}



#rightcol

		{

			float: right;
			width: 385px;
			margin-left: 4px;
			margin-right: 5px;
			padding: 1em;
			padding-top: 0;
			color: #000;
			background: none;
			font-family: "Times New Roman", Times, serif;
      font-size:12px;
			/* For web browsers who care */
			opacity: 1;
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			height: 1027px;
			
		}
		
		#rightcol p {
			margin-bottom: 1px;
			padding: 0 10px;			
			     font-family: "Times New Roman", Times, serif;
      font-size:12px;
		}
		
		html>body #rightcol
		{
			padding-top: 0;
			background: none;
			opacity: 1;
			height: 1051px;
		}
		
		#rightcol h2 {
			font-size:14px;
			padding-left: 10px;
		}

#content
		{
			padding-top: 0;
			margin: 0 400px 0 1em;
			     font-family: "Times New Roman", Times, serif;
      font-size:12px;
		}