/* Generelle Definitionen */
body,html {
	height: 98%;
}
body {
    background: #e7e6e6;
    margin: 0;
    padding: 0;
	height: 100%;
}
body,td {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    letter-spacing: 0.02em;
    color: #144B8A;
}
img {
    border: 0;
}

/* Blockdefinitionen (Layout) */
#main {
    margin: 10px auto auto auto;
    padding: 0;
    background: #f0f5fb;
    width: 700px;
    border: 1px solid #966666;
	min-height: 96%;
}
/* Die folgende Definition wird nur vom Internet Explorer interpretiert,
  der die min-height-Eigenschaft nicht kennt */
* html #main {
  height: 95%;
}
#heading {
    width: 100%;
    font-size: 18pt;
    font-weight: bold;
    border-bottom: 1px solid #966666;
}
#content {
    padding: 15px 40px;
    margin: 0;
}

/* Menü */
#menu {
    margin: 0;
    padding: 0.7em 0 0.5em 0;
    width: 100%;
    height: 3em;
    font-size: 10pt;
    text-align: center;
    border-bottom: 1px solid #966666;
}
#menu ul {
    margin: 0;
    padding: 0;
    clear: both;
}
#menu li {
    display: inline;
    padding: 0 20px 0 0;
}
#menu li a {
    color: #144B8A;
    text-decoration: none;
}
#menu li a:hover {
    color: #6991C0;
}
#menu li a.selected {
    font-weight: bold;
}

#submenu {
    display: block;
    margin-top: 0.5em;
    font-size: 9pt;
}

/* Im Inhaltsbereich */
#content p {
    text-align: justify;
}
#content h1 {
    /*margin: 0 0 0.5em -0.5em;*/
    font-size: 1.5em;
}
#content h2 {
    margin: 0 0 1em 0;
    font-size: 1.2em;
    font-weight: bold;
}
#content h3 {
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
}

th {
    text-align: left;
    vertical-align: top;
}

a {
    color: #966666;
}
a:hover {
    color: #990000;
}

/* Zitate */
blockquote {
    margin-left: 5em;
    padding-left: 1em;
    display: block;
    border-left: 3px dotted #ccc;
}
blockquote .author {
    font-style: italic;
    font-weight: bold;
    margin-left: 2em;
}

/* Bilder */
#content .images {
    margin: 1em auto 5em auto;
    text-align: center;
    font-size: 8pt;
}

#content .images td {
    padding: 0 50px;
    text-align: center;
    vertical-align: bottom;
    font-size: 8pt;
}
img.image {
    margin-bottom: 5px;
}

.floatright {
    float: right;
    margin-left: 3em;
}

.floatleft {
    float: left;
    margin-right: 3em;
}


#preview, #imp_preview {
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 3em auto;
	border: 1px solid #ccc;
}
#preview #loading, #imp_preview #imp_loading{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: #f0f5fb;
	margin: 0;
	padding: 15px 0;
	-moz-opacity: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}
#previewImage, #imp_previewImage {
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
#preloader {
	display: none;
}
#title, #imp_title {
	margin: 1em auto 0 auto;
	text-align: center;
	font-size: 80%;
}

/* Sonstige Texteffekte */
ul.spaced li { /* Liste mit erhöhtem Zeilenabstand */
   margin-bottom: 1em;
}

.boxed { /* Kasten zur Hervorhebung von Text */
    border: 1px solid #966666;
    padding: 1em 4%;
    margin: 4em 100px 4em 100px;
    display: block;
    text-align: center;
}

.hr {
    color: #f0f5fb;
    height:0;
    border-top: 1px #966666 solid;
    margin: 1em auto 1em auto;
    width: 100%;
    text-align: center;
}


/* Copyright */
#copyright {
    margin: 0.5em 0 5px 0;
    font-size: 7pt;
    color: #966666;
    text-align: center;
}
#copyright a {
    color: #966666;
    text-decoration: none;
}
#copyright a:hover {
    color: #990000;
}


/* to remove: */

.note {
    color: #f00;
    font-weight: bold;
    font-family: Courier New;
}