/* CSS Document */
/* Layout Stylesheet */ 

html, body {
 margin:0px;
 padding:0;
 cursor: default;
}

body { 
 background:#F9F3F0;
 color: #333333;
 text-align:center;
 }

#header {
 position: relative;
 height: 100px;
 background-image: url(/fileadmin/img/header.jpg);
}


#container {
  text-align: left;
  background: #9E312B;
}

#extra {
  background: #9E312B;
  width: 140px;
}



#container {
  width: 800px;
  margin: 0 auto;
}


#content {
  float: right;
  width: 640px;
  background: #ffffff;
}

#left {
  float:left;
  width: 140px;
}

  
#footer {
  clear: both;
  width:100%;
  background: #A2895E;
}

#bar {
  line-height: 25px;
  background: #A2895E;
  text-align: center;
}




/* Presentation Stylesheet */ 
body {
  font-family: verdana,arial,helvetica, sans-serif;
}

#bar {
  letter-spacing: 0.5em;
}

h1 {
  font-size: 18px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: normal;
}


h2 {
  font-size: 16px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
  padding: 0.5em 0.5em 0.5em 10px;
  margin: 0px;
  font-weight: normal;  
}

p {
  font-size: 10px;
  color: #666666;
  margin:0;
  padding: 0.5em 0.5em 0.5em 10px;
}

ul {
  font-size: 10px;
  color: #666666;
}

#content p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#A2895E;
}
#content h1:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#A2895E;
}
#content h2:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#A2895E;
}
#content h3:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#A2895E;
}
#content h4:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#A2895E;
}

#content .csc-textpic-image a,
#content .csc-textpic-image a:hover { 
  border: none;
}

#content a {
  text-decoration: none;
  color: #666666;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: thin dotted #A2895E;
  border-left: 0px none;
}

#content a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: thin dotted #A2895E;
  border-left: 0px none;
}

#content .bodytext .imglink, 
#content .imglink 
 {
  border: 0px;
 }

#left a {
	font-size: 14px;
	color: #A2895E;
	text-decoration: none;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

#left a:hover {
  color: #ffffcc;
  text-decoration: none;
/*  font-weight: bold;*/
  text-align: right;
}

#bar  {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #9E312B;
}

#bar :first-letter {
  color: #9E312B;
}

#footer {
  text-align: left;
  font-size: 9px;
}

#footer a,
#footer a:link, 
#footer a:visited,
#footer a:hover  {
  color: #666666;  
  font-weight: bold;
}

#left a:active {
  color: #ffffcc;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
}

#index, #index_act {
  padding-left: 10px;
  text-align: right;
}

#index_act a {
  color: #ffffcc;
}

.invis {
  display:none;
}

/* Mailform */
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #C0C0C0;
border: 0px;
}

.tx-veguestbook-pi1 {
  padding-left: 10px;
  font-size: 11px;
  color: #666666;
}

.tx-guestbook-form-inputfield-med,
.tx-guestbook-form-textarea {
  font-family: verdana,arial,helvetica, sans-serif;

}

.tx-guestbook-list-header {
  background-color: #A2895E;
}

.tx-guestbook-list-small { 
  font-size: 9px; 
  color: #666666; 
  float: right;
}

/* Produkttabellen */
.contenttable {
  border-collapse: collapse;
  margin-left: 20px;
}

td.artnr {
  text-align: center;
  width: 150px;
  border: 1px solid black;
}

td.descr {
  text-align: left;
  width: 350px;
  border: 1px solid black;
}
td.piece {
  text-align: center;
  widht: 100px;
  border: 1px solid black;
}