@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
[printshop4reseller] Screen Stylesheet
version:   1.0
date:      15/09/09
last doc:  13/01/10
author:    Alexander Pichler
email:     development@by-experience.com
website:   wwww.by-experience.com
-----------------------------------------------------------------------------*/
/* Allgemein */
body{
	background:#fff;
}

.alles{
  margin:20px auto;
  width:965px;
}

h2{
  color:#333;
	font:bold 1.2em/1.3em Arial, Helvetica, sans-serif;
}
	
.clear{
	clear:both;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.info, .infoUser{
  background:#effbc2;
  border:solid 1px #a0c800;
  font-size:0.9em;
  font-weight:bold;
  margin:0 0 3px;
  padding:1px;
  text-align:center;
  width:200px;
}

/*.infoUser{
  font-size:1.1em;
  margin:0 0 8px;
  padding:4px 0;
  width:440px;
}*/

.infoUser{
  font-size:12px;
  font-size:1em;
  line-height:1.4em;
  margin:0 0 8px;
  padding:4px 10px;
  text-align:left;
  width:420px;
}

.red-border{
  background:#fbbca8;
  border:solid 1px #be492e;
  color:#333;
  display:block;
  font-size:1.1em;
  font-weight:bold;
  line-height:1.4em;
  margin:10px 0 11px;
  padding:4px;
  text-align:center;
  width:185px;
}

.hide{
  display:none;
}
/* ENDE Allgemein */


/* Head */
#head{
	padding:0 0 20px 0;
}

#head .logo{
  margin:0 26px 0 0; /*0 75px 0 0;*/
}
/* Ende Head */


/* Navi */
.navi_bar{
	float:left;
  width:250px;
}

.navi_border{
  background:transparent url(../images/bg_menu_repeat.gif) 0 23px repeat-y;
  width:250px;
}

#navi{
  background:transparent url(../images/bg_menu_center.png) 0 23px no-repeat;
  min-height:280px;
  _height:280px;
}

.navi_top{
  background:#fefefe url(../images/bg_menu_top.png) 0 0 no-repeat;
  display:block;
  height:23px;
  width:250px;
}

.navi_bottom{
  background:#fefefe url(../images/bg_menu_bottom.png) 0 0 no-repeat;
  display:block;
  height:60px;
  width:250px;
}

#navi ul{
  margin:0 5px 0 4px;
}

#navi ul li{
  font-size:1.2em;
  font-weight:bold;
  margin:0 0 18px;
}

#navi ul li a{
  background:url(../images/arrow.png) 10px 0 no-repeat;
}

#navi ul li li{
  font-size:1em;
  font-weight:normal;
  margin:0 0 -10px 2px;
}

#navi ul li li a{
  background:none;
}

#navi a:link, #navi a:visited{
	color:#333; 
	padding:0 0 0 30px;
	text-decoration:none;
}

#navi a:hover, #navi a:active{
	color:#fefefe;
	text-decoration:none;
}

#navi #active{
  background:transparent url(../images/bg_menu_active.png) 0 0 no-repeat;
  color:#FEFEFE;
  /*height:30px;*/
  line-height:2.5em;
  /*margin:0 0 10px;*/
}

#navi #active a{
  color:#fefefe;
}

#navi #untermenu a{
  color:#333;
}

#navi #untermenu #active{
  background:none;
  text-decoration:underline;
}

.newsletter{
  background:transparent url(../images/bg_newsletter.png) 0 0 no-repeat;
  font-size:1.2em;
  height:150px;
  height:122px;
  margin:30px 0 0;
  padding:20px 0 0 20px;
  width:230px;
}

.newsletter strong{
  display:block;
  margin:0 0 3px;

}
/* ENDE Navi */


/* Top Navi */
.top_navi{
  background:#fefefe url(../images/bg_menu_top_balken.png) 0 0 no-repeat;
  color:#fefefe;
  font-size:1.3em;
  font-weight:bold;
  height:41px;
  padding:10px 20px 0 0;
  text-align:right;
  width:100%;
}

.top_shop_navi{
  background:#fefefe url(../images/bg_menu_shop_top_balken.png) 0 0 no-repeat;
}

.top_navi a:link, .top_navi a:visited{
	color:#fefefe; 
	margin:0 0 0 10px;
  padding:0 10px 0 0;
	text-decoration:none;
}

.top_navi a:hover, .top_navi a:active{
	color:#333;
	text-decoration:none;
}
/* ENDE Top Navi */


/* Inhalt */
.inhalt, .inhalt_shop{
  float:left;
  padding:0 0 0 12px;
  width:677px;
}

.inhalt_shop{
  width:546px;
}

.inhalt .context, .inhalt_shop .context{
  font-size:1.2em;
  padding:10px;
}

.inhalt .context .text, .inhalt_shop .context .text{
  color:#8a8a8a;
  line-height:1.4em;
}

.inhalt .context .text ul li, .inhalt_shop .context .text ul li{
  list-style-image:url(../images/dot.gif);
  margin:0 0 0 13px;
}

.inhalt .context .text ol{
  line-height:1.5em;
  margin:5px 0 15px 19px;
}

.inhalt .context .text ol li{
  list-style-type:decimal;
}

fieldset strong{
  display:block;
  margin:0 0 3px;
}

.tb440{
  display:block;
  margin:0 0 10px;
  width:440px;
}
/* ENDE Inhalt */


/* Footer */
.footer{
	background:#fefefe url(../images/bg_footer_balken.png) 0 0 no-repeat;
	clear:both;
	color:#fefefe;
	font-size:1.1em;
	height:37px;
	padding:10px 0 0 20px;
	text-align:center;
  width:100%;
}

.footer a:link, .footer a:visited{
	color:#fefefe;
  text-decoration:none;
}

.footer a:hover, .footer a:visited{
	color:#333;
	text-decoration:none;
}
/* ENDE Footer */
