@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,input,textarea,select {
	font-family: "arial", "verdana", "sans-serif";
	font-size: 13px;
	color: rgb(60,60,60);
}

h1,h2,h3 {
	margin: 0 0 0.5em 0; padding: 1em 0 0 0;
	font-size: 22px;
	font-weight: normal;
	color: rgb(102,102,102);
}

h1.top{
	padding-top: 0;
}

h2 {
	font-size: 17px; padding-top: 0.6em;
	font-weight: bold;
	color: rgb(0,122,174); /* blue */
}

h3, h4 {
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin: 0; padding: 0;
	font-weight: normal;
}

a {
  color: rgb(0,122,174); /* blue */
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p,ul, ol, address,table,form {
	margin: 0.5em 0;
	line-height: 1.5em;
}
#content p, #content ul, #content ol, #content table, #content form{
	margin: 0.8em 0;
}

ul, ol, table, form{
	padding-left: 0em; margin: 1em 0;
}

li {
	list-style: square;
	margin: 0.3em 0;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	font-size: 0.8em;
	color: rgb(128, 0, 0);
}

ins {
	color: rgb(0, 128, 0);
}

/* imgs */
img {
	border: none;
}

div.photo img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

div.border img {
	border: 1px solid rgb(150, 150, 150);
}

.breadcrumb, .breadcrumb a{
	color: rgb(175,175,175);
}

/* tables */
table {
	border-collapse: separate; border-spacing: 0; border: none;
	font-size: 1em; margin: 1em 0; width: 100%;
	border-left: 1px solid #e7e7e7;
}

th,td {
	padding: 4px 1em;
	line-height: 19px;
}
th{
	color: #FFF;
	font-size: 15px; font-weight: bold;
	background: url("../images/th.gif") top left repeat-x #007cb1; /* blau */
	border-right: 1px solid #4196ba;
	border-left: 1px solid #005e87;
}
td{
	border: 1px solid #e7e7e7;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	color: #007aae;
}
tr.odd {
	background: url("../images/td.odd.gif") top left repeat-x #f5f5f5;
}
table.no-background tr{
	background: #FFF !important;
}

tr.even {
	background: #FFF;
}
th.right, td.right{
  text-align: right;
}
th.center, td.center{
  text-align: center;
}

/* other */
.dummy {
	clear: both;
}

p.message, p.successful {
	padding: 0.5em;
	margin: 1em 0;
	border: 2px solid rgb(100, 100, 100);
	color: rgb(80, 80, 80); /* gray */
  background: #f0f0f0; /* light gray */
}
p.successful{
  background: #d9ffda;
  border-color: #009504;
}
p.error{
  background: rgb(250,200,200);
  border-color: rgb(200,0,0);
  color: #000;
}

.arec_content li {
	list-style: none; padding: 0 0 0 20px;
    background: url("../images/li.gif") 0 3px no-repeat;
	line-height: 18px;
	list-style: none;
	margin-left: none;
	padding-left: 20px;
}

form.contactform div.optional {
	display: none;
}

#content li{
  list-style: none; padding: 0 0 0 20px;
  background: url("../images/li.gif") 0 3px no-repeat;
  line-height: 18px;
  list-style: none;
  margin-left: none;
  padding-left: 20px;
}

table.vertriebspartner img{
    border: 1px solid #e7e7e7; 
}
#field_anrede{
	width: 11em;
}
iframe{
	width: 100%; height: 300px; overflow: auto;
	border: none;
}

#frame_bestellung{
	
}

td.preis{
	font-size: 1.3em; font-weight: bold;
	text-align: right; padding-right: 3em;
}
