/*******************************************************************************
Title:	 Stylesheet for abisolutions.de
Media:   Screen
Author:	 ability-webdesign.ch
Created: 03.06.2009
Update:  
*******************************************************************************/

html {
overflow-y: scroll;
}

body{
	margin: 0;
	padding: 0;
	font:small verdana, helvetica, arial, sans-serif;
	color:#7c7c7c;
	font-size:11px;
	background:url(../images/body-bg.gif) 0 0 repeat-x #d5d4d4;
}

a{
	text-decoration: none;
	color:#8b776f;
}

a:focus{
	outline:none
}

h1, h2, h3, h4, h5, h6 {
	color:#7c7c7c;
}

h1{
	font-size:18px;
	font-weight:400;
	margin:0 0 10px 0;
}

h2{
	font-size:14px;
	margin:0 0 10px 0;
}

h3{
	font-size:11px;
	margin:10px 0 0 0;
}

h4{
	font-size:12px;
	color:#7c7c7c;
	margin:0;
	padding:0 0 5px 0;
	border-bottom:1px solid #7c7c7c;
}

a img{
	border:0;
}

table{
	font-size:11px;
}
table p.bodytext {
	margin-top:0;
	padding-top:0;
}

hr {
	height:1px;
	border:none;
	border-top:1px solid #606072;
}


/**********************************************************

                  Wrapper

***********************************************************/

#wrapper{
	position: absolute;
	margin:12px 0 12px -483px; 
	width: 966px;
	_height: 96%;
	min-height: 96%;
	left: 50%;
	background:url(../images/wrapper-bg.png) 0 0 repeat-y;
	/*padding:0 5px;*/
}

#shadow-top {
	position:absolute;
	top:-8px;
	left:0;
	height:8px;
	width:966px;
	background:url(../images/shadow-top.png) 0 0 no-repeat;
}

#shadow-bottom {
	position:absolute;
	bottom:-8px;
	left:0;
	height:8px;
	width:966px;
	background:url(../images/shadow-bottom.png) 0 0 no-repeat;
}


/**********************************************************

                Header

***********************************************************/

#header{
	position:relative;
	padding:0;
	height:100px;
	width:956px;
	background:url(../images/abi_solutions_logo.gif) 12px 20px no-repeat;
	margin:0 5px;
}

#header h1{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	width:194px;
	height:86px;
	text-decoration: none;
}


#header-nav{
	position:absolute;
	top:0;
	right:0;
	font-size:10px;
	text-align:right;
	padding:0 10px 0 0;
}

#header-nav ul, #header-nav li{
	display:inline;
	padding:0;
	margin:0;
}

#header-nav li a{
	padding:0 3px 0 5px;
	text-decoration:none;
	color:#aaacaf;
	background:url(../images/dot.gif) right 8px no-repeat;
}

#header-nav li a:hover{
	text-decoration: underline;
	color:#7c7c7c;
}


/***********************************************************

                Main navigation

***********************************************************/

#nav-container {
	position:relative;
	height: 26px;
	z-index:300;
	margin:0 5px 0 18px;
	background:url(../images/nav-bg.gif) 0 0 no-repeat #446996;
	border-bottom:18px solid #dfdfdf;
}

#nav-border {
	clear:both;
	height:8px;
	background:#fff;
}

#nav {
	position:relative;
	float:right;
	font-size:11px;
	margin:0 126px 0 0;
	padding:0;
}

#nav li{
	float: left;
	list-style:none;
	padding:0;
	margin:0;
	/*border-left:1px solid #606072;*/
}

#nav li.first div.divider{
	/*border-left:none;*/
	display:none;
}

#nav li.first a{
	border-left:none;
}

#nav li:hover,
#nav li.menuHover,
#nav li.active,
#nav li.current a,
#nav li a:hover{
	color:#446996;
}

#nav li a:hover,
#nav li.current a {
	background-color:#fff;
}

#nav li ul li a,
#nav li.current ul li a {
	background-color:#b18f83;
}
#nav li.current ul li a:hover {
	background-color:#fff;
}
/*
#nav li a:hover {
	color:#446996;
	background:#fff;
}

#nav li ul li a:hover {
	color:#fff;
	background:none;
}
*/
#nav li.current ul li a {
	color:#fff;
}
#nav li.current ul li a:hover {
	color:#000;
}

