/* DEFAULT HTML
   Grunddefinitionen aller Tags und RTE
----------------------------------------------------------------------------------------------------*/

body {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background: #a89f96;
	font-size:11px;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	/*line-height:1;*/
}

/* TEXT
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 1em;
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.5em;
}
h2 {
	font-size: 1em;
	margin:0 0 1.5em 0;
	padding:0;
}
h3 {
	font-size: 1em;
	margin:1em 0 0.5em 0;
	padding:0;
}
h4,
h5,
h6 {
	font-size: 1em;
	margin:0 0 0 0;
	padding:0;
}
p {
	font-size: 1em;
	margin:0 0 1.5em 0;
	padding:0;
}
ol {
	margin-bottom:1em;
}
ol li {
	list-style: decimal;
	background:none;
	padding-left:0;
	margin-left:3em;
	font-size: 1em;
}
ul {
	list-style: disc;
	margin-bottom:1em;
}
ul ul {
	margin-top:0.3em;
	margin-bottom:0.5em;
}
li {
	font-size: 1em;
	margin-left: 1.5em;
	list-style:none;
}
li li {
	font-size: 100%;
}
li,
p {
	line-height:1.5em;
}
del	{
	text-decoration:line-through;
}
ins {
	text-decoration:underline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	color:#8b8078;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: 0 #8b8078 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin:2em 0;
}
.box hr {
	margin:2em 0.5em;
}
/* diverse Abst�nde
----------------------------------------------------------------------------------------------------*/
pre,
table,
address,
fieldset {
	margin-bottom: 2em;
}
/* Tabellen
----------------------------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:auto;
	margin-left:1px;
}
th {
	background:#a89f96;
	border:1px solid #8b8078;
	color:#fff;
	font-weight:bold;
}
th,
td {
	font-size:1em;
	margin:0;
	padding:0.5em;
	text-align:left;
}
td {
	border:1px solid #8b8078; 
}
th p,
td p {
	margin:0;
	padding:0;
}
td.align-center {
	text-align:center;
}
/* Formulare - Rest steht in der Typo3.css
----------------------------------------------------------------------------------------------------*/
form {
	border:none;
	width:99%;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
label {
	font-weight:bold;
	font-size:1em;
}
/* RTE
----------------------------------------------------------------------------------------------------*/
span.hervorheben {
	font-weight:bold;
}
p.align-right {
	text-align:right;
}
p.align-left {
	text-align:left;
}
p.align-justfy {
	text-align:center;
}

/*
a.internal-link,
a.internal-link:hover {
	padding-left: 15px;
	background: transparent url(../img/icons/bg_icons.gif) no-repeat left -209px;
}
a.internal-link-new-window,
a.internal-link-new-window:hover {
	padding-left: 16px;
	background: transparent url(../img/icons/bg_icons.gif) no-repeat left -239px;
}
a.external-link,
a.external-link:hover {
	padding-left: 12px;
	background: transparent url(../img/icons/bg_icons.gif) no-repeat left -267px;
}
a.external-link-new-window,
a.external-link-new-window:hover {
	padding-left: 16px;
	background:transparent url(../img/icons/bg_icons.gif) no-repeat left -299px;
}
a.download,
a.download:hover {
	padding-left: 16px;
	background:transparent url(../img/icons/bg_icons.gif) no-repeat left -329px;
}
a.mail,
a.mail:hover {
	padding-left: 15px;
	background:transparent url(../img/icons/bg_icons.gif) no-repeat left 3px;
}
a.weiter,
a.weiter:hover {
	padding-left: 12px;
	background: transparent url(../img/icons/bg_icons.gif) no-repeat scroll 97% -144px;
	padding:0.5em 2.5em 0.4em 0.5em;
	border:1px solid #CFCFCF;
}
a.zurueck,
a.zurueck:hover {
	padding-left: 12px;
	background: transparent url(../img/icons/bg_icons.gif) no-repeat scroll 5px -174px;
	padding:0.5em 0.5em 0.4em 2.5em;
	border:1px solid #CFCFCF;
}
*/
