* { margin: 0; padding: 0; }
body { font-size: x-small; f\ont-size:small; background-image: url(../Images/back-body2.jpg); }
#wrap { width: 760px; margin: 0 auto; text-align: left; top: 0; }
#header { background-color: #00007e; background-image: url(../Images/Logo_Bshop.gif); background-repeat: no-repeat; background-position: left bottom; float: left; width: 756px; height: 74px; border: solid 1px #ffd700; }
#navig { background-color: #00007e; width: 756px; height: 46px; text-align: left; float: left; border-right: 1px solid #ffd700; border-bottom: 1px solid #ffd700; border-left: 1px solid #ffd700; }
#content { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #00007e; background-image: url(../Images/back-start.jpg); float: left; width: 756px; height: 438px; border-right: 1px solid #ffd700; border-bottom: 1px solid #ffd700; border-left: 1px solid #ffd700; overflow: auto; }
#content h1 { color: #ddd; font-size: medium; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding-top: 5px; padding-left: 11px; }
#content h2 { color: #ffd700; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding-top: 12px; padding-left: 40px; }
#content li { color: #b3c7e0; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding-left: 50px; }
#content a { color: #f7ab65; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
#content p { color: #b3c7e0; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-top: 5px; padding-right: 200px; padding-left: 60px; }
#content td { color: #ddd; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; vertical-align: top; padding-left: 5px; }
#content a:link, #content a:visited { color: #ddd; text-decoration: underline  }
#content a:hover, #content a:focus, #content a:active { color: #fff; border: solid 1px white; }
p.absatz { margin-top: 5px; }
.menu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto;
	background: #ebebeb url(../Images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.menu li{
	float:left;
}

.menu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.menu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.menu li.maktiv a, .menu li a:hover{
	color: #fff;
	background: url(../Images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.menu li.maktiv a b, .menu li a:hover b{
	color: #fff;
	background: url(../Images/menub_hover_right.gif) no-repeat right top; 
}