#nav li a{
	display: block;
	padding:4px 11px;
	margin:0 0 0 0;
	width: auto !important;
	width: 1px;
	height: auto !important;
	height: 1px;
	line-height: 12px;
	color:#fff;
	white-space: nowrap;
	border-left:1px solid #fff;
}

#nav li div.divider {
	height:12px;
	width:1px;
	background-color:#fff;
	margin:4px 0;
	float:left;
}

/*
#nav li.active a{
	color:#fff;
}*/

#nav li ul{
	font-size:11px;	
	position: absolute;
	top: 17px;
	left: -9999px;
	width: 188px !important;
	width: 210px;
	margin-left: -30px;
	padding: 3px 30px 30px 30px;
	text-transform:none;
}

#nav li li{
	clear: left;
	width: 186px !important;
	width: 188px;
	border: none;
	/*background-color:#b18f83;*/
	opacity: 0.90;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	filter: alpha(opacity=90);
}

#nav li li:hover{
	height: 100%;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	filter: alpha(opacity=100);
	background-color: #fff;
}

#nav li li a{
	width: 186px;
	line-height: 16px;
	padding: 2px 10px 2px 20px;
	background: url(../images/bullet.png) 12px 8px no-repeat #b18f83;
	background-color:
	white-space: normal;
	border-bottom: 1px solid #ccc;
	margin:0;
	border-left:none;
}

#nav li li a:hover{
	background-image: url(../images/bullet.png);
	background-color:#fff;
	color: #000;
}

#nav li:hover ul, #nav li.menuHover ul{
	left: auto;
}


/***********************************************************

                Sub navigation

***********************************************************/

#subnav, #subnav2 {
	position:relative;
	/*top:20px;
	left:274px;*/
	float:left;
	width:660px;
	font-size:11px;
	margin:20px 0 10px 20px;
}

#subnav ul, #subnav2 ul{
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}

#subnav li, #subnav2 li{
	display:inline;
}

#subnav a, #subnav2 a {
	text-decoration: none;
	color:#456996;
}

#subnav ul a, #subnav2 ul a {
	text-align:center;
	padding:0px 10px;
	border-left:1px solid #456996;
}

#subnav a:hover, #subnav2 a:hover {
	text-decoration:underline;
	color:#7c7c7c;
}

#subnav .first a, #subnav2 .first a{
	border-left:none;
}

#subnav .current a, #subnav2 .current a{
	text-decoration:underline;
}

#subnav2 {
    margin:0 0 20px 20px;
}

#subnav2 a {
	text-decoration: none;
	color:#7c7c7c;
}



/**************************************************************

                  Container

**************************************************************/

#container{
	position: relative;
	padding: 0;
	font-size:11px;
	margin:0 5px 0 18px;
	/*border-top:18px solid #dfdfdf;*/
}

/*************************************************************

               Content

*************************************************************/

#content-image{
	position:relative;
	width:806px;
	height:336px;
	background:url(../images/header/abi_solutions_fp.jpg) 0 0 no-repeat;
	border-bottom:18px solid #dfdfdf;
	border-right:137px solid #dfdfdf;
}

#content-image-subpage{
	position:relative;
	width:100%;
	height:336px;
	background:url(../images/header/abi_solutions_sp.jpg) 0 0 no-repeat;
	border-bottom:18px solid #dfdfdf;
	margin-bottom:20px;
}


#content-filler {
	position:absolute;
	top:354px;
	left:540px;
	height:100px;
	width:403px;
	background:#dfdfdf;
}


#content-fp{
	position:relative;
	margin:0 0 20px 0;
	padding:20px 150px 20px 20px;
	font-size:11px;
	width:350px;
	min-height:200px;
	_height:200px;
	background:#fff;
	margin:0 0 180px 0;
}

#content-fp p{
	margin:0 0 1em;
	padding:0;
	line-height:1.5;
}

#content-fp a{
	text-decoration:underline;
	color:#8b776f;
}

#content-fp a:hover{
	color:#8b776f;
}

