/****************************************
*	CSS				*
*	(c)2006 by Ralph Marx		*
****************************************/


body{	color:			black;
	background:		#A9A095;}

h1{	margin-right:		100px;}

.head,
div.note{
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	padding:		10px 20px;
	border-color:		#6CF2C4;
	border-width:		3px;
	border-style:		solid;
	color:			white;
	background-color:	#00FF66;
	background-image:	url(grafik/kopf.gif);
	background-position:	right;
	background-repeat:	repeat-y;
	text-align:		right;
	}
	
div.note{
	padding:		10px;
	margin-top:		30px;
	margin-bottom:		0;
	color:			grey;
	text-align:		center;
	}

p.note{	
	padding:		0;
	margin:			0;
	font-size:		x-small;}

table.note,
div.men{
	width:			100%;
	text-align:		right;
	}

td.note1{
	width:			33%;
	text-align:		left;
	}

td.note2{
	width:			34%;
	text-align:		center;
	}

td.note3{
	width:			33%;
	text-align:		right;
	}

span.men{
	padding:		0;
	margin:			0;
	margin-left:		10px;	
	color:			black;
	}

span.men,
a.men:link,
a.men:visited,
a.men:focus,
a.men:hover,
a.men:active
	{margin-left:		10px;}

a.men:link
	{color:			grey;}

a.men:visited
	{color:			white;}

a.men:focus,
a.men:hover
	{color:			black;}

span.men,
a.men:active
	{color:			#F4FA9C;}


.main{	margin-left:		auto;
	margin-right:		auto;
	margin-top:		0;
	margin-bottom:		20px;
	padding:		20px;
	border-color:		#6CF2C4;
	border-width:		3px;
	border-style:		solid;
	color:			black;
	background-color:	#F4FA9C;
	background-image:	url(grafik/verlauf.gif);
	background-position:	left;
	background-repeat:	repeat-y;
	
	}


@media print{
	.noprint{
		display:		none;
	}
	.head,
	div.note,
	p.note,
	table.note,
	td.note1,
	td.note2,
	td.note3,
	div.men,
	.main
	{	border-style:		none;
		color:			black;
		}

}
