.editor {
	margin: 0 0 0 30px;
	width: 957px;
	font-family: Verdana, sans-serif;
}

.editor a:link, .editor a:visited, .editor a:hover, .editor a:active, .editor a:focus {
	color: #b8a15d;
	font-size: 1em;
    font-weight: bold;
	text-decoration: underline;
}

.editor h1 {
	color: #b8a15d;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 8px;
}

.editor h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
    margin: 0 0 20px;
}

.editor h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
    margin: 0 0 20px;
}

.editor h4 {
	color: #b8a15d;
	font-size: 15px;
	font-weight: bold;
    margin: 0 0 20px;
}

.editor i, .editor strong, .editor span {
	font-size: 1em;
	text-align: center;
}

.editor img {
	display: block;
}

.editor p {
	color: #000;
    line-height: 15px;
	margin: 0 0 20px;
}

.editor p.separator {
    border-top: 1px solid #b8a15d;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0 0 18px;
	overflow: hidden;
}

.editor table {
    border: 2px solid #e9d892;
    border-bottom-width: 8px;
    margin: 0 0 24px;
}

.editor td, .editor th {
    padding: 13px 17px;
}

.editor thead th {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    padding: 9px 16px;
}

.editor td p, .editor th p {
	font-size: 1em;
	margin-top: 0;
}

.editor tbody tr {
    background-color: #fcf8e9;
    background-image: url(imgs/gfx/bg_table_tr.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.editor thead th p {
	color: #736357;
	font-size: 1em;
	font-weight: bold;
    margin-top: 0;
}

.editor ol li {
	color: #736357;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.8em;
	margin: 0 0 0 34px;
}

.editor ul, .editor ol { margin: 0 0 24px; }

.editor ul li {
	color: #000;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 0 0 0 24px;
}

.editor .bild {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior:url(imgs/gfx/htc/PIE.htc);
    margin: 0 0 68px;
    position: relative;
    z-index: 10;
}

.editor .bildnews {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior:url(imgs/gfx/htc/PIE.htc);
    /* margin: 0 0 45px; */
    position: relative;
    z-index: 10;
}

.editor .bild img {
    border: 3px solid #b8a15d;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior:url(imgs/gfx/htc/PIE.htc);
    display: block;
}

.editor .bild div.bildunterschrift {
    /*background-image: url(imgs/gfx/bg_bildunterschrift.png);
    background-repeat: no-repeat;
    color: #000;
    height: 132px;
    margin: 0;
    position: absolute;
    bottom: -76px;
    right: -36px;
    width: 228px;
    z-index: 20;*/
	ackground-image: url(imgs/gfx/bg_bildunterschrift.png);
    background-repeat: no-repeat;
    color: #000;
    height: 160px;
    margin: 0;
    position: absolute;
    bottom: -95px;
    right: -36px;
    width: 248px;
    z-index: 20;
    background-size: 100% 100%;
}

.editor .bild div.bildunterschrift div {
    padding: 22px;
}

.editor .bild div.verlaufunten {
    background-image: url(imgs/gfx/bg_bild_unten.png);
    background-repeat: no-repeat;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    behavior:url(imgs/gfx/htc/PIE.htc);
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.editor .bild h3 {
    margin: 0 0 4px;
}

.editor .bild p {
    line-height: 22px;
}

.editor .bildlinks {
    float: left;
    margin-right: 80px;
}

.editor .bildnewslinks {
    float: left;
    margin-right: 50px;

}

.editor .bildrechts {
    float: right;
    margin-left: 72px;
}

.shadow {
  -moz-box-shadow:    0 0 24px -8px #000;
  -webkit-box-shadow: 0 0 24px -8px #000;
  box-shadow:         0 0 24px -8px #000;
}

.editor .galerie li {
    display: inline;
    float: left;
    list-style: none;
    list-style-image: none;
    margin: 0 16px 16px 0;
}

/* nur fuer Test! */
.editor .galerie img {
    height: 80px;
    width: 80px;
}