#content-fp ul{
	list-style-image:url(../images/bullet.gif);
	padding-left:10px;
	margin-left:200px;
}

#content-center ul.csc-menu, #content-center-wide ul.csc-menu {
	list-style-image:url(../images/bullet-blue.gif);
/*	padding-left:10px;
	margin-left:200px;*/
}

#content-center ul, #content-center-wide ul {
	list-style-image:url(../images/bullet-arrow.gif);
}



#content-fp ul a, #content-center ul a, #content-center-wide ul a, #content-center a {
	text-decoration:none;
}

#content-fp ul a:hover, #content-center ul a:hover, #content-center-wide ul a:hover, #content-center a:hover {
	text-decoration:underline;
}




.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}


/***********************************************************
                Content Left
***********************************************************/

#content-left {
	position:relative;
	float:left;
	width:244px;
	min-height:336px;
	margin:0 0 180px 0;
}


#content-left h1.page-title {
	position:absolute;
	top:12px;
	right:8px;
	color:#456996;
	font-size:18px;
	font-weight:400;
	z-index:300;
	text-align:right;
}

#content-left .box {
	float:right;
}

#content-left-links ul {
	margin: 0;
	padding: 0;
}

#content-left-links li{
	list-style:none;
	text-align:right;
	font-size:10px;
}

#content-left-links a {
	text-decoration: none;
	color:#8b776f;
}

#content-left-links a:hover {
	text-decoration:underline;
}


/***********************************************************
                Content Center
***********************************************************/

#content-center, #content-center-wide {
	position:relative;
	float:left;
	margin:0 0 180px 0;
	padding:0 30px 0 30px;
	width:400px;
}

#content-center-wide {
	width:620px;
}


/***********************************************************
                Content Right
***********************************************************/

#content-right {
	position:relative;
	float:right;
	margin:0 20px 40px 0;
	width:220px;
	margin:0 0 180px 0;
}



#content-right-fp {
	position:absolute;
	top:454px;
	right:0;
	width:404px;
	background:url(../images/quickfinder-bar.gif) 0 4px no-repeat;
	padding:39px 0 0 0;
}

#content-right-fp-title1, #content-right-fp-title2 {
	position:absolute;
	top:9px;
	left:25px;
	color:#fff;
	font-weight:bold;
}

#content-right-fp-title2 {
	left:208px;
}

#content-right-fp-inner {
	padding:0 0 0 40px;
}

#content-right-fp-inner td {
	padding:0 20px 0 0;
	line-height:1.5;
}

#content-right-fp-inner td p.bodytext {
	padding:0 0 5px 0;
	margin:0;
}

#content-right-fp-inner a:hover{
	text-decoration:underline;
}


/***********************************************************
                Product Boxes
***********************************************************/

#product-box1, #product-box2 {
	position:absolute;
	top:222px;
	right:34px;
	height:214px;
	width:170px;
}

#product-box1 {
	right:216px;
}

.product-box-bar a {
	display:block;
	background:#416593;
	color:#fff;
	padding:7px 5px;
	font-size:10px;
	font-weight:bold;
}

.product-box-content {
	height:77px;
	margin-top:2px;
	padding:100px 10px 10px 20px;
	background:#fff;
	font-size:10px;
	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter: alpha(opacity=80);
}

.product-box-content p.bodytext {
	margin-top:0;
}

.product-box-content a:hover{
	text-decoration:underline;
}
/*
.product-box-content a {
	background:url(../images/bullet-blue.gif) -5px 0 no-repeat;
}
*/

/***********************************************************
                Content Boxes
***********************************************************/

.box {
	position:relative;
	width:200px;
	font-size:10px;
	margin:0 0 30px 0;
}

.box-blue-header, .box-brown-header {
	position:relative;
	width:200px;
	height:25px;
	background:url(../images/box-blue-header.png) 0 0 no-repeat;
}

.box-brown-header {
	background:url(../images/box-brown-header.png) 0 0 no-repeat;
}

.box-bottom {
	position:absolute;
	bottom:-6px;
	left:0;
	width:200px;
	height:6px;
	background:url(../images/box-bottom.png) 0 0 no-repeat;
}

