/* main structur layer-positioning */

body {
	padding: 0px;
  margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
  color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
  font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img.middle {
  vertical-align: middle;
}

form {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#main {
	width: 100%;

  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

#small_left {

  width: 2px;
  background-color: #254E7F;
  height: 100%;
}

td.small_left {

  width: 2px;
  background-color: #254E7F;
  height: 100%;
}


/* navigation */
#navigation {
  width: 179px;
  background-color: #ACC4DC;
  background-image: url(../allg/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#navigation table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
  color: #000000;
}

#navigation table.submenuitem {
  font-weight: normal;
}

#navigation .logospace {
	width: 1px;
  height: 100px;
}

#navigation td.split {
	text-align: center;
}

#navigation .mainmenu {
  margin-left: 4px;
	text-indent: 4px;
  color: #000000;
}

#navigation .mainmenu a {
  color: #000000;
	text-decoration: none;
}


#navigation .active_menu {
  width: 171px;
	text-indent: 4px;
  background-color: #86A2C2;
  background-position: center;
  margin-left: 4px;
  color: #FFFFFF;
}

#navigation .active_menu a{
  color: #FFFFFF;
	text-decoration: none;
}

#navigation .active_menu a:hover{
	text-decoration: underline;
}

#navigation .active_menu .submenu {
  text-indent: 0px;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000000;
	font-size: 11px;
  font-weight: normal;
}

#navigation .active_menu .submenu a{
  color: #000000;
	text-decoration: none;
}

#navigation .active_menu .submenu a:hover{
	text-decoration: underline;
}

#navigation .addon {
  margin-left: 4px;
  margin-top: 20px;
  padding-top: 20px;
  width: 95%;
}

#navigation .addon table.offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
	font-size: 10px;
  background-color: #FFFFFF;
}

#navigation .addon td.headline {
  color: #ACC4DC;
  background-color: #0273A7;
  padding:3px;
}

#navigation .addon table.offer td.oldprice {
  text-align:left;
  color: #FF0000;
}

#navigation .addon table.offer td.newprice {
  text-align:left;
  color: #39B54A;
}

/* ------------------------------------------------------------ */

/* content */
#content {
/*  float: left; */
  width: 800px;
  padding-left: 10px;
  background-color: #FFFFFF;
 /* background-image: url(../allg/content_bg.jpg);*/
	background-repeat: no-repeat;
  height: 100%;
}

#content .topspace {
	width: 1px;
  height: 90px;
}

#content .category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  font-weight: bold;
  color: #0273A7;
}

#content .category a {
  color: #0273A7;
	text-decoration: none;
}

#content .category a:hover {
  color: #0273A7;
	text-decoration: underline;
}

#content #page {
  margin-left: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  font-weight: normal;
  color: #000000;
}

#content #page a {
  color: #000000;
}

/* ------------------------------------------------------------ */

#content .article_list {
/*  position: relative;
  top: 20px;*/
  width: 95%;
  height: 60px;
  background-image: url(../allg/article_list_bg.gif);
	background-repeat: no-repeat;
  margin-bottom: 10px;
}

#content .article_list table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #000000;
}

#content .article_list td {
  vertical-align: middle;
}


#content .article_list span.article-nr {
  text-align: left;
	padding-right: 5px;
	font-size: 10px;
  font-weight: normal;
}

#content .article_list td.article-name {
	font-size: 11px;
  font-weight: bold;
}

#content .article_list td.article-price {
  text-align: right;
	font-size: 11px;
  font-weight: bold;
}

#content .article_list td.details {
  text-align: right;
  padding-right: 35px;
}

#content .article_list select.realize {
	font-size: 10px;
}

#content .article_detail {
/*  position: relative; */
  margin-top: 20px;
  width: 95%;
  height: 315px;
  margin-bottom: 10px;
}

#content .article_list a.details {
	font-size: 10px;
  font-weight: bold;
  color: #000000;
	text-decoration: none;
}

