/*stylesheet für debora singkreis */

body, html { /*Festlegeung des Bildschirmhintergrundes*/
	margin: auto;
	background-color:#330066;
	line-height: normal;
	width: 900px;
	height: 675px;
	position: relative;
	background-position: center; 
	z-index: 0; }
	 

/* Seiteninhalte */
.content {
	position: absolute;
	width: 900px; 
	height: 675px;
	background-color:#330066;
	background-image: url(../bilder/hinten.jpg);
	left: auto;
	top: 10px; }
	
.navi{
	position: absolute;
	width: 140px;
	height: 400px;
	left: 13px;
	top: 100px;
	border: 0px solid;
	z-index: 1;}
	
.sitename {
	position: absolute;
	top: 30px;
	left: 420px;
	width: 380px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif, bold;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #872403;
	text-align: left; }
	
.box{
	position: absolute;
	width: 450px;
	height: 400px;
	left: 420px;
	top: 80px;
	border: 0px solid;
	z-index: 1;}
	
.boxover{
	position: absolute;
	width: 450px;
	height: 400px;
	left: 420px;
	top: 100px;
	border: 0px solid;
	overflow: scroll;  }
	
.galerie{
	position: absolute;
	width: 460px;
	height: 440px;
	left: 420px;
	top: 85px;
	border: 0px solid;
	overflow: scroll;  }
	
.bild{
	position: absolute;
	width: 200px;
	height: 300px;
	left: 180px;
	top: 100px;
	border: 0px solid;
	z-index: 1;}

.unten{
	position: absolute;
	width: 450px;
	height: 400px;
	left: 420px;
	top: 450px;
	border: 0px solid;
	z-index: 1;}
	


/* Textformatierung */    

	 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330066;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	}
	
	a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #330066;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #872403;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
	p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 140%;
	} 
		
	p.fett{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #333333;
	text-align: left;
	line-height: 100%;
	font-weight:bold;
	}
	
	p.rot{ /* zitate */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #872403;
	text-align: left;
	line-height: 150%;
	font-weight: regular;
	font-style: italic;
	}

		
	h1 { /* blau fett*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #330066;
	text-align: left;
	line-height: 100%;
	font-weight:bold;
	}
		
	h2{ /* rot fett*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #872403;
	text-align: left;
	line-height: 100%;
	}
	
	
	


