body {
    background-color: #eff4f7;
    margin: 0;
    padding: 0;
    color: #847970;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

img {
    border: 0;
}

div#header-abstop {
    width: 990px;
    height: 48px;
    background-image: url('../img/header-abstop-bg.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #eff4f7;
    display: table-cell;
    vertical-align: bottom;
}

div#container {
    width: 990px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #ffffff;
}

div#header {
    width: 990px;
    height: 180px;
	background-color: #FFF;
}

div#header-logo {
    width: 451px;
    height: 145px;
    padding-left: 44px;
    padding-top: 35px;
    float: left;
}

div#header-placeholder {
    width: 490px;
    height: 80px;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    float: left;
    font-size: 9pt;
    overflow: visible;
}

.mainmenu {
    margin: 0;
    width: 920px;
    height: 44px;
    text-align: left;
    background-image: url('../img/mainmenu-bg.png');
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
}

.mainmenu li {
    list-style: none;
    float: left;
    height: 44px;
    border-left: 1px solid white;
    line-height: 44px;
}

.mainmenu li a {
    font-size: 11pt;
    text-decoration: none;
    color: #847970;
    display: block;
    height: 43px;
    padding-left: 33px;
    padding-right: 33px;
}

.mainmenu li a:hover {
    color: black;
}

.kadoborder {
	
	border:1px dotted #EEE;
}

.kadoborder:hover {
	
	border: 1px dashed #F39;

}

.mainmenu #mainmenu-account {
    display: block;
    margin-top: 10px;
    border: 0;
    width: 284px;
    height: 35px;
    background: url("../img/mainmenu-account.png") 0 0 no-repeat;
    padding-left: 0;
    padding-right: 0;
    margin-left: 55px;
}

.mainmenu #mainmenu-account:hover {
    background-position: -284px 0px;
    height: 35px;
}

div#header-menu {
    height: 46px;
    border-bottom: 1px solid #e6eef3;
    margin-left: 15px;
    margin-right: 15px;
}

div.header-profile-image {
    float: left;
    width: 94px;
}

div.header-profile-text {
    float: left;
    width: 145px;
    margin-left: 5px;
}

div.header-profile-text p {
    margin-top: 0;
}

div#content {
	background: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 25px;
}

div#col1 {
    width: 220px;
    float: left;
}

div#col2 {
    float: left;
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
}

div#col2wide {
    float: right;
    width: 725px;
    margin-left: 10px;
    margin-right: 0px;
}

div#col3 {
    width: 220px;
    float: left;
}

div#footer {
    height: 182px;
    width: 100%;
    background-image: url('../img/footer-bg.png');
    background-position: 25px -38px;
}

div#footer-container {
    width: 1249px;
    height: 182px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url('../img/footer-center-bg.png');
    background-repeat: no-repeat;
    background-position: 0px -1px;
}

td.footer-profile-img img {
border: 5px solid #eff4f7;
}


div#footer-logo {
    float: right;
    margin-right: 130px;
}

div.block-header {
    width: inherit;
    height: 35px;
    background-image: url('../img/block-header-bg.png');
    background-repeat: repeat-x;
}

div.block-header-orange {
    width: inherit;
    height: 35px;
	color: white;
	font-weight: bold;
    background-image: url('../img/block-header-bg2.png');
    background-repeat: repeat-x;
}

div.block-header-pink {
    width: inherit;
    height: 35px;
    background-image: url('../img/block-header-pink-bg.png');
    background-repeat: repeat-x;
}

div.block-content {
    width: inherit;
    padding-top: 10px;
    margin-bottom: 10px;
}

div.block-bg {
    background-color: #eff4f7;
}

div.block-bg-orange {
    background-color: #ff511d;
	color: white;
}

div.block-bg-pink {
    background-color: #f4f3f4;
    border: 1px solid #f4f3f4;
}

div.block-bgimg-pink {
    background-color: #f4f3f4;
	width: 218px;
    background-image: url('../img/block-content-pink-bg.png');
    background-repeat: repeat-x;
    border: 1px solid #f4f3f4;
}

div.block-header p {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

div.block-header-orange p {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

div.block-content p {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.block-content h3 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.block-top5-blog-profile {
    float: left;
    margin-left: 10px;
    width: 58px;
}

div.block-top5-blog-content {
    float: left;
    width: 145px;
    text-align: left;
    overflow: visible;
}

div.block-top5-nr {
    position: absolute;
    font-size: larger;
    font-weight: bold;
    margin-left: 10px;
}

div.div-center {
    text-align: center;
}

div.div-middle {
    vertical-align: middle;
    display: table-cell;
}

div.less-margin-top {
    margin-top: -9px;
}

div.header-abstop-menu {
    float: left;
    width: 50px;
    padding-bottom: 5px;
}

div.header-abstop-menu-right {
    float: right;
    width: 100px;
    margin-right: 75px;
    padding-bottom: 5px;
}

div.block-new-profiles {
    padding: 5px;
    margin: 1px;
}

div.block-gender-male {
    float: left;
    width: 240px;
    text-align: center;
    background-image: url('../img/icon-gender-male.png');
    background-repeat: no-repeat;
    background-position: 5px;
    border-right: 1px solid white;
}

div.block-gender-female {
    float: left;
    width: 240px;
    text-align: center;
    background-image: url('../img/icon-gender-female.png');
    background-repeat: no-repeat;
    background-position: 5px;
    border-right: 1px solid white;
}

a.button-big {
    display: block;
    float: left;
    width: 209px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-image: url('../img/button-big.gif');
    background-repeat: no-repeat;
    color: #555555;
    text-decoration: none;
    text-align: left;
}

a.button-big:hover {
    text-decoration: none;
    color: #fff;
    background-position: -220px;
}

a.button-small {
    display: block;
    float: left;
    width: 109px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    background-image: url('../img/button-small.gif');
    background-repeat: no-repeat;
    color: #555555;
    text-decoration: none;
    text-align: left;
}

a.button-small:hover {
    text-decoration: none;
    color: #fff;
    background-position: -120px;
}

input.button-small {
    display: block;
    float: left;
    width: 120px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    background-image: url('../img/button-small.gif');
    background-repeat: no-repeat;
    color: #555555;
    text-decoration: none;
    text-align: left;
    border:0;
}

input.button-small:hover {
    text-decoration: none;
    color: #fff;
    background-position: -120px;
    border:0;
}

a.highlight:link, a.highlight:visited, a.hightlight:active {
    color: #ff511d;
    text-decoration: none;
}

a.highlight:hover {
    color: #fea387;
    text-decoration: none;
}

img.profile-image {
    border: 1px solid #000;
}

span.highlight {
    color: #ff511d;
}

.smalltext {
    font-size: smaller;
}

a:link, a:visited, a:active {
    color: #847970;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
padding: 0;
margin: 0;
font-size: 14px;
}

h2 {
padding: 0;
margin: 0;
font-size: 12px;
}

h3 {
padding: 0;
margin: 0;
font-size: 12px;
}

