/******* ALLGEMEIN *******/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #000000;
}
html {
	height: 100%;
	font-size: 62.5%; /* don't edit */
}
body {
	height: 100%;
	font-size: 1.1em; /* edit here global size for em, 1em = 10px */
	text-align: left;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}
h2 {
	font-size: 15px;
	margin-top:8px;
	margin-bottom: 8px;
}
h3 {
	font-size: 12px;
  margin-top:8px;
	margin-bottom: 8px;
}
h4 {
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
}
h5 {
	font-size: 10px;
	margin-top:6px;
	margin-bottom: 6px;
}
h6 {
	font-size: 9px;
	margin-top:6px;
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	font-weight: bold;
	color: #000000;
}

img {
	border: none;
}

a,
a:link,
a:visited,
a:hover,
a:hover,
a:active {
	text-decoration: underline;
	font-weight: normal;
} 
a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
}

textarea, input, select, option{
	font-size: 1em;
	background : #FFFFFF;
	border: 1px solid #2a2a2a;
}

p {
	margin: 0px;
	padding: 0;
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 16px;
}


ol,
ul {
	padding-left: 15px;
	padding-bottom: 6px;
}
ol ol,
ul ul {
	padding-bottom: 0;
}
ol,
ol li {
	list-style-position: inside;
	list-style-type: upper-roman;
}
ul,
ul li {
	list-style-position: inside;
}

blockquote {
	margin: 0 40px;
}

hr {
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border: 0;
	color: #88cc00;
	background-color: #88cc00;
	height: 1px;
	display: block; 
	margin: 10px 0 0 0;
	_margin: 10px 0 0 0;
	clear: both;
}

dfn {
	display: none;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0;
	font-size: 11px;
	width: 100%;
}
caption {
	margin-bottom: 4px;
}
td,
th {
  margin: 0;
	padding: 4px; 
  vertical-align: top;
  text-align: left;	
}
th {
	font-weight: bold
}
thead th {
	border-bottom-color: #000000;
}
thead th.first {
	border-bottom-color: #000000;
}
tbody th {
	border-right-color: #000000;
}
table.tb-zebra-rows{

}
tr.tr-odd,
th.tr-odd,
.header.tr-odd {
	background-color: #EBEBEB;
}
tr.tr-even,
th.tr-even,
.header.tr-even {

}
table.tb-border,
table.tb-border td {
	border: 1px solid #000000; 
}
td.td-protected,
th.td-protected {
	white-space: nowrap;
}
br.clear {
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 0;
}
.clear {
	clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inline {
  display: inline;
}
.absolute {
  position: absolute;
}
.align-left,
p.align-left,
td.align-left,
th.align-left {
	text-align: left;
}
.align-center,
p.align-center,
td.align-center,
th.align-center {
	text-align: center;
}
.align-right,
p.align-right,
td.align-right,
th.align-right {
	text-align: right;
}
.indent,
p.indent,
td.indent,
th.indent {
	padding-left: 50px;
}
.hide {
	position: absolute;
	top: -10000px;
	left -10000px;
}
.hidden {
	display: none;
}

.clearing,
.clear {
	clear: both;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
}

.bold {
  font-weight: bold;
}

#typo3-previewInfo {
  right: auto; !important 
  left: 20; !important
}