#content .article_list a.details:hover {
	font-size: 10px;
  font-weight: bold;
  color: #000000;
	text-decoration: underline;
}

/* ------------------------------------------------------------ */

#content .article_detail table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #000000;
}

#content .article_detail td.image {
  width: 384px;
  vertical-align: top;
}

#content .article_detail td.text {
  padding-left: 10px;
  vertical-align: top;
}

#content .article_detail .image-addons {
	font-size: 10px;
  margin-right: 35px;
}

#content .article_detail .image-addons a{
  color: #000000;
	text-decoration: none;
}

#content .article_detail .image-addons a:hover{
	text-decoration: underline;
}

#content .article_detail #article-nr {
	font-size: 10px;
  font-weight: normal;
}

#content .article_detail #article-name {
  font-weight: bold;
}

#content .article_detail #article-description {
  text-align: justify;
}

#content .article_detail #article-inputcount {
  color: #000000;
	font-size: 10px;
  font-weight: normal;
  padding: 1px;
  margin: 0px;
}

#content .article_detail #article-count-order {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#content .article_detail #article-description {
  padding-bottom: 10px;
}

#content .article_detail #article-documents ul {
	margin:5px;
	padding-left:15px;
	line-height:16px;
	list-style-position:outside;
	list-style-image:url(../allg/ul_document.gif);
}

#content .article_detail select.realize {
	font-size: 10px;
}

#content .article_detail .art-details-headline {
  font-weight: bold;
}

#content .article_detail #article-name h1 {
  font-weight: bold;
	font-size: 150%;
}


/* ------------------------------------------------------------ */

#content .article_navigation {
  /* position: relative; */
  margin-top: 20px;
  width: 95%;
  height: 21px;
  vertical-align: top;
  background-image: url(../allg/articlenav_bg.jpg);
	background-repeat: no-repeat;
}

#content .article_navigation td {
	font-size: 10px;
  color: #000000;
  font-weight: normal;
}

#content .article_navigation a {
	font-size: 10px;
  color: #000000;
	text-decoration: none;
}
/*
#content .article_navigation .inactive {
  color: #A1A1A1;
}
*/
#content .article_navigation #navigation_l {
  text-align: left;
  width: 90px;
}

#content .article_navigation #navigation_t {
  text-align: center;
  width: 204px;
}

#content .article_navigation #navigation_r {
  text-align: right;
  width: 90px;
}

#content .article_navigation #navigation_tellafriend {
  text-align: right;
}

#content .article_navigation #navigation_print {
  padding-left: 20px;
  text-align: right;
}

#content #basket {
 /* position: relative; */
  margin-top: 0px;
  margin-bottom: 10px;
}

#content #basket table {
	font-size: 11px;
  color: #000000;
  font-weight: normal;
  border-collapse: collapse;
}

#content #basket td {
  border-width: 1px;
  border-style: solid;
  border-color:#ACC4DC;
  padding:2px;
}

#content #basket tr.article {
	background-color: #EEEEEE;
}

#content #basket tr.headline {
  font-weight: bold;
}

#content #basket input.count {
  color: #39B54A;
  height: 16px;
	font-size: 10px;
  font-weight: normal;
  padding: 1px;
  border: 1px;
  border-color:#39B54A;
  border-style : solid;
}

#content .offer {
  position: relative;
  top: 20px;
  width: 95%;
}

#content .offer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #000000;
}

#content .offer .articlename {
	font-size: 14px;
  color: #0273A7;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

#content .offer .articletext {
  width: 90%;
  text-align: justify;
  margin-bottom: 10px;
}

#content .offer .articletext .articleprice {
	font-size: 12px;
  color: #0273A7;
  font-weight: bold;
}

#content .addon {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  width: 95%;
}

#content .addon table.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content .addon td.headline {
  font-weight: bold;
  color: #0273A7;
  background-color: #ACC4DC;
  padding:3px;
}

#content .addon table.article {
  width: 25%;
  background-color: #FF0000;
}

#content #news {
  /*position: relative;*/
  top: 0px;
  width: 95%;
  margin-bottom: 10px;
}

