/* ---------- tags ---------- */

body	{
	size					:	portrait;
	background				:	#fff;
	color					:	#000;
	caption-side:	top;
	margin					:	2cm 1cm 1cm 1cm;
	line-height: 100%;
}

#content	{
	width					:	auto;
	margin-top				:	0cm;
	float					:	none !important;
	}

p, h1, h2, h3, h4, h5,a	{
	font-family				:	Arial, sans-serif;
	font-weight				:	bold;
	font-style				:	italic;
	margin					:  0 0 0 0;
	}
p, h3, h4, h5, a	{
	font-family				:	Arial, sans-serif;
	font-weight				:	normal;
	font-style				:	normal;
	}

h1	{
	font-size				:	15pt;
	}

h2	{
	font-size				:	13pt;
	font-weight: 				bold;
	margin-top			: 10px;
	}

h3	{
	font-size				:	12pt;
	font-weight: bold;
	margin:	3pt 0 3pt 0;
	line-height: 15pt;
	}

h4	{
	font-size				:	10pt;
	}
h5	{
	font-size				:	10pt;
	font-style: 				italic;
	font-weight: bold;
	}
p {
	font-size				:	9pt;
	line-height: 10pt;
	}
a:link {
	font-size	:	9pt;
	line-height: 11pt;
	text-decoration: none;
	color: black;
	}
.pright, .druck {
	text-align: right;
}
.pcenter {
	text-align: center;
	margin:0;
}
.prgfunktion	{
 display: none;
	}
/*-- Tags --*/

address, caption, cite, dl, dt, li, td, th, ul 	{
	font					:	10pt Verdana, Arial;
	}

/* nochmal testen, ob die Puenktchen jetzt wirklich weg sind, 
bzw. welcher von denen jetzt in welchem Browser die Dinger wegmacht */


blockquote	{
	border				: 	none;
	margin					:	3pt;
	padding					:	3pt;
	clear					:	both;
	page-break-inside		:	avoid;
	}

img	{
	border					:	0;
	}
.image {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li	{
	page-break-inside		:	avoid;
	}
hr {
	border: 1px dotted #3F3F3F;
	height: 1px;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 3px;
}
/* damit die codelistings aussehen wie in der i'X :-) */

table {
		border: 1px solid silver;
		clear: both;
		width: 98%;
		margin-left: 1%;
	}
td {
		border: 0px solid silver;
		padding-left: 2px;
		padding-right: 2px;
    font-size: 8pt;
	}

input {
	border: none;
}
.zweispaltig {
float: left; 
margin: 1%; 
width: 45%;
}

#spalterechts,
#spaltemenue,
#footer,
.invis,
.unsichtbar,
form {
	display					:	none;
}

.team {
width: 30%;
margin-left: 1%; 
margin-top: 1px; 
float:left;
	page-break-inside	:	avoid;
}
.teamtd {
width: 82px;
}
.divtable {
	width: 100%;
	margin: 0px;
	font-size: 9pt;
}
.divtable td {
	padding: 1px;
	vertical-align: top;
	text-align: left;
}
.divtable h3 {
	font-size:12pt;
	text-align: left;
}
.divtable .small {
	font-size:8pt;
}
object {
display: none;
}


@media print
{
#header,#spalterechts,#spaltemenue,#footer,#nav,.top1,.invis,.seitenanfang,.unsichtbar,object,form {
	display					:	none;
}

body	{
	margin					:	0cm 0cm 0cm 0cm;
}

}





