/* CSS Document */

.startpage {
	background-image:url(grafik/bkg.jpg);
	background-repeat: no-repeat;
	

}
.welcome {
	background-image:url(grafik/welcome_bkg.jpg);
	background-repeat: no-repeat;
	

}
body {
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-border-color: #000000;
}

.iframebox {
	background-position: left top;
	padding-left: 70px;
	}
	
	
iframe {
	border: none;
	height: inherant;
	width: 530px;
	height: 1388px;
	background-color: transparent;

	}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	}
.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.bread_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: darkred;
}

.updatebox {
border: 2px solid darkred;
padding-left: 2px;
}
a:link {
color:#FFFFFF;
text-decoration: none;
}
a:hover {
color: darkred;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;

			
}
