html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0px;
  padding: 0px;
}

body {
	background: url(../images/bl_pixel.png);
	color: #000000;

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, Sans-Serif;
	font-family: Arial, Verdana, Sans-Serif;
	font-family: 'Lucida Grande',Verdana,Arial,Helvetica,Sans-Serif;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:9pt;

	line-height: 140%;
	margin: 0px 0px 0px 0px;
	color: #333;
}

h1 {
	font-size:200%;
	font-weight:bold;
	color:004488;
}

h4 {
	margin-top:0px;
	margin-bottom:5px;
}

a:link, a:visited {
	color:#004488;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

#leftcolumn
{
	float:left;
	margin:0;
	width:165px;
	padding-left:18px;
	padding-top:6px;
}

#rightcolumn
{
	float:right;
	margin:0;
	width:190px;
	padding:1em;
}

#maincontent
{	
	margin-left:197px;
	margin-right:197px;
	margin-right:210px;
	padding:1em; 
	
	min-height:380px;
	font-size:11pt;
	line-height:140%;
}

table.contentpaneopen
{
	padding:0px;
	border-spacing:0px;
	width:615px;
}

/* LOGIN MODULE: */
/*

		<div id="g3log_uname">Username:</div>
		<div id="g3log_unbox"><input id="g3loginbox" type="text" name="username" alt="Username" /></div>
		<div id="g3log_pword">Password:</div>
		<div id="g3log_pwbox"><input id="g3loginbox" type="password" name="password" alt="Passwort" /></div>
		
		<?php if ($logtalk != "") { ?>
			<div id="g3log_anounce"><?php Echo $logtalk; ?></div>
		<?php } ?>

		<div id="g3log_login"><input type="submit" name="g3login" value="Anmelden" id="g3loginbutton"></div>
		<div id="g3log_regis"><input type="button" name="g3login" value="Registrieren" id="g3registerbut" onclick=location.href="' . JRoute::_('index.php?todo=register') . '"></div>
		<div id="g3log_pfget"><input type="button" name="g3login" value="Passwort vergessen" id="g3forgotpw" onclick=location.href="' .JRoute::_('index.php?todo=sendpw'). '"></div>

*/

/* ============== */
/* WRAPPING CLASS */
/* ============== */

div.center {
  text-align: center;
}

div#wrapper {
 	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 135px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 120px;
	height: 100px;
	background: url(../images/cine60.png) 0 0 no-repeat;
	margin-left: 15px;
	margin-top: 15px;
}

div#g3_name {
	position: absolute;
	left: 140px;
	top: 60px;
	width: 310px;
	height: 13px;
	background: url(../images/g3_name.png) 0 0 no-repeat;
}

div#g3_addr
{
	position:absolute;
	width:550px;
	top:15px;
	left:207px;
}

div#g3_addr table {
	color:#0054a6;
	font-size:14px;
    font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	line-height:150%;
	height:93px;
	margin-left:5px;
}

#g3_addr a
{
	font-weight:bold;
	text-decoration:underline;
	color:#004488;
}

#g3_addr a:hover
{
		color:#333333;
}


.menu_mainul
{
	list-style:none;
	padding:0px;
	left:20px;
}

.menu_mainul li 
{
	float:left;
	padding:0px;
	margin:0px;
}

.menu_mainul li a
{
	float:left;
	width:78px;
	height:22px;
	background: url(../images/mainbutton.png) 0 0 no-repeat;
	line-height:22px;
	margin-left:15px;
	text-align:center;
}

div#topnavi
{
	position:absolute;
	top:122px;
	left:10px;
	font-size:11px;
	vertical-align:middle;
}

div#topnavi a
{
	text-decoration:none;
	color:#004488;
	font-weight:bold;
}

div#topnavi a:hover
{
	text-decoration: underline;
}


/* red */

#xxpage_bg {
	background: #0054a6;
	background-color:orange;
}

div#wrapper {
		background: #FFFFFF url(../images/bl_shad_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/bl_shad_r.png) 100% 0 repeat-y;
	min-width: 750px;
	max-width: 1050px;
}

div#header {
	background: url(../images/bl_shad_t.png) 0 0 repeat-x;
}

div#header_l {
	background: url(../images/bl_shad_tl.png) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/bl_shad_tr.png) 100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 url(../images/bl_footer.png) 0 100% repeat-x;
	min-width: 750px;
	max-width: 1050px;
}

div#footer_l {
	background: url(../images/bl_footer_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/bl_footer_r.png) 100% 0 no-repeat;
	min-width: 750px;
	max-width: 1050px;
}

div#footer_r {
	padding-top: 5px;
	height: 7px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

div#fuss {
	margin-top:5px;
}

div#fuss a {
	color:#333333;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

div#fuss a:hover {
	color:#333333;
	background-color:#F1F1F1;
	text-decoration:underline;
}

/* ================================================== */
/* module ("style=rounded")
/* ================================================== */

.module
{
	width:183px;
	background:#FFFFFF;
	font-size:10pt;
}

