
/* grau #999999 rot #cc0266 */

#logo {	position: fixed;
		top: 0px;
		height: 150px;
		left: 20px;
}

#head {	position: fixed;
		top: 64px;
		left: 500px;
		font-size: 20px;
}

/* Flaggen */

#e1 {	position: fixed;
		top: 0px;
		left: 450px;
		right: 0px;
		height: 8px;
		background-color: red;
}

#e2 {	position: fixed;
		top: 8px;
		left: 500px;
		right: 0px;
		height: 14px;
		background-color: yellow;
}

#e3 {	position: fixed;
		top: 22px;
		left: 550px;
		right: 0px;
		height: 8px;
		background-color: red;
}

#d1 {	position: fixed;
		top: 150px;
		left: 0px;
		width: 10px;
		bottom: 0px;
		background-color: black;
}

#d2 {	position: fixed;
		top: 210px;
		left: 10px;
		width: 10px;
		bottom: 0px;
		background-color: red;
}

#d3 {	position: fixed;
		top: 270px;
		left: 20px;
		width: 10px;
		bottom: 0px;
		background-color: yellow;
}

/* Navigation */

#navtop {
		background-color: #ffff99;
		position: fixed;
		top: 40px;
		height: 110px;
		right: 0px;
		width: 200px;
}

#nav {	background-color: #ffff99;
		position: fixed;
		top: 150px;
		bottom: 0px;
		right: 0px;
		width: 200px;
		overflow: auto;
		line-height: 100%;
}

#key {	position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
}



#main {
	padding: 5px 30px 50px;
	position: fixed;
	top: 150px;
	bottom: 30px;
	right: 200px;
	left: 40px;
	overflow: auto;
}

#footer a { color: white; }

body
{
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h2
{
	text-decoration: none;
	line-height: 130%;
	font-size: 150%;
	font-weight: bold;
}

h3
{
	text-decoration: none;
	line-height: 120%;
	font-size: 120%;
	font-weight: normal;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

ul { 
	list-style-image:url(images/minispain.gif);
	margin: 0.2em;
}

.wide li
{
	margin-top: 1em;
}

.mid li
{
	margin-top: 0.4em;
}

.narrow li
{
	margin-top: 0.1em;
}

hr
{
color:ff9999;
margin: 1px;
}

blockquote
{
	width: 50%;
	margin-left: 4em;
	text-align: left;
	line-height: 1.5em;
	font-family: cursive;
	font-size: 1.2em;
	font-style: italic;
}

blockquote div.source
{
	text-align: right;
	font-size: 70%;
}

a:link { color: blue; }
a:visited { color: #8888ff; }
a:focus { color: #cc0266; }
a:hover { color: #cc0266; }
a:active { color: #cc0266; }

a[ id|=lpr]
{
	color: #999999;
	background-color: white;
	line-height: 40px;
	vertical-align:baseline;
	cursor: default;
}

table
{
	background-color: #ffffcc;
	border-color: #ffff99;
}


table.list
{
	border-spacing: 0px;
}

table.list tr
{

	background-color: #f6f6f6;

}

table.list td
{
	border-style: solid;
	border-width: 3px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;	
	border-left-color: #f6f6f6;	
	border-right-color: #f6f6f6;
}

table.norm
{
	background-color: #ffffff;
	border-color: #ffffff;
	border: 0px;
	cellpadding: 5px;
	cellspacing: 0px;
}

table.preis
{
	background-color: #ffffff;
	border-color: #ffffff;
	border: 0px;
	cellpadding: 5px;
	cellspacing: 15px;
}

table.preis td
{
	vertical-align: bottom;
}

table.preis td + td
{
	text-align: right;
	padding-left: 50px;
}

table.nav
{
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
}

.nav a { 
	font-size: 12px;
	line-height: 20px;
	color: black;
	border-style: solid;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	display: block;
	padding: 5px 5px 5px 15px;
	margin: 0px 5px;
	line-height: 110%;
}


.nav a:link
{
	border-color: #ffff99;
}

.nav a:visited
{
	border-color: #ffff99;
}

.nav a:focus
{
	border-color: red;
	background-color: yellow;
}

.nav a:hover
{
	border-color: red;
	background-color: yellow;
}

.nav a:active
{
	border-color: red;
	background-color: yellow;
}

#this
{
	border-color: red;
	background-color: yellow;
}

a.selected
{
	color: white;
	background-color: #cc0266;
	padding: 2px;
	border: 2px solid #999999;
}

