/* CSS Document */

body,p,h1,h2,br,span {
	background-color:#000000;
	font-family:Geneva, Verdana;
	font-size:10px;
	letter-spacing: 1pt;
	padding: 0px 0px 0px;
	margin:0;
	color:#00000;
	line-height: 15px;
}
table.linien
{
	
	border-top: 1px solid #0033ff;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #0033ff;
	border-left: 0px solid #000000;
}
table.content
{
	border-top: 0px solid #000000;
	border-right: 1px solid #0033ff;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #0033ff;
	background-color: #CCCCCC;
	padding: 0px 20px;
}
h1
{
	background-color: #CCCCCC;
	padding: 10px 20px;
	font-size:13px;
	font-style:normal;
	font-weight: bolder;
	letter-spacing: 1pt;
}
p
{
	background-color: #CCCCCC;
	padding: 0px 20px;
	text-align: left;

}
p.einschub
{
text-indent: 16px;
}
p.nopadding
{
padding: 0px 0px;
}
p.center
{
	padding: 0px 20px;
	text-align: center;

}

img.rahmen
{
	padding: 0px;
	border: 2px groove #0033CC;
	margin: 3px;

}
ul
{
	list-style-type: square;
	list-style-position: outside;

}
a
{
text-decoration: none;
}