.box-content {
	position:relative;
	background:url(../images/box-content.png) 0 0 repeat-y;
	padding:15px 20px 10px 23px;
}

.box-content p.bodytext {
	margin:0 0 5px 0;
	padding:0;
}


/*
#product-box1, #product-box2 {
	position:absolute;
	top:222px;
	right:34px;
	height:214px;
	width:170px;
}

#product-box1 {
	right:216px;
}

.box-fp-header {
	position:relative;
	width:170px;
	height:33px;
	background:url(../images/box-fp-header.png) 0 0 no-repeat;
}

#product-box2 .box-fp-header a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.box-fp-bottom {
	position:absolute;
	bottom:-6px;
	left:0;
	width:170px;
	height:6px;
	background:url(../images/box-fp-bottom.png) 0 0 no-repeat;
}

.box-fp-content {
	position:relative;
	background:url(../images/box-fp-content.png) 0 0 repeat-y;
	padding:100px 10px 10px 20px;
	height:71px;
	font-size:10px;
	
	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter: alpha(opacity=80);
}

.box-fp-content p.bodytext {
	margin:0 0 5px 0;
	padding:0;
}
*/


/******************************************************

                Footer

******************************************************/

#footer {
	position:absolute;
	bottom:0px;
	clear:both;
	/*position:relative;*/
	margin:5px 5px 0 5px;
	padding:0 0 0 0;
	text-align:left;
	color:#aaacaf;
	font-size:10px;
	width:956px;
	background:#f7f7f7;
	/*border-top:1px solid #dfdfdf;*/
}

#footer .left {
	float:left;
	margin-left:30px;
}

#footer .right {
	float:right;
	margin-right:30px;
}

#footer .line {
    border-bottom:1px solid #dfdfdf;
    margin:0 30px;
    padding:0;
}


/******* Footer Nav *******/

#footer .nav p{
	margin:0 20px 0 0;
	float:left;
}

#footer .nav ul{
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
}

#footer .nav li {
	display:inline;
}

#footer .nav a {
	text-decoration: none;
	color:#aaacaf;
}

#footer .nav ul li a {
	text-align:center;
	padding:0 3px 0 5px;
	background:url(../images/dot.gif) right 8px no-repeat;
}

#footer a:hover {
	text-decoration:underline;
	color:#7c7c7c;
}

#footer .nav .first a{
	border-left:none;
}

#footer .nav .current a{
	text-decoration:underline;
}


/******* Footer Sitemap *******/


#footer-sitemap {
	margin: 0 30px;
	padding: 10px 0 10px 0;
}

#footer-sitemap ul {
	width:175px;
}

#footer-sitemap li {
	display:inline;
	list-style:none;
	float:left;
    /*margin-right:20px;*/
    margin-right:5px;
    padding:2px 0;
}

#footer-sitemap li.last, #footer-sitemap li.last ul li {
	margin-right:0;
}

#footer-sitemap li a {
    font-size:13px;
	color:#7c7c7c;
}

#footer-sitemap li ul {
    padding:0;
    margin:0;
}

#footer-sitemap li ul li {
    float:none;
    display:block;
    margin-right:none;
    
}

#footer-sitemap li ul li a {
    font-weight:normal;
    font-size:10px;
    color:#b7b6b6;
}

.footer-sitemap-box {
    float:left;
    display:inline;
    margin-right:20px;
}


/******* Top Link *******/

#footer #top-link {
	clear:both;
	font-size:10px;
	padding:5px 0 10px 164px;
	border-bottom:1px solid #dfdfdf;
	background:#fff;
}

#top-link a:hover {
	text-decoration:underline;
}


/**************************************************************

               Form elements

***************************************************************/

/*
input.button, input.text{
border:1px solid #697883; 
}
*/
input.button, input.submit{
color:#000;
background-color:#DFDFDF; 
border:1px solid #697883; 
cursor:pointer;
}

input.text{
width:240px;
}

.submit_button{
text-align:right;
}


/**************************************************************

               Site elements

***************************************************************/

.error{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
}

.clear {
	clear:both;
}

.line {
	clear:both;
    border-bottom:1px solid #dfdfdf;
    margin:10px 0;
    padding:0 0 10px 0;
}

