/* general stuff */
* {margin:0px; padding:0px;}

body { 
	margin:auto;  /* zentriert body */
	margin-top:0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
	color: #6F2FA0 ;
	font-size: 14px;
  }

.clr{clear:both;}   /* Trenner*/


/*  general stuff  */
a 	  {color: #6F2FA0 ; text-decoration:none;  }
a:hover {text-decoration:underline;}

p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #6F2FA0 ;
	font-size:14px;
	line-height:20px;
	padding-bottom:15px;
	padding-left:0px;
  }
p a 	  {color: #6F2FA0 ; text-decoration:none;  }
p a:hover {text-decoration:underline;}

p.gallery {
	color: #6F2FA0 ;
	font-size:10px;
	padding-top:0px;
	text-align:center;
  }


/*  SEITENLAYOUT fuer index.php */ 
#container{
/*	background-image:url(../images/IMGS2738a_1200.jpg); 
	background-repeat:no-repeat;*/
	text-align: center;
	margin:0 auto;
	width:1200px;
	height:957px; /* das hier fuer den ie */
	padding:0 0 0 0px;
	border: 0px solid  #fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
#content{
	margin-top: 0px;
	min-height:650px;
	width: 720px;
/*	margin-left:270px;*/
/*	margin-left:250px;*/ /* neu wegen Blocksatz */
	background-color:transparent;
	color: #6F2FA0 ;
	line-height:1.4em;
	text-align: center; /*Blocksatz */
/*	border: 1px solid red;*/
}
#content p { font-size:14px;}

/* folgende anweisung wird nicht vom ie interpretiert */
#container[id] {
    height:auto;
    min-height:957px;
}