img, table
{
	border: 0px;
}



h1
{
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 15px;
	color: rgb(88,178,213);
}
h2
{
	display: block;
	margin-bottom: 2em;
	font-size: 1.2em;
	font-weight: bold;
    color: rgb(80,118,201);
	text-decoration: underline;
}
h3
{
	font-size: 1.0em;
	font-weight: bold;
    color: rgb(80,118,201);
	margin-bottom: 1em;
}




.top1{margin-top:1em}
.top2{margin-top:2em}
.top3{margin-top:3em}




em
{
    color: rgb(80,118,201);
}
strong
{
	font-weight: bold;
    color: rgb(80,118,201);
}
.link1
{
    color: rgb(80,118,201);
    text-decoration: underline;
}
.link2
{
	font-weight: bold;
    color: rgb(80,118,201);
    text-decoration: underline;
}
.error1
{
    color: rgb(255,0,0);
}
.error2
{
	font-weight: bold;
    color: rgb(255,0,0);
}




.hide
{
	display: none;
}
.center
{
	text-align: center;
}




.def5
{
	width: 5em;
	float: left;
	clear: left;
}
.def6
{
	width: 6em;
	float: left;
	clear: left;
}
.def7
{
	width: 7em;
	float: left;
	clear: left;
}




table 
{ 
	font-size: 1.0em;
}
tr
{
	height: 1.5em;
}
th
{
	border-top: 1px solid rgb(88,178,213);
	border-bottom: 1px solid rgb(88,178,213);
	text-align: left;																				/* IE Zentrieren */
	color: rgb(88,178,213);
}
td
{
	border-bottom: 1px solid rgb(190,233,232);
}