ul.menu {
	list-style:none;
	padding:0px;
	padding-left:15px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

ul.menu a {
	font-weight:normal;
	text-decoration:none;
}

ul.menu a:hover {
	text-decoration:underline;
}

.module h3
{
	font-size:9pt;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:2px;
	padding-bottom:4px;
	border-bottom:1px solid silver;
	text-align:center;
	background-color:#FCFCFC;
	color:#004488;
}

.module div
{
	background: transparent url(../images/box_170_middle.png) top left repeat-y;
}

.module div div
{
	background: transparent url(../images/box_170_top.png) top left no-repeat;
}

.module div div div
{
	background: transparent url(../images/box_170_bottom.png) bottom left no-repeat;
	padding: 10px;
}

.module div div div div 
{
	background: white;
	padding: 0px;
}

h1 {
	color:#004488;
	font-size:23pt;
	margin-bottom:30px;
}

h1 a {
	color:green;
	text-decoration: underline;
	font-weight: bold;
}

td.red {
	color:red;
}

.smallred {
	font-size:11px;
	color:red;
}

#error {
	position:absolute;
	top:10px;
	left:10px;
	background-color:red;
	color:white;
	font-weight:bold;
}

/* Darstellung auf der Produkte-Seite: */

table.produkte {
	margin:auto;
	padding:0px;
}

table.produkte td {
	text-align:center;
	padding:2px;
	margin:0px;
}

table.produkte td img {
	padding:0px;
	margin:5px;
	border:1px solid black;
}

/* Preislisten Darstellung */

table.preise {
	margin-top:0px;
	background-color:#FAFAFA;
	border:1px solid silver;
	font-size:9pt;
}

table.preise th {
	color:#666666;
}

table.preise tr.prow0 {
	background-color:#FFFFFF;
}

table.preise tr.prow1 {
	background-color:#EEEEEE;
}

table.preise tr.prow0:hover {
	background-color:EEEEEE;
	border:1px solid red;
}

table.preise tr.prow1:hover {
	background-color:BBBBBB;
}

table.preise td {
	padding:2px;
	vertical-align:top;
}

table.preise td a {
	color:#004488;
	font-weight:bold;
}

table.preise td.ppne, table.preise td.ppbr {
	text-align:right;
	vertical-align:top;
	color:#000000;
}

table.preise td div.hiddentext {
	display:none;
	font-weight:normal;
	color: 000000;
	font-size:100%;
	margin-top:2px;
	margin-bottom:2px;
}

table.preise td.partnr {
	font-weight:bold;
}

table.preise td.pname {
	font-weight:bold;
}

div.preisnavi {
	width:100%;
}

div.partnavig {
	width:30%;
	float:left;
}

div.partnavig a, div.partnavig a:visited {
	text-decoration:none;
	color:black;
}

div.partnavig a:hover {
	text-decoration:underline;
	color:#666666;
}

div.partcount {
	text-align:middle;
	float:left;
}

div.partlines {
	text-align:right;
}

div.partlines a, div.partlines a:visited {
	text-decoration:none;
	color:black;
}

div.partlines a:hover {
	text-decoration:underline;
	color:#666666;
}

/* Darstellung von Produkten: proddisp */

table.pricetable {
	margin-top:20px;
	margin-right:10px;
	font-weight:bold;
	border-spacing:0px;
	text-align:right;
}

table.pricetable tr.ptnet {
	color:black;
}

table.pricetable tr.ptbru {
	color:#666666;
}

table.proddisp {
	width:745px;
	background-color:#F1F1F1;
	border:thin solid silver;
	padding:5px;
	border-spacing:0px;
	border-collapse:collapse;
	margin-left:0px;
}

table.proddisp td a {
	color:black;
}

table.proddisp td {
	padding:2px; 
	padding-left:5px;
	vertical-align:top;
}

table.proddisp td.artnr {
	padding-bottom:0px;
	font-weight:bold;
	width:100px;
}

table.proddisp td.artname {
	padding-bottom:0px;
	font-weight:bold;
}

table.proddisp td.desc {
	padding-top:0px;
	color:black;
	padding-bottom:10px; 
	border-bottom:1px solid silver
}

table.proddisp td.info {
	color:black;
}

table.proddisp td.info a {
	color:#004488;
}

table.proddisp td.pictd {
	text-align:right;
}

table.proddisp td.further {
	border-bottom:1px solid silver;
}

/* Preisnavi: */

table.preisnavi {
	margin-left:1px;
	border-spacing:0px;
	font-weight:normal;
	font-size:8pt;
}

table.preisnavi td, table.preisnavi th {
	padding:0px;
	vertical-align:middle;
	font-weight:normal;
}

table.preisnavi th a {
	color:#004488;
}

/* Navigations-Links: */

p.navbutton {
	width:50px;
	margin-top:5px;
	margin-right:5px;
	padding:1px; 
	padding-left:10px;
	padding-right:10px;
	border:1px solid silver; 
	background-color:#F1F1F1; 
	text-align:center;
	float:left;
	font-size:8pt;
}

p.navbutton a {
	color:#004488;
}

#bottomspacer {
  height:20px;
  width:20px;
}
