@charset "UTF-8";

/*----------------------------------------------------------------------------*/
/* Basics */
/*----------------------------------------------------------------------------*/

html, body {
	width: 100%;
	height: 100%;
}

body, p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif ! important;
	font-size: 11px;
	line-height: 22px;
	color:#232124;
	letter-spacing:1.5px;
	text-align: left;
}

body div {
	text-align:left;
}

* {
	margin: 0; padding: 0;
	border: 0;
	text-decoration: none;
	outline: none; /*Gecko based Browsers*/
	-moz-outline-width: 0; /*Mozilla based Browsers*/
	-moz-inline: 0; /*Mozilla based Browsers*/
	}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; 
	border-spacing: 0; 
	}
	
caption, th, td { 
	font-weight: normal; 
	}
	
table, td, th { 
	vertical-align: top; 
 	text-align:left;
	}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
	}
		
blockquote, q { 
	quotes: "" ""; 
	}
	
img {
 	border:0px;
	z-index:10;
	}

a  {
	cursor:pointer;
}

/*----------------------------------------------------------------------------*/
/* Typography */
/*----------------------------------------------------------------------------*/

p {
	margin: 0px 0px 12px 130px;
	}

a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #b8001f;
	-moz-outline-width: 0;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#cf3a30;
	-moz-outline-width: 0;
}
	

/*----------------------------------------------------------------------------*/
/* Images */
/*----------------------------------------------------------------------------*/

img {
	border: none;
}

#logo{
	position:fixed;
	top: 20px;
	width:188px;
	height:145px;
	z-index: 98;
} 

#rammler{
	position:fixed;
	top: 150px;
	left 0px;
	width:368px;
	height:15px;
	z-index: 99;
} 
	

#bgImg{ 
	margin:0px;
	padding:0px;
	position:fixed;
	top: 20px;
	left: 188px;
	border: 0;
	width: 95%;
	min-width:700px;
	z-index: 0;
} 
	
#bgImg{
	height:145px !important;
	width:expression
		(document.body.clientWidth 
		< 800? "700px": "95%");
}


/*----------------------------------------------------------------------------*/
/* Tables */
/*----------------------------------------------------------------------------*/

table,tr,td {
	padding:0px;
	border-collapse: true;
	border:none;
	height:auto;
	width:auto;
    text-align: left;
	vertical-align: top;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------*/
/* Content Box  */
/*----------------------------------------------------------------------------*/

div#contentBox {
	position:absolute;
	top: 170px;
	width:100% !important;
	min-width:800px;
	height:auto;
	text-align:left;
	z-index:99;
}
	
div#contentBox{
	width:expression
		(document.body.clientWidth 
		< 800? "800px": "100%");
}