/** div#page neu: background-color: #010000; Foto-Umgebung schwarz **/
/**                                          **/
/**                                          **/
html, body {
        margin:0;
        padding:0;
}
body{
        text-align: center;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;

        color: #010000;
        font-size: 75%;
}
a{
        color: #27D;       /************ #27D = blau ****************/
        text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #f70;           /*************** rot-orange **********************/
}
p, li {
        line-height: 1.8em;
}
h1, h2 {
        font-family: "Trebuchet MS", Verdana, sans-serif;
        margin: 0 0 10px 0;
        letter-spacing:-1px;
}
h1 {
        padding: 0;
        font-size: 3em;
        color: #333;    /********************* #333 ist fast schwarz **********************/
}
h2 {
	padding-top: 10px;
	font-size:2em;
	line-height: 1.2em;
}
pre {
        font-size: 1.2em;
        line-height: 1.2em;
        overflow-x: auto;
}
div#page {
	width: 800px;                 /*** (900) Breite der Hauptseite (-100) = Textfeldbreite (-100) + Bildfeldbreite (+10) ***/
	margin: auto;
	text-align: left;
	border: 1px solid #000;
	margin-bottom: 10px;
	background-color: #010000;       /******************** 666  ****************************/
}
div#container {
        padding: 20px;
}
div#ads {
        clear: both;
        padding: 12px 0 12px 66px;
}
