@CHARSET "UTF-8";

body{
	background-color:white;
}

#outer{
	width:985px;
}

#inner{
	width:985px;
	margin:0;
	padding-top:28px;
	background-image: url(../images/background/bg_inner_blue.png);
	background-repeat:repeat-x;
}

#contentOuter{
	border:none;
	background-color:#e4e4e4;
	background-image:url(../images/background/outer_content_bottom_blue.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:6px;
}

#innerLeft{
	margin-left:0px;
}

#cartContainer td{
	color:black; line-height:24px;
}
	
#bottomCapax{
	width:985px;
}


#header{
	background-image:url(../images/background/header_blue.png);
	background-repeat:no-repeat;
	width:985px;
	margin:0;
}

#flags{
	left:900px;
}

#navigationHead{
	background-image:url(../images/background/navigation_blue.png);
	height:44px;
	background-repeat:no-repeat;
	margin-bottom:0px;
}

#navigationContainer{
	border:none;
	background-color:#e4e4e4;
}

#cartContainer{
	border:none;
	background-color:#e4e4e4;
	background-image:url(../images/background/bg_cart_bottom_blue.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.spacerNavigationRight{
	background-image:url(../images/background/bg_cart_top_blue.png);
	background-repeat:no-repeat;
	height:5px;
	margin-top:5px;
}


.navigationRightContent{
	padding:5px;
	padding-bottom:10px;
	background-color:#e4e4e4;
	background-image:url(../images/background/bg_cart_bottom_blue.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.subnav{
	background-color:#727272;
	background-image:url(../images/background/bg_navi_bottom_blue.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#navigationContainer a { color:black; text-decoration:none; display:block; padding:5px; }
#navigationContainer a:hover, #navigationContainer a.active { color:black; text-decoration:none; background-color:#c2c2c2; }
#navigationContainer .subnav a { color:white; background-color:#727272; }
#navigationContainer .subnav a:hover, #navigationContainer .subnav a.active {  color:black; text-decoration:none; background-color:#c2c2c2; }

#addressBottom a { color:white; text-decoration:none; }
#addressBottom a:hover { color:white; text-decoration:underline; }

#loginHead{
	background-image:url(../images/background/login_blue.png);
	background-repeat:no-repeat;
	height:44px;
	margin-bottom:0px;
}

#contentHead{
	background-image:url(../images/background/onlineshop_blue.png);
	background-repeat:no-repeat;
	height:44px;
	margin-bottom:0px;
}

#cartHead{
	background-image:url(../images/background/warenkorb_de_blue.png);
	background-repeat:no-repeat;
	height:44px;
	margin-bottom:0px;
}

.naviSpacer{
	background-image:url(../images/background/spacer_navi_dark.png);
	background-repeat:repeat-x;
}

td.spacerNavigationRight{
	background-image:url(../images/background/spacer_cart_blue.png);
	background-repeat:repeat-x;
}

#addressBottom{
	border:none;
	color:black;
	height:16px;
	background-image:url(../images/background/bg_adress_blue.png);
}

#addressBottom a { color:black; text-decoration:none; }
#addressBottom a:hover { color:black; text-decoration:underline; }

#capaxLogo{
	margin-left:595px;
	margin-top:10px;
}

