body {
	padding:0px;
	margin:0px;
	width:100%;
	font-size:80%;
	font-family:Verdana,Arial;
	background-color:#FFFFFF;
	overflow-x:hidden;
	text-align:center;
}

#framework {
	width:100%;
}

#header {
	width:900px;
	margin:auto;
	text-align:left;
	position:relative;
	height:91px;
}

#logo {
	margin-top:20px;
}

#mainmenucontainer {
	width:100%;
	height:20px;
	background-image:url(/fileadmin/img/navi_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#image_live {
	padding-left:197px;
	padding-top:2px;
}

#menu2 {
	position:absolute;
	left:700px;
	top:53px;
	text-align:right;
	width:200px;
}

#menu2 .menu2item {
	padding-left:18px;
}

#menu2 a {
	color:#000000;
	font-size:70%;
	text-decoration:none;
}

#menu2 a:hover {
	text-decoration:underline;
}

/* navigation */

#mainmenutable {
	width:900px;
	margin:0 auto;
	font-size:85%;
}

#mainmenutable a {
	text-decoration:none;
}

#mainmenu {
	text-align:left;
	height:30px;
}

.menuitem a {
	color:#FFFFFF;
}

.navidelimiter {
	float:left;
}


.menuitem, .menuitemactive {
	float:left;
	height:100%;
	padding:0;
	font-weight:bold;
}

.menuitem a, .menuitemactive a {
	margin:0;
	padding:2px 10px 10px 10px;
}

.menuitemactive a, .menuitem a:hover {
	background-image:url(/fileadmin/img/navi_active_bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

#shoppingbaskettd {
	width:130px;
	height:20px;
	vertical-align:top;
}

#shoppingbasket, #shoppingbasketactive {
	height:100%;
	width:130px;
	padding:0;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	margin-left:1px;
	margin-top:-1px;
}

#shoppingbasket a {
	color:#FFFFFF;
	background-image:url(/fileadmin/img/basket.jpg);
}

#shoppingbasket a, #shoppingbasketactive a {
	height:100%;
	margin:0;
	display:block;
	padding:2px 10px 0px 10px;
	background-position:left center;
	background-repeat:no-repeat;
}

#shoppingbasket a:hover, #shoppingbasketactive a {
	background-image:url(/fileadmin/img/basket_active.jpg);
	color:#000000;
}

#submenucontainer {
	height:30px;
	width:900px;
	margin:auto;
	text-align:left;
}

#submenu {
	width:580px;
	height:16px;
	margin-top:2px;
	margin-bottom:17px;
	background-color:#010101;
	padding-left:2px;
	padding-bottom:2px;
	color:#FFFFFF;
	clear:both;
}

#submenu a {
	text-decoration:none;
}

.submenuitem {
	color:#FFFFFF;
}

.submenuitem, .submenuitemactive {
	font-size:80%;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}

.submenuitemactive, #submenu a:hover span {
	color:#000000;
	background-color:#a9c3e4;
}

#main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#leftcontent {
	width:530px;
	float:left;
	color:#50504e;
	padding:10px 20px 10px 30px;
	border:1px solid #646464;
}

#rightcontent {
	width:298px;
	float:right;
}

#basket {
	width:298px;
	border:1px solid #000000;
	margin-bottom:15px;
}

#basket th {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:85%;
}

#basket tr.article {
	font-size:90%;
}

#basket td {
	font-size:85%;
	border-bottom:1px solid #000000;
}

/* content */

#leftcontent p {
	font-size:90%;
	line-height:140%;
}

#leftcontent h1 {
	color:#748cb8;
	font-size:110%;
}

#leftcontent h2 {
	color:#000000;
	font-size:100%;
}

#leftcontent a {
	color:#5172B7;
}

#leftcontent td {
	font-size:80%;
}

#leftcontent table {
	border:none;
}

#leftcontent td {
	border:none;
	color:#50504E;
}

tr.product_details_tr {
}

#leftcontent tr.product_details_tr td {
	font-size:100%;
}

#leftcontent tr.product_details_tr p {
	margin:5px 0;
}

#leftcontent td.product_details_name_td {
	font-weight:bold;
	padding:2px 10px 2px 0;
	vertical-align:top;
}
#leftcontent td.product_details_description_td {
	padding:2px 0;
}

