@import "infoline.css";
@import "formfields.css";
@import "mhsArticle.css";
@import "mhsNews.css";
@import "mhsMinilist.css";
@import "mhsPhotobook.css";
@import "mhsDocument.css";
@import "mhsUser.css";

/* main layout */
body {
    font-family: Arial;
    font-size: 11px;
    background-color: #fff;
    color: #000;
	margin: 0;
	text-align: center;
	background: url(/img/bg.gif) top center repeat-y;
}

a {
	text-decoration: none;
	color: #333333;
	outline: none;
}

a img {
	border: 0px;
}

a:hover {
	color: #c0c900;
}

form {
    margin:0;
    padding:0;
}

form,p {
    margin:0;
    padding:0;
}
/* end main layout */


/* titel elemente */
h1 {
    font-size: 12px;
    font-weight: bold;
    color: #2c2e80;
}

h2 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

h3 {
    display: block;
    width: 180px;
    height: 25px;
    background-color: #2c2e80;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    margin:0;
    padding:0;
    padding-left: 10px;
    margin-left: -10px;
    margin-bottom: 10px;
}

h3 a {
    color: #fff;
    text-decoration: none;
}

h3 a:hover {
    color: #fff;
    text-decoration: none;
}
/* end titel elemente */


.wrapper{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* header */
.header {
    padding-left: 10px;
    padding-right: 20px;
    height: 62px;
    background-color: #fff;
    background-image: url(/_images/bg.jpg);
    background-repeat: no-repeat;
}

.header_top {
	background-color: #FFF;
}

.header_left {
    float: left;
	margin: 0 24px 0 0;
}

.header_right {
    float: right;
}

/* end header */

.navigation {
	background-color: #FFF;
	height: 44px;
	position: relative;
}

.navigation .language  {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 15px;
	bottom: 0px;
}

.navigation .language li {
	float: left;
	list-style: none;
	height: 16px;
	vertical-align: top;
}

.navigation .language li.spacer {
	width: 11px;
	background: url(/img/grey.gif) 5px 0 repeat-y;
}

.navigation .language li a {
	font-weight: bold;
}

.navigation .language li a.active {
	color: #c0c900;
}

.navigation .menu  {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
}

.navigation .menu1  {
	left: 30px;
}

.navigation .menu2  {
	left: 174px;
}

.navigation .menu3  {
	left: 794px;
}

.navigation .menu li {
	font-weight: bold;
	float: left;
	list-style: none;
	height: 16px;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.navigation .menu li img {
	bottom: 2px;
	position: absolute;
}

.navigation .menu li.spacer {
	width: 8px;
	margin: 0;
	background: url(/img/grey.gif) 0px 0 repeat-y;
}

.navigation .menu li a {
	font-weight: bold;
}

.navigation .menu li a.active {
	color: #c0c900;
}

.home{
	text-align:center;
	background-color: #454746;
	padding-top:200px;
}

.content .left {
	float: left;
	padding: 34px 24px 0px 24px;
	color: #b0acb2;
	display: inline;
}

.content .right {
	float: right;
	display: inline;
	background-color: #FFF;
	margin: 10px;
	width: 146px;
	padding: 5px;
	height: 400px;
	position: relative;
}

.cartArticle {
	font-size: 10px;
	border-bottom: 1px solid #c8c4ca;
	margin: 10px 0 0 0;
}

.cartArticleFirst {
	margin: 0;
}

.cartArticle .cartArticleAmount {
	background-color: #c0c900;
	width: 18px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	float: left;
	display: inline;
	height: 14px;
	font-size: 11px;
}

.cartArticle .cartArticleIncDec {
	float: left;
	width: 10px;
	margin: 0 0 0 2px;
}

.cartArticle .cartArticleIncDec img {
	margin-bottom: 2px;
}

.cartArticle .cartArticleDescription {
	float: right;
	width: 110px;
	display: inline;
}

.cartArticle .cartArticleTrash {
	float: right;
	margin: 3px;
}

.cartArticle .cartArticleSubTotal {
	width: 110px;
}

.cartArticle .cartArticleSubTotalLeft {
	float: left;
}

.cartArticle .cartArticleSubTotalRight{
	float: right;
}

.cartTotal {
	position: absolute;
	bottom: 0px;
}

.img_link{
	margin:30px;
	outline:none;
}

.clear {
	clear: both;
}