/* Grundeinstellungen */
* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 11px;

}

a:active, a:focus {

    outline: none;

}
/* Ende Grundeinstellungen */

/*------------------------------*/
/*------------------------------*/
/*------------------------------*/

/* Anfang Seitenaufbau*/
#wrapper {
	height: 600px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 35px;
	border: 4px double #666666;
}

#einfuehrung {
	width: 244px;
	margin-left: auto;
	margin-top: 45px;
	text-align: justify;
	margin-right: auto;
	height: 540px;
	z-index: 20;
}

#einfuehrung #logo {
	height: 175px;
	width: 255px;
	margin-top: 10px;
	position:absolute;
	bottom: 10px;
	left: 22px;
	background-image: url(../images/iam.jpg);
}

#einfuehrung p {
	margin-top: 10px;
	text-indent: 10px;
}

#eintritt  {
	text-align: right;
	width: 282px;
	position: absolute;
	left: 0px;
	bottom: 220px;
}

#einfuehrung h1 {
	text-align: left;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	width: 300px;
	text-align: center;
	height: 12px;
	position: absolute;
	left: 0px;
	bottom: -18px;
}

.copyright a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 9px;
	cursor: crosshair;
}
/* Ende Seitenaufbau*/
#prolog_navi {
	height: 30px;
	width: 300px;
	position: absolute;
	left: 18px;
	top: 0px;
}
#prolog_navi a {
	/*background-color: #E6E6E6;*/
	color: #B5B5B5;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	height: 30px;
	width: 60px;
	line-height: 35px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#prolog_navi a:hover {
	text-decoration:underline;

}