#content div.orderstate {
  float: left;
  width: 79px;
  font-size : 9px;
  color: #0273A7;
}

#content .inactive {
  color: #A1A1A1;
}

/* ------------------------------------------------------------ */

input.search {
  color: #000000;
	font-size: 10px;
  font-weight: normal;
  padding: 1px;
  border: 1px;
  border-color:#0273A7;
  border-style : solid;
  background-color: #EEEEEE;
  margin-right: 2px;
}

input.searchbutton {
  font-size : 10px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
	border-width : 1px;
  border-color : #0273A7;
  border-style : solid;
  background-color: #EEEEEE;
}

input.button {
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
	border-width : 2px;
  border-color : #ACC4DC;
  border-style : solid;

  padding: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  padding-left: 10px;
  padding-right: 10px;

  background: #FFFFFF;
}

select.disabled {
	margin-top: 4px;
  font-size : 10px;
  color : #000000;
  text-decoration : none;
  background: #EEEEEE;
  border: 0px;
}

table.form {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:100%;
}

table.form td.headline {
	font-size: 10px;
  font-weight: bold;
	color: #0273A7;
  background: #ACC4DC;
  padding-left: 10px;
  margin: 10px;
}

table.form input {
  color: #000000;
  background: #EEEEEE;
	font-size: 11px;
  font-weight: normal;
  padding: 2px;

	border : 0px;
	border-bottom-width: 3px;
  border-bottom-color: #ACC4DC;
  border-bottom-style: double;
}

table.form textarea {
  color: #000000;
  background: #EEEEEE;
	font-size: 11px;
  font-weight: normal;
  padding: 2px;

	border-width : 1px;
  border-color : #ACC4DC;
  border-style : solid;
}

table.form select {
  color: #000000;
  background-color: #EEEEEE;
	font-size: 11px;
  font-weight: normal;
  padding: 1px;

 	border: 1px #ACC4DC;
}

table.form tr {
	vertical-align: middle;
}

table.form td.text {
  width: 150px;
}

table.form td.input {
  width: 250px;
}

table.form hr {
	border:0px;
	border-top:1px solid #ACC4DC;
}

.zusatz {
	font-size : 10px;
  color : #000000;
	text-align: justify;
}

table.form .fehler {
  background: #FF8080;
/*	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;*/
}

.ok {
    color : #2d9400;	
    font-weight : bold;
}

.error {
    color : #FF0000;
    font-weight : bold;
}

table.form input.button {
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
	border-width : 2px;
  border-color : #ACC4DC;
  border-style : solid;

  padding: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  padding-left: 10px;
  padding-right: 10px;

  background: #FFFFFF;
}

table.form td.firsttd {
	width: 200px;
  padding-right: 20px;
}

fieldset {
  width: 95%;
  padding: 10px;

	border-width : 1px;
  border-color : #ACC4DC;
  border-style : solid;
}

legend {
	font-size: 11px;
  font-weight: bold;
	color: #0273A7;
  background: #ACC4DC;
  margin-top: 10px;

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

fieldset ul {
	margin:5px;
	padding-left:15px;
	padding-bottom:15px;
	line-height:16px;
	list-style-position:outside;
}

.textStyleAsSmallButton {
  font-size : 10px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
  border-width : 2px;
  border-color : #ACC4DC;
  border-style : solid;

  padding: 0px;
  border-left-width: 1px;
  border-top-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  
  background: #FFFFFF;	
}

.textStyleAsSmallButton a {
    text-decoration: none;
}

/* ------------------------------------------------------------ */

/* CSS für Tooltiptext */
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #0273A7;
	padding: 2px;
	background-color: #EEEEEE;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#dhtmlfloatie{
	position: absolute;
	left: 10px;
	text-align: left;
	background-color: #EEEEEE;
	left: -900px;
	filter:Alpha(opacity=0);
	/*-moz-opacity:0;*/
	border: 1px solid #0273A7;
	padding: 5px;
	z-index: 90;
}