<!--
@media screen { BODY {
	background-color : White;
	color: black;
	font-family : Arial, Helvetica, sans-serif;

	background-image: url(e3fucover.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 210px;
	margin-right: 20px;
}

.werbung {
	position: fixed;
	top: 400px;
	left: 20px;
	padding: 5px;
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
}

}

@media print { BODY {
	background-color : White;
	color: black;
	font-family : Arial, Helvetica, sans-serif;

	background-image: url(http://www.dpunkt.de/pics/cover/3-89864-429-4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 10px;
}
}

.indent {
	margin-left:20px;
	margin-right:40px;
}


A {
	font-style : normal;
	text-decoration : none;
}

a:link {
	color:#00308f;
    Xfont-size:13px; 
        font-weight:600
     }
a:link.foo {
    color:white;
    font-size:13px; 
        font-weight:700
     }
a:visited {
	color:#00308f;
    Xfont-size:13px; 
        font-weight:600
     }
a:visited.foo {
	color:white;
    font-size:12px; 
        font-weight:700
     }
a:active {
	color:#00308f;
    Xfont-size:13px;
    font-weight:600
     }
a:active.foo {
    color:white;
    font-size:12px;
    font-weight:700
     }

.green{
	color : Black;
	font-weight : normal;
}

.yellow{
	color : #9E9E00;
	font-weight : bold;
}

.red{
	color : #CC3333;
	font-weight : bold;
}

.rot{
	color: red;
}

.bold{
	font-weight : bold;
}

.blue{
	color : #00308F;
	font-size: 10pt;
	font-weight : bold;
}

.brown{
	color : #A06F00;
	font-weight : bold;
}

.white{
	color: white;
}

.foo {
	color: white;
}


hr{
	color : #A0a000;
	width: 100%;
	height: 10px;
}

pre{
	font-family:	monospace;
	background-color: #f0f0f0;
	margin-left:20px;
        margin-right:20px;
	padding: 10px;
}
	

.rightalign{
	text-align: right;
}

img {
	border-style:none;
}
-->
