/* ---------- tags ---------- */

body	{
	size					:	portrait;
	background				:	#fff;
	color					:	#000;
	caption-side:	left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	text-align: left;
	margin: 0; padding: 0;
}	
#top {
	height: 180px;
	text-align: center;
}
#head {
	background: white;
	height: 150px; top: 0px; left: 0px;
	text-align: left;
}

#content {
  padding: 0;
  }
h1, h2, h3, h4	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	bold;
	page-break-after		:	avoid;
	page-break-inside		:	avoid;
	color: #00008B;	
	}
p, h3, h4	{
	font-family				:	Verdana, Arial, sans-serif;
	font-weight				:	normal;
	font-style				:	normal;
	color: black;
}

h1	{
	font-size				:	18pt;
	}

h2	{
	font-size				:	13pt;
	text-align				:	left;
	}

h3	{
	font-size				:	12pt;
	}

h4	{
	font-size				:	10pt;
	}
p	{
	font-size				:	9pt;
	}
/*-- Tags --*/
.summe, .summe2, .medium {
	color: #00008B;	
}

/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind, 
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */

img	{
	border					:	0;
	}

li	{
	page-break-inside		:	avoid;
	}

/* damit die codelistings aussehen wie in der i'X :-) */

table {
		border: 1px solid gray;
		clear: both;
		font-size				:	9pt;
		width: 90%;
	}
td {
		border-bottom: 1px solid #DCDCDC;
		padding: 0 3px 0 3px;
		width: auto;
	}
.zeile1 {
		border: 0px solid #DCDCDC;
		padding: 0 3px 0 3px;
		text-align: center;
		font-weight: normal;
		color: #00008B;	
}

.sp0 {
	text-align: center;
}
.sp5, .summe, .summe2, .summe1, .buttonzelle {
	text-align: right;
	padding: 0 3px 0 3px;
}
.buttonzelle {
	border-top: 2px solid gray;
}
.sp {
	text-align : center;
}

#switcher,
.footer,
#invis,
#nav,
.nav {
	display					:	none;
}

a, li {
	display: none;
}
.l-left, #l-left {
	position: absolute;
	left: 0px;
}


