.LoginHeader
{
	background-image: url(Images/A_F/login_welcome_title.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 75px;
	width: 978px;
	margin-left: 30px;
}

.InformationHeader
{
	background-image: url(Images/A_F/welcome_title.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 75px;
	width: 978px;
	margin-left: 30px;
}

.LoginImage, .InformationImage
{
	background-repeat: no-repeat;
	height: 520px;
	width: 100%;
	margin-left: 0px;
}

.LoginImage 
{ 
	background-image: url(Images/A_F/Bild_s1_a.gif); 
}

.LoginImageRight 
{ 
	background-image: url(Images/A_F/Bild_s1_b.gif);
	background-repeat: no-repeat;
	height: 520px;
	width: 270px;
	margin-left: 0px;
	position:relative;
	right:-8px;
}

.InformationImage  
{
	background-image: url(Images/A_F/Bild_s2.jpg); 
}

.LoginTitle
{
	background-image: url(Images/A_F/login_title.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 100%;
	margin-left: 76px;
	margin-top: 50px;
	float: left;
}

.LoginUserInformation
{
	border-left: solid 0px #cdcdcd;
	margin-left: 76px;
	margin-top: 0px;
	padding: 0px 0 0 0px;
	height: 90px;
	float: left;
	width: 100%;
}

.LoginContact
{
	margin-top: 0px;
	margin-left: 76px;
	padding: 10px 0 0 0px;
	border-left: solid 0px #cdcdcd;
	height: 68px;
	float: left;
	font-weight: bolder;
}

.LoginContact a, .InformationLinkContent a, .InformationNewsContent a
{
	font-size: 12px;
	font-weight: bold;
	background: url(./Images/link.gif) 0 5px no-repeat;
	padding: 1px 0 0 10px;
}

.InformationLinkContainer
{
	margin-left: 76px;
	height: 90px;
	float: left;
	width: 289px;
}

.InformationLinkTitle
{
	height: 35px;
	width: 100%;
	background-image: url(Images/A_F/title_background.jpg);
	background-repeat: repeat-x;
}

.InformationLinkContent
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	padding: 15px 0 0 25px;
	height: 100px;
}

.InformationLinkContent input
{
	background-color: Transparent;
	background: url(./Images/link.gif) 0 7px no-repeat;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 0 0 10px;
	text-align: left;
}

.InformationLinkContent input:hover
{
	color: #003399;
}

.InformationNewsContainer
{
	float: left;
	margin: 0 0 0 10px;
	height: 100px;
	width: 586px;
}

.InformationNewsTitle
{
	height: 35px;
	width: 586px;
	background-image: url(Images/A_F/news_title.jpg);
	background-repeat: no-repeat;
}

.InformationNewsContent
{
	padding: 15px 0 0 25px;
}

.text
{
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}


a.Link
{
	color: #67889c;
}

/** now the hacks for IE **/
* html .LoginTitle { margin-left: 38px; } /* escape hack used for IE5.5 */
* html .LoginUserInformation { margin-left: 38px; } /* escape hack used for IE5.5 */
* html .LoginContact { margin-left: 38px; } /* escape hack used for IE5.5 */
/** end of hacks for IE **/

