/*   B a s i s - S t y l e s h e e t   */
/*   Seitenhindergrund   */
body {
	width:1000px;
	height:620px;
	background-repeat:no-repeat;
	background-color:#FEEC9A;
	border:none;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	}
.bgsize {
	border:none;	
	width:1000px;
	height:620px;
	} 	
/*   Überschriften   */
.myh1 {font-size:36px;
	font-family:English, Arial, Helvetica;
	color: #990000;
    position:absolute;
	width:450px;
	height:40px;
	z-index:1;
	left: 275px;
	top: 120px;
	text-align: center;
	}
.mytxt {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
    position:absolute;
	width:583px;
	height:223px;
	left: 213px;
	top: 194px;
	text-align: justify;
	border:none;
	}		
.mypicro {
	position:absolute;
	border:double;
	border-color:#990000;
	width:175;
	height:220;
	top: 123px;
	text-align:center;
	z-index:3;
	left: 810px;
	}
.mypicru {
	position:absolute;
	border:double;
	border-color:#990000;
	width:175;
	height:220;
	top: 376px;
	text-align:center;
	z-index:4;
	left: 810px;
	}
.brsize {	
	width:175px;
	height:220px;
	} 
/*   Link-Verweise   */
a:link { color:#990000; text-decoration:none; font-weight:bold; }
a:visited { color:#990000; text-decoration:none; font-weight:bold; }
a:hover { color:#990000; text-decoration:none; background-color: #FFCC00; font-weight:bold; }
a:active { color:#990000; background-color:#FFFF99; font-weight:bold; }
a:focus { color:#990000; background-color:#FFFF77; font-weight:bold; }
