/* CSS für Links zur Webentwicklung Standard (webdev.css)*/
/* Copyright Kai Greve */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size:13px;
background-color: #81b1ff;
color: #000000;
}

#container {
position: absolute;
top: 10px;
left: 10px;
width: 130px;
}

body>#container {
position: fixed;
}

.logo {
position: relative;
padding: 0px;
background-color: #ffffff;
border: solid 1px #0161ff;
}

.logo img {
border: none;
vertical-align: bottom;
}

.menue {
position: relative;
top: 0px;
left: 0px;
padding: 5px;
background-color: #ffffff;
border: solid 1px #0161ff;
margin-top: 10px;
}

.hinweis {
position:relative;
top: 0px;
left: 0px;
padding: 5px;
background-color: #ffffff;
margin-top: 10px;
font-size: 8pt;
border: solid 1px #0161ff;
}

.hinweis img {
border: none;
vertical-align: bottom;
}

.hinweis2 {
position: relative;
top: 0px;
left: 0px;
height: 40px;
background-color: #ffffff;
margin-top: 10px;
font-size: 8pt;
border: solid 1px #0161ff;
}

.hinweis2 img {
border: none;
position: relative;
top: 5px;
left: 5px;
}

.homelink {
/*position: relative;
top: 5px;
left: 10px;*/
}

.valid {
position: relative;
width: 120px;
padding: 5px;
text-align: center;
margin-top: 10px;
}

.valid2 {
position: relative;
width: 120px;
padding: 5px;
text-align: center;
margin-top: 0px;
}

#content1 {
position: absolute;
top: 10px;
left: 150px;
width: 600px;
padding-bottom: 10px;
}

#content2 {
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
background-color: #ffffff;
border: solid 1px #0161ff;
}

#quicklinks {
position: absolute;
top: 10px;
left: 760px;
padding:5px;
background-color: #ffffff;
border: solid 1px #0161ff;
font-size: 10pt;
}

#quicklinks  b{
font-size: 10pt;
line-height: 140%;
}

.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 {
float: right;
font-family: sans-serif;
font-size: 10pt;
}

.anmerkung {
font-family: Verdana, sans-serif;
font-size: 80%;
}

.inhalt {
float: right;
border: none 1px #404040;
background-color: #f0f0f0;
padding: 6px;
margin-bottom: 10px;
}

li {
margin-bottom: 0.3em;
}

.bild {
float: right;
border: solid 1px #808080;
margin-right: 0px;
margin-left: 4px;
margin-bottom: 4px;
margin-top: 4px;
}

.firefox {
position: relative;
left: 5px;
padding-top: 4px;
}

.nofloat {
clear: both;
}

.print {
display: none;
}

.printurl {
display: none;
}

.copyright {
display: none;
}

.browser {
border-bottom: dashed 1px #000;
}

code {
font-family: sans-serif;
padding-left: 3px;
padding-right: 3px;
background-color: #eee;
}

.books {
position: absolute;
top: 0px;
left: 610px;
width:120px;
padding:5px 10px;
background-color: #ffffff;
border: solid 1px #0161ff;
font-size: 10pt;
}

.books h1 {
font-size:10pt;
text-decoration:underline;
margin-top:4px;
}

.books iframe {
margin-bottom:5px;
}
