/* Generic */
a
{
	color: blue;
	text-decoration: none;
}
a.anchor
{
	color: black;
}
a.extern
{
	border:0.1px;
	font-weight: bold;
}
table
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}
body
{
	background-image: url(http://www.fredstober.de/images/background.png);
	margin: 10px;
}
.centered
{
	text-align: center;
}
.right
{
	text-align: right;
}
img
{
	border: none;
}
h1, h2
{
	text-align: center;
}
.pageheader
{
	background-color: #dcdcdc; /* gainsboro*/
}
.errortext
{
	text-align: center;
}
td.content
{
	vertical-align: top;
	padding-left: 10px;
}

/* Navigation */
td.navbar
{
	vertical-align: top;
	width: 120px
}
div.navitem
{
	position: absolute;
	top: 10px;
	left: 140px;
	padding-right: 10px;
	display: none;
}
div.navtable
{
	position: fixed;
	width: 120px;
	top: 10px;
	left: 10px;
}
table.nav
{
	width: 100%;
	border: black thin solid;
	margin-bottom: 15px;
	background-color: #dcdcdc; /* gainsboro*/
}
td.nav
{
	padding: 5px 5px 5px 5px;
}
a.nav
{
	font-size: 15pt;
}
div.navcurrent
{
	font-size: 15pt;
	color: navy;
}
a.navcurrent
{
	padding-left: 10px;
	font-size: 8pt;
	color: #555555;
	left: 10px;
}

/* Section */
td.sectiontitle
{
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
	color: black;
	border-bottom: black 2px solid;
	padding-left: 12px;
	padding-bottom: 2px;
	background-color: #dcdcdc; /* gainsboro*/
	background-image: url(http://www.fredstober.de/images/title.png);
	background-repeat: repeat-y;
}
td.Impressum
{
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
	color: black;
	border-bottom: black 2px solid;
	padding-left: 12px;
	padding-bottom: 2px;
	background-color: #dcdcdc; /* gainsboro*/
	background-image: url(http://www.fredstober.de/images/title_impr.png);
	background-repeat: repeat-y;
}
td.Physik
{
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
	color: black;
	border-bottom: black 2px solid;
	padding-left: 12px;
	padding-bottom: 2px;
	background-color: #dcdcdc; /* gainsboro*/
	background-image: url(http://www.fredstober.de/images/title_phys.png);
	background-repeat: repeat-y;
}
td.Links
{
	font-weight: bold;
	font-size: 18pt;
	font-family: sans-serif;
	color: black;
	border-bottom: black 2px solid;
	padding-left: 12px;
	padding-bottom: 2px;
	background-color: #dcdcdc; /* gainsboro*/
	background-image: url(http://www.fredstober.de/images/title_links.png);
	background-repeat: repeat-y;
}
td.sectioncomment
{
	background-color: #f0e68c; /* khaki; */
	border-bottom: black 1px solid;
	padding-left: 5px;
}
td.sectionbar
{
	border-right: black 2px solid;
	width: 30px;
}
td.sectionend
{
	border-bottom: black 2px solid;
}
td.sectionpadding
{
	font-size: 0pt;
	height: 15px;
}

/* Homepage */
table.news
{
	width: 90%;
}
td.newsdate
{
	color: red;
	width: 120px;
	text-align: right;
	font-size: smaller;
	vertical-align: top;
}
td.news
{
	color: red;
	font-size: smaller;
	padding-left: 5px;
	vertical-align: top;
}

/* Download, Physik */
td.title
{
	padding-left: 5px;
	font-weight: bold;
	vertical-align: top;
	width: 140px;
}
td.size
{
	padding-right: 5px;
	vertical-align: top;
	width: 60px;
	background-color: #6495ed; /* cornflowerblue*/
	text-align: right;
}
td.description
{
	padding-left: 5px;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	vertical-align: top;
}
td.thumbnail
{
	background-color: white;
}
a.download
{
	color: black;
	text-decoration: underline;
}
a.version
{
	color: gray;
	font-size: 7pt;
	font-family: Monospace;
	text-decoration: none;
}
a.archive
{
	color: #bbbbbb;
	font-size: 7pt;
	font-family: Monospace;
	text-decoration: none;
}
span.version
{
	color: gray;
	font-size: 7pt;
	line-height: 7pt;
	font-family: Monospace;
}
img.thumbnail
{
	width: 80px;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 5px;
}

/* Links */
td.link
{
	width: 200px;
	padding-left: 5px;
	vertical-align: top;
}

/* Guestbook */
iframe.guestbook
{
	position: relative;
	top: 0px;
	width: 100%;
	height: 500px;
}

/* Disclaimer */
td.paragraph
{
	border-bottom: black 1px solid;
	padding-left: 5px;
}
td.lastparagraph
{
	padding-left: 5px;
}
p.subitem
{
	font-style: italic;
}

/* Pagebottom */
a.email
{
	color: red;
	font-weight: bold;
}
p.haftung
{
	font-size: 9px;
}
a.xmlsource
{
	color: gray;
	font-size: 7pt;
	font-weight: bold;
	font-family: Monospace;
}
div.xmlsource
{
	margin-top: 0px;
	text-align: right;
	padding-right: 6px;
	line-height: 9pt;
}
