/* Die Stylesheets sind wie folgt einzubinden: <link rel=stylesheet type="text/css" href="einleitung.css">*/

body {
background-color:#191970;
background-attachment:fixed;
font-family:arial;
font-size:11pt;color:#fafad2;
width:800px;
}

#linkespalte {
text-align:left;
position:absolute;
margin:0px;
margin-left:0px;
padding:5px;
width:220px;
color:black;
}
#bild {
text-align:center;
position:absolute;
margin:0px;
margin-left:250px;
margin-top:80px;
padding:5px;
width:200px;
color:black;
}
#rechtespalte {
text-align:left;
margin:0px;
position:absolute;
left:590px;
padding:5px;
width:250px;
color:black;
}
#fusszeile {
text-align:left;
position:absolute;
top:470px;
margin:0px;
margin-left:270px;
margin-right:auto;
padding:5px;
width:290px;
color:gold;
}

#boden {
position:absolute;
left:0px;
top:700px;
margin:0px;
padding:0px;
width:933px;
height:200px;
background-color:black;
}

h1, h2, h3, h4 {color:#ffd700;}

h4 {text-align:center;}
div {width:800px;
}

p {text-indent:12pt;color:#fafad2;
}
.box {
width:80%;
text-align:left;
background-color:#faf0e6;
color:red;
font-weight:normal;
font-family:Garamond;
font-size:11pt;
font-style:normal;
border-width:8px;
border-color:indianred;
border-style:ridge;
padding-left:10;
padding-right:10;
padding-top:10;
padding-bottom:10;
position: relative;left:50;
}
strong {color:gold;}
strong.r {
color:red; font-weight:bold
}

em {font-size:11pt;font-style:normal;font-family:Times New Roman,Times,Serif;}

a:link {color:lightblue; text-decoration:none;}
a:visited {color:orange; text-decoration:none;}
a:hover {color:yellow; text-decoration:underline;}

img {border-color:sienna; border-style:ridge;border-width:2px;}
img.kein {border-width:0px;}
