/* CSS für Links zur Webentwicklung Standard (webdev.css)*/

body {
font-family: Arial, sans-serif;
font-size: 10pt;
background-color: #ffffff;
color: #000000;
}

#container {
display: none;
}

#content1 {
width: 100%;
background-color: #ffffff;
}

#content2 {
border: none;
}

#quicklinks {
display: none;
}

.headline {
/*float:left;*/
}

.ueberschrift {
margin-top: 10px;
font-weight: bold;
text-decoration: underline;
color: #0000c0;
}

h1 {font-size: 14pt;}
h2 {font-size: 12pt; border-bottom: solid 1px #c0c0c0;}
h3 {font-size: 11pt; }

a:link    {color: #0000ff; text-decoration: none;}
a:visited {color: #800080; text-decoration: none;}
a:hover   {color: #0000ff; text-decoration: none; background-color: #ffff00;}
a:active  {color: #ff0000; text-decoration: none;}
a:focus   {color: #0000ff; text-decoration: none;}

.nachoben {
visibility: hidden;
}

.anmerkung {
font-family: Verdana, sans-serif;
font-size: 80%;
}

.inhalt {
/*float: right;*/
border: none;
background-color: #ffffff;
padding: 6px;
margin-bottom: 10px;
}

.bild {
float: right;
border: solid 1px #808080;
margin-right: 0px;
margin-left: 4px;
margin-bottom: 4px;
margin-top: 4px;
}

.nofloat {
/*clear: both;*/
}

.print {
display: inline;
/*text-decoration: underline;*/
}

.printurl {
display: inline;
font-size:80%;
}

.copyright {
margin-top: 25px;
border-top: solid 1px #c0c0c0;
}

img {
display: none;
}

.browser {
border-bottom: dashed 1px #000;
}

.books {
display:none;
}

