body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
}

#header {display: none;}
#header_left {display: none;}
#header_right {display: none;}
#nav_top {display: none;}
#breadcrumb {display: none;}
#left_container {display: none;}
#nav_left {display: none;}
#inhalt_left {display: none;}
#right_container {display: none;}
#inhalt_right {display: none;}

#balkenunten {display: none;}

p {
	font-size: 10pt;
}
p.rahmen {
	border: 1px solid #000;
	padding: 3px;
}
p.align-left, td.align-left {
	text-align: left;
}
p.align-center, td.align-center {
	text-align: center;
}
p.align-right , td.align-right {
	text-align: right;
}
p a.mail {
	font-size: 10pt;
}

ul {
	font-size: 10pt;
}

/* ---- GLOBALE ANGABEN ---- */

h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
div.com-category h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
}
h5 {
	font-size: 11pt;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	margin-left: 1px;
	font-size: 10pt;
}
table.links {
	margin-left: 1px;
	margin-right: auto;
}
table.zentriert {
	margin-left: auto;
	margin-right: auto;
}
table.rechts {
	margin-left: auto;
	margin-right: 0;
}
/*table.contenttable {display: none;}*/

td {
	padding: 2px;
	border: 1px solid #000;
	vertical-align: top;
	font-size: 10pt;
}
td.ohne {
	border-style: none;
}
td.com-list-col-teaser, td.com-list-col-img, td.com-single-action-entry-left {
	border-style: none;
}
td.com-list-col-teaser a {font-size: 10pt;}

td.com-single-action-entry-right {
	border-style: none;
}

img {
	border-style: none;
}
img.align-left {
	margin-left: 0;
	margin-right: auto;
}
img.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.align-right {
	display: block;
	margin-left: auto;
	margin-right: 0;
}
/* Bild links, Text rechts: */
img.imgleft {
    float: left;
    margin: 0 10px 10px 0;
}

/* Bild rechts, Text links: */
img.imgright {
    float: right;
    margin: 0 0 10px 10px;
}

a:link {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}

a.internal-link:link {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}
a.internal-link:visited {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}
a.internal-link:hover {
	font-size: 10pt;
	color: #365fdb;
	text-decoration: none;
}

a.begleitheft:link {
	padding-left: 16px;
	text-decoration: none;
	color: #365fdb;
	background-image: url(../../icons/hoelzel/begleitheft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.begleitheft:visited {
	padding-left: 16px;
	text-decoration: none;
	color: #365fdb;
	background-image: url(../../icons/hoelzel/begleitheft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.begleitheft:hover {
	padding-left: 16px;
	text-decoration: underline;
	color: #365fdb;
	background-image: url(../../icons/hoelzel/begleitheft.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.zusatz:link {
	padding-left: 13px;
	text-decoration: none;
	color: #365fdb;
	background-image: url(../../icons/hoelzel/dreieck_r.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.zusatz:visited {
	padding-left: 13px;
	text-decoration: none;
	color: #365fdb;
	background-image: url(../../icons/hoelzel/dreieck_r.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.zusatz:hover {
	padding-left: 13px;
	text-decoration: underline;
	color: gray;
	background-image: url(../../icons/hoelzel/dreieck_r.gif);
	background-repeat: no-repeat;
	background-position: left;
}
