body {
        padding:0;
        width:790px;
        height:100%;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        background-color:#E1EDFE;
        #background-color:#464646;
        color: #02364E;
        #color: #BABABC;
}
/* Global */
a {
	font-weight:bold;
	text-decoration:underline;
	color:#178DCB;
}
a:hover {
        color:#178DCB;
}
h1 {
        font-size:24px;
        margin:0px 0 15px 0;
}
h2 {
	font-size:36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #02364F;
}
h3 {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:24px;
        border-bottom:1px solid #E1EDFE;
}
p {
        font-size:24px;
        background-color: #E1EDFE;
        text-align: justify;
}
blockquote {
        border:1px solid #02364E;
        background-color:#E1EDFE;
        padding:4px;
        font-size:24px;
        font-style:italic;
}
        blockquote p {
        margin:3px;
        padding:0;
        border-top-color: #02364E;
        border-right-color: #02364E;
        border-bottom-color: #02364E;
        border-left-color: #02364E;
        }
/* Kontainer */
div#corpus {
        margin:auto;
        width:790px;
}
div#limes {
        border-left:10px solid #E1EDFE;
        border-right:10px solid #E1EDFE;
}
/* Kopfzeile */
div#caput {
        background-color:#E1EDFE;
        padding:1px 0 30px 0;
}
        div#caput h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#178DCB;
	font-size:10px;
	padding:0;
	font-weight:bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
        }
        div#caput h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#178DCB;
	font-size:24px;
	padding:0;
	font-weight:bold;
	border-bottom:0;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
        }
/* Navigation */
div#selectio {
	height:32px;
	background-color:#E1EDFE;
}
        div#selectio ul {
                padding:0;
                list-style-type:none;
                margin:0 0 0 10px;
        }
                div#selectio ul li {
                        float:left;
                        display:inline;
                        padding:0 4px 0 4px;
                        margin:0;
                }
                        div#selectio ul li a {
	display:block;
	float:left;
	font-size:24px;
	font-weight:bold;
	padding:0px 25px 0 10px;
	height:28px;
	color:#03364F;
	text-decoration:none;
	border:1px solid #E1EDFE;
                        }
                        div#selectio ul li a:hover {
                                text-decoration:underline;
                        }
                        div#selectio ul li a.current:hover {
	text-decoration:none;
	background-color: #02364D;
                        }
                        div#selectio ul li a.current {
	position:relative; /* for IE6 */
	color:#E1EDFE;
	margin-top:-5px;
	padding-top:12px;
	height:28px;
	border:1px solid #02364F;
	border-bottom:none;
	background-color:#02364F;
                        }
/* Inhalt */
div#textus {
        background-color:#E1EDFE;
        padding:5px;
}
        div#textus ul {
        list-style-type:square;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:24px;
        background-color: #E1EDFE;
        }
/* Fusszeile */
div#pedes {
        font-size:9px;
        text-align:center;
        padding:2px 0 0 0;
}
        div#pedes p {
        padding:0;
        margin:0;
        font-size:10px;
        text-align:center;
        }
                div#pedes p a {
        color:#E1EDFE;
        font-weight:normal;
        text-decoration:underline;
                }

