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

.bodytext {
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #834201;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}


ol.abc {
	list-style-type: lower-alpha;
}

table.braun thead {
	background-color: #834201;
	color: white;
	font-weight: bold; 
}

span.caution{
	font-weight: bold;
	color: red;
}

span.hinweis-stern {
	font-weight: bold;
	color: red;
}

span.price {
	font-weight: bold;
	color: #166F00;
}

span.orange {
	color: #ff8000;
}

span.braun {
	color: #b35a00;
}

span.lila {
	color: #410099;
}

span.gruen {
	color: #166F00;
}



div.right {
	text-align: right;
}

div.center {
	text-align: center;
}

p.grosserText {
	font-size: 14px;	
}

p.kleinerText {
	font-size: 9px;
}

p.kleinerText a {
	font-size: 9px;
}

p.price {
	font-size: 14px;
	font-weight: bold;
	color: #166F00;
}


/* CSS STYLED CONTENT */

/* wird um jedes content element gewrappt, das ist im template im TS angegeben */
div.contentelement {
	margin-bottom: 15px;
}

dt {
	margin: 0px;
}
div.csc-textpic-intext-right dl.csc-textpic-image {
	margin: 2px 0px 5px 5px;
}

div.csc-textpic-intext-left dl.csc-textpic-image {
	margin: 2px 5px 5px 0px;
}

div.csc-textpic-center dl.csc-textpic-image {
	margin-top: 2px;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}

/* zentriert das bild in IE */
div.csc-textpic-center {
	text-align: center;
}

/* zentriert das bild standard konform */
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin-left: auto;
	margin-right: auto;
}

div.csc-textpic-center div.csc-textpic-text {
	text-align: left;
}


div.csc-frame-frame2 {
	padding: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
}


table.contenttable {
	border: 1px solid black;
	border-collapse: collapse;
}

table.contenttable td,
table.contenttable th {
	vertical-align: bottom;
	padding: 2px 5px 2px 5px;
}

table.contenttable th {
	border-bottom: 1px solid black;
}

table.contenttable-0 th {
	background-color: #7c3f00;
	background-image: url("images/table-header/brown-gardient.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
}

table.contenttable-0 tr.tr-even {
	background-color: #eeeeee;
}