/*
	basic screen-styles for pradaxa
*/

/* @group TAG REDEFINITIONS */
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	outline: none;
	border-style: solid;
}

/* @group clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom: 1; /* Triggering hasLayout in IE7 : THIS IS NOT VALID */
}
* html .clearfix { /* only show to IE */
	height: 1%;
}

body {
	padding: 30px;
	width: 691px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.75em;
	color: #666;
}

.hide {
	display: none!important;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}

input, select, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border: 1px groove #ccc;
	color: #555;
	margin: 3px;
	width: 190px;
}

#header {
	height: 220px;
	background: url('/wcms_pm/aptivus_prod/res/img/aptivus_landing.jpg') no-repeat 0;
	margin-bottom: 5px;
	color:#666;
}


#content #main {
	width: 691px;
}
#content #main h1 {
	width: 215px;
	float: right;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 10px;
	color: #E05206;
}
#content #main h3.tright {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 0 20px;
	margin-bottom: 8px;
}
#content #main div.right {
	float: right;
	width: 280px;	
}

#content #main .singlebox {
	width: 250px;
	height: 66px;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	}
	
.us { background: #fff url('/wcms_pm/aptivus_prod/res/img/us_resident.gif') no-repeat 0; }
.nonus { background:#fff url('/wcms_pm/aptivus_prod/res/img/nonus_resident.gif') no-repeat 0; }#content #main .btn_go {
		width: 140px;
		float: right;
	} 
	#content #main .btn_go a { 
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		color: #E05206;
		line-height: 1em;
		background: transparent url('/wcms_pm/aptivus_prod/res/img/link_greybackground.gif') no-repeat bottom right;
	}#content #main .btn_go a:hover {
		text-decoration: none;
	}
	#content #main .singlebox p {
		clear: right;
		width: 220px;
		float: right;
		font-size: 0.9em;
		text-align: right;
		margin-top: 25px;
	}
	#content #main .singlebox p a {
		color: #E05206;
	}

/* @group footer */
#footer {
	color: #666;
	padding: 25px 0;
	font-size: 0.85em
}
	#footer  li {
		margin-right: 5px;
		display: inline;
	}
		#footer ul a {
			color: #666;
			margin-right: 5px;
		}
			#footer ul a:hover , #footer .right span {
				color: #B71234;
			}	
			#footer .right{
				float: right;
				position: relative;
				width: 270px;
			}
			
			#footer a.com-link {
				display: block;
				width: 80px;
				height: 30px;
				margin: 0 5px 0 185px;
				background: url('/wcms_pm/aptivus_prod/res/img/icons_blank_weiss.jpg') no-repeat -20px -20px;
				text-decoration: none;
			}