@import url("styles.layout.css");
@import url("styles.head.css");
@import url("styles.navigation.css");
@import url("styles.cnavi.css");
@import url("styles.marginal.css");
@import url("styles.form.css");
@import url("styles.module.css");
@import url("styles.cms.css");
@import url("styles.patentserver.css");
@import url("styles.print.css");

/**Allgemeine Formatierungen**/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	background: #FFF;
	color: #757C82;
	display: inline;
	font-size: 1.35em;
	padding: 3px 8px 3px 3px;
}
h2, .containerBox .box h2 {
	color: #7F7F7F;
	font: 1.55em Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 4px 0 8px;
	padding: 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

.containertext h1, #inhaltmargin h1, #inhaltmargin form h2, .containerBox h2 {
	font-weight: 700;
	line-height: 1.3em;
	margin: 0pt 0pt 6px;
	padding: 2px 0px 8px;
  	display: block;
  	color: #000000;
  	font-size: 1.25em;
	text-transform: none;
}

#inhaltmargin form h2 {
	margin: 24px 8px 6px 8px;
}

#inhaltmargin form .kurztext {
	margin: 8px;
}

.containertext h2 {
  margin: 0;
  padding: 0px 0px 3px;
  display: block;
  font-size: 1.25em;
  font-weight: normal;
  color: #000000;
}

.containerTextMargin h2 {
	font-size: 1.25em!important;
}

h3 {
	display: block;
	font-size: 1em;
}

.topbox h3 {
	color: #98592E;
	display: block;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	margin: 8px 8px 0;
	padding: 0;
	vertical-align: top;
}
.teasertext h3 {
	margin: 0;
	padding: 8px 8px 0;
}
h4 {
	display: inline;
}
a, a:link, a:visited, a:hover, a:focus, a:active {
	color: #764D4A;
	text-decoration: none;
}
ul {
	margin: 4px 40px 4px 7px;
	padding: 0;
}
ol {
	margin: 4px 0 4px 35px;
	padding: 0;
}
ul li {
	background: url(../../../images/erp/listicon.gif) no-repeat left 6px;
	line-height: 130%;
	list-style: none;
	margin: 0;
	padding: 0 0 6px 12px;
}
ol li {
	line-height: 130%;
	margin: 0;
	padding: 0 0 6px;
}
.hr {
	background: url(../../../images/erp/bg_hr.gif) no-repeat;
	font-size: 0;
	height: 1px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
select {
	border: 1px solid #4B2B28;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 1.5em;
}
a.back, a:link.back, a:visited.back, a:active.back, a:hover.back, a:focus.back, a:focus.active {
	background: url(../../../images/erp/listsubmit_last.gif) no-repeat 0 2px;
	color: #98592E;
	padding-left: 15px;
	text-decoration: none;
}
a.next, a:link.next, a:visited.next, a:active.next, a:hover.next, a:focus.next, a:active.next {
	background: url(../../../images/erp/listsubmit_next.gif) no-repeat right 2px;
	color: #98592E;
	padding-right: 15px;
	text-decoration: none;
}
a:hover.next, a:focus.next, a:active.next, a:hover, a:focus, a:active, .more a:hover, .more a:focus, .more a:active, a:hover.back, a:focus.back, a:active.back {
	text-decoration: underline;
}
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}
p {
	line-height: 130%;
	margin: 8px;
}
table {
	border: #F2EAE8 1px solid;
	border-collapse: collapse;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}
th {
	background: #F2EAE8;
	font-weight: 400;
	padding: 4px 2px 4px 4px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}
table p {
	margin: 0;
	padding: 0;
}
td {
	padding: 4px 3px 4px 4px;
	vertical-align: top;
}
td.seperator {
	background: url(../../../images/erp/seperator.gif) no-repeat center;
	height: 1px;
}
.left {
	clear: both;
	float: left;
}
.hide, .hidden, caption {
	display: none;
}
ul li p, ol li p, th .sort, th .sorttop, th .sortbottom {
	display: inline;
	margin: 0;
	padding: 0;
}