@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "2col_left_13"
 * (de) Zentrales Stylesheet - Beispiellayout "2col_left_13"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(screen/basemod.css);
@import url(screen/basemod_2col_left_13.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_003_draft.css);

a:focus, a:hover, a:active, a{
	color: #2c2b27;
}
h1 {
	color: #171717;
}
.image_category {
	border: 1px solid #f0f0f0;
	padding: 0;
	background-color: #FFF;
	margin:10px;
}

#header #header_left {
	background-image: url('../head_l.png');
	height: 109px;
	width: 264px;
	float: left;
}
#header #header_top {
	background-image: url('../head_top.png');
	height: 109px;
	width: 736px;
	float: left;
}

#main {
	background-color: #ffffff;
}
#col1 {
	width: 264px;
}
#col1 #left_top {
	background-image: url('../left_top.png');
	height: 31px;
	width: 264px;
	float: left;
}
#col1 h2 {
        background-image: url('../login_h1.png');
	height: 31px;
	width: 264px;
	clear: both;
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	line-height: 24px;
	text-indent: 20px;
}
#col1 p {
	color: #b0b0b0;
	float: left;
	font-size:11px;
	margin:2px 0;
	line-height: 11px;
}
#col1 input {
	background-color: #fff;
	border-left: 1px solid #7f7f7f;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #b6b6b6;
	width: 180px;
	padding:2px;
	float: left;
	color: #999999;
	margin:0;
}
#col1 a {
	font-size: 11px;
	color: #FFF;
}
#col1 #left_login {
	background-image: url('../login_bg.png');
	min-height:110px;
	font-size:11px;
	padding-left:62px;

	height:170px;
}
#col1 #left_login form {
	padding-top: 5px;
}
#col1 #left_login .submitbutton {
	float: right;
	font-weight: bold;
	margin: 10px 10px 5px 0;
	background-image: url('../btn_anmelden.png');
	height:21px;
	width:75px;
}

#col1 #left_login form a {
        background-image: url('../arrow.png');
        background-repeat: no-repeat;
        background-position:  left center;
        padding-left:7px;
        color:#909090;
        line-height:1.7;
}
#col1 #left_menu{
	min-height: 117px;
	width: 264px;
}
#col1 #left_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#col1 #left_menu ul li {
	background-image: url('../nav_bg.png');
	background-repeat:no-repeat;
	background-position:right;
	height:29px;
        text-align: left;
	margin:0px;
	padding:0px 0 0 85px;
}

#col1 #left_menu ul li {
        font-weight:bold;
}
#col1 #left_menu ul li div {
  padding-top:5px;
}

#col1 #cart {
	/*background-image: url('../cart_bg.png'); */
	font-size:11px;
	margin-left:42px;
	padding:0;
}

#col1 #cart #waren {
        background-image:url('../warenkorb_left.png');
        height:94px;
        width:222px;
        border-top:1px solid #787878;
}

#col1 #cart #waren a {
        background-image: url('../arrow_red.png');
        background-repeat: no-repeat;
        background-position:  left center;
        padding-left:7px;
        color:#da9478;
        line-height:1.7;
        font-weight:bold;
}
#col3 #top_border {
	background-image: url('../border.png');
	height: 25px;
	width: 736px;
	float:left;
}

#col3 #top_nav {
	background-image: url('../top_nav_bg.png');
	height: 31px;
	float:left;
	width:731px;
}

#col3 #top_nav ul{
	width: 100%;
	clear: right;
	height: 31px;
	margin: 0px;
	margin-left:20px;
	padding: 0px;
}
#col3 #top_nav ul li{
	height: 31px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0 15px;
}
}
#col3 #top_nav ul li a {
	color: #FFF;
	height: 31px;
	line-height: 31px;
	padding: 0px;
	font-size: 14px;
}
#col3 #top_nav ul li a#current {
	font-weight: bold;
}
#col3 #top_nav ul li a:hover,#header #nav_main ul li a:active,#header #nav_main ul li a:focus {
	color: #000;
}

#col3_content #title {
  font-size:20px;
  color:#da9478;
  margin-bottom:15px;
}
#col3_content .title h1 {
  font-size:20px;
  color:#da9478;
  margin-bottom:15px;
}


div.clear {
	clear: both;
}

.forms {
margin-right:10px;
padding:4px;
}
.forms div {
	
}
.forms .label {
text-align:left;
display:block;
}

.forms label {
	position:relative;
	margin: 0 5px 0 2px;
}

.forms input[type="text"], .forms select, .forms textarea,input[type="password"] {
border:1px solid #CCC;
width:230px;
font-size:12px;
padding:4px;
margin-top: 2px;
margin-bottom: 3px;
}
input[type="radio"] {
position:relative;
margin-top:8px;
}
input[type="checkbox"] {
position:relative;
margin-top:8px;
}
ul {
	list-style: none;
}
ul.dotted li{
	border-bottom: 1px dotted #999;
	line-height: 25px;
	background-image: none;
	padding-left: 3px;
}

.google_map {
	border: 1px solid #999;
	padding: 1px;
}
img {
	border: 0px;
}
#footer {
	border: none;
	background: #d3d3d3 url('../footer_bg.png') repeat-y;
        height:60px;
        width:960px;
}

#footer #links {
  margin-left:275px;
  margin-top:12px;
  float:left;
  
}

#footer #links a {
  margin:0 5px;
}

#footer #copy {
  float:left;
  margin-top:8px;
  margin-left:280px;
  color:#a1a1a1;
  font-size:10px;
  font-weight:bold;
}

#footer #logo {
  background-image:url('../aecht_logo.png');
  background-repeat:no-repeat;
  background-position: 50% 50%;
  width:58px;
  height:60px;
  float:right;

}

.select_box{
	border: 1px solid #999;
	width: 202px;
	max-height: 200px;
	overflow-y: scroll;
}

.select_box div {
	border: 1px solid #FFF;
	background-color: #e3e3e3;
}

.select_box div a {
	color: #393939;
	display: block;
	text-align: left;
	padding: 2px;
}

.select_box div a:hover{
	color: #FFF;
	background: #d3d3d3 url('../select_hover.png');
}
.select_box div a:active{
	color: #FFF;
	background: #d3d3d3 url('../select_hover.png');
}
.cryistal_bg {
	background:transparent url(../bg_login.png) repeat-y scroll 0 25px;
}
.price {
	text-align: left;
	margin: 0 0 0 5px; 
}
input[type='text']{
	border: 1px solid #999998;
	background-color: #FFF;
	color: #50504f;
	padding: 2px;
}
textarea{
	border: 1px solid #999998;
	background-color: #FFF;
	color: #50504f;
	padding: 2px;
	width: 100%;
}
.dashed_table {
	width: 90%;
}
.dashed_table #label {
	width: 25%;
}
.floated {
	float: left;
}
.small_table td{
	padding: 1px;
}

.shop_product_list {
	width: 98%;
	border: 1px solid #999;
}
.shop_product_list tr th {
	background-color: #747474;
}
.shop_steps {
	margin:2px auto 15px auto;
	width:657px;
}
.shop_steps th {
        background-color:transparent;
        height:31px;
        margin:0px;
        padding:0px;
        text-align:left;
        width: 144px;
        background-repeat: no-repeat;
}

.shop_cart {
	margin:0 auto 0 auto;
	width:100%;
	border:1px solid #f0f0f0;
}

.shop_cart th {
  background-image:url('../wk_th_bg.png');
  height:32px;
  color:#7f7f7f;
  font-size:10px;
  font-weight:bold;
}

#product_table {
  width:98%;
  margin:0 auto;
}
#product_table td {
  width:20%;
  text-align:center;
}
#product_table td a { font-size:12px; color:#da9478; }
#product_table td a:focus,
#product_table td a:hover,
#product_table td a:active {color: #da9478; text-decoration:underline;}