/* CSS Stylesheet Sylvia Stahnke */

body {
	background-color:#FFFFFF; /* Hintergrundfarbe */
	width:1000px;
	height:3100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%; /* Schriftgröße */
	letter-spacing:0,5px;
	line-height: 1.5em;
	}
	
#wrapper {
	background-color:#FFFFFF;
	}

#bildbereich {
	position:absolute;
	width:311px;
	height:642px;
	top:none;
	top:0px;
	left:0px;
	bottom:0px:
	background-color:#FFFFFF; /* Hintergrundfarbe */
	background-image:url(pictures/Sylvia-Stahnke.jpg);
	background-position:top left;
	}
	
#navibereich {
	position:absolute;
	width:215px;
	height:3000px;
	text-align:center;
	font-size:20px;
	background-color:#F7C6B5;
	top:0px;
	right:0px;
	left:312px;
	bottom:0px;
	margin:0px;
	padding:0px;
	}
		
#navibereich p span {
	text-align:center;
	font-size:20px;
	}
	

#textbereich {
	position:absolute;
	width:520px;
	background-image:url(pictures/stars.gif);
	background-repeat:no-repeat;
	background-position:top right;
	top:0px;
	margin-left:519px;
	bottom:0px;
	padding:20px;
	height: 3000px;
	}
	
#textbereich p span {
	font-size:18px;
	text-decoration:none;
	color:#666666;
	}

#randbereich {
	position:absolute;
	width:205px;
	min-width:500px;
	min-height:1500px;
	background-image:url(pictures/back.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF; /* Hintergrundfarbe */
	top:0px;
	margin-left:1082px;
	bottom:0px;
	padding:0px;
	}
	
.skiplink { display: none; }

.stil 28


address {
	text-align:left;
	color:#333333;
	font-size: 80%;
	font-style:normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	}
	
a:link { color:#003333;}
a:visited { color:#669933:}
a:hover, a:focus { text-decoration:underline;}
a:active { color:#FFFFFF; background-color:#CCFF99;}
