
 
  /**
 * index
 **/
 
 body {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
	background: #ffffff;
	margin-top: 10px;
    color: #606060;
	font-style: normal;
    font-weight: normal; 
    text-align: left;
}

p {
    font-size: 120%;
    color: #474747;
    line-height: 125%;	
}

h1 {
    color: #005e94;
    font-size: 230%;
    margin-right: 45px;
	line-height: 2;

}

h2 {
    color: #474747;
    font-size: 150%;
    border-bottom: 1px dotted gray;
    margin-right: 45px;
}

a {
	color: #005e94;
}

#headstrip {
    background: url('/img/headstrip.jpg') center no-repeat; 
	margin-top: -8px;
	height: 123px; 	
}

#addpwsbookmark {
	margin-top: 20px;
}
	
#content{
}

#footer {
	background: url('/img/footer_bg.png') center top no-repeat;
	margin-top: 20px;
	height: 6px; 
}

#copyright {
	margin-top: 10px; 
	margin-bottom: 20px;
}

.links a {
	font-size: 115%;	
}

.logo {
	margin-top: 26px; 
	margin-bottom: 20px;
}

.safari .logo {
    margin-top: 35px; 
}

.win.ie6 .logo {
    margin-top: 35px; 
}
	

.listintext  {
	font-size: 120%;
	line-height: 1.5;
}

.brandimage {
	margin-left: 40px;
}

.clearing {
	margin-top: 50px;
}


 /**
 * shadowed block. in ie6 is not shown
 **/

.win.ie6 .rcshblock {
    position: absolute;
	background: #ffffff no-repeat;
	z-index: -1;
}
 
.allshb {
	position: relative;
	width: 565px;
	
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
    padding: 10px;
}
 
.rcshblock {
	position: absolute;
	background: url('/img/rcshblock.png') no-repeat;
	z-index: -1;
}

.tl {
	top: -6px;
	bottom: 12px;			
	left: -11px;
	right: 14px;
}

.tr {
	width: 25px;
	top: -6px;
	bottom: 12px;
	right: -11px;
	background-position: top right;
}

		
.bl {
	left: -11px;
	right: 14px;
	bottom: -16px;
	height: 28px;
	background-position: bottom left;
}
		
.br {
	width: 25px;
	height: 28px;
	right: -11px;
	bottom: -16px;
	background-position: bottom right;
}
 
 