/* DATEI: ~/css/bild.css */
/* fuer Seiten mit kurzer Message in der Mitte */

/* Main page declarations (body: layout, colors, and backgrounds) */
body {
	margin:0px;
        padding:0px;
}
.solitude {
	background-image:url(../images/tara2_1920x1080_text.jpg);
        background-attachment:fixed;
}

/* Main font declarations */
a,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:Arial,Helvetica,sans-serif; }
.roman { font-family:Times,serif; }

/* Headings: sizes, layout, and colors */
h1 { font-size:30px; text-align:center; }
h2 { font-size:24px; text-align:center; }
h3 { font-size:18px; }
h3.cen { font-size:18px; text-align:center; }
h4 { font-size:14px;
     margin-bottom:2px; }

/* General text elements */
p,div,th,td,b,i {
	font-size:10pt;
}

/* Lists and tables */
ul {
	list-style-type:disk;
	color:#FFFFCC;
}
table { border-style:outset;
        border-color:#CCCCCC;
        border-width:3px;
        border-spacing:0px; }
table.blind { border-style:none;
        border-width:0px;
        border-spacing:0px; }
.message {
        position:absolute;
        top:150px; left:100px; 
           text-align: right; }
.untenrechts {
	position:absolute;
        bottom:20px; right:20px;
        padding:6px 30px 10px 10px;
        color:#FFFFCC;
        background-color:#333366;
        text-align:left;
        /*width:30%;*/
}
p.warning {
    color:#FF6666;
    font-size:14pt;
    font-weight:700;
}
.enter { position:absolute;
         bottom:20px; }

/* Links or general anchors */
a:link { color:#FFFFCC; text-decoration:underline; }
a:visited { color:#FFFFCC; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }

/* Ende */
