/* 
Title:     gaby kreusch master style
Author:    
ded. to RS
*/

body {

margin:0;

text-align:center; /* Zentrierung im Internet Explorer */

	
	font-family: "Lucida Grande", Verdana, sans-serif;
	line-height: 1,5em;
	color: #fff;
	background:  #353426; 
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;


	}



/* ---( links )------------------------------- */



A:link     { color: #fff; font-weight: none; text-decoration: none; }
A:hover  { color: #fff; font-weight: none; text-decoration: none; }
A:active   { color: #fff; font-weight: none; text-decoration: none; }
A:visited     { color: #fff; font-weight: none; text-decoration: none; }

/* ---( common elements )------------------------------- */

p {
	margin: 0;
	padding: 0;
	font-family: Lucida, Verdana, sans-serif;
	text-align: left;
	line-height: 2em;
	color: #fff;
	font-size: 8pt; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	}
/* ---( navigation )------------------------------- */

		

#navi
{
  list-style-type:none;
  margin:90px 0px 0px 0px;
  padding:0;
}

#navi li a
{
  display:block;
  width:212px;
  height:36px;
  background:#353426 url(images/navi/navi_neu.gif) no-repeat top left;
}

#navi li a span
{
  display:none;
}


#navi-kollektionen a:link,  #navi-start a:active { background-position:0px -0px; }
#navi-kollektionen a:hover { background-position:0px -144px; }

#navi-person a:link, #navi-person a:visited, #navi-person a:active { background-position:0px -36px; }
#navi-person a:hover { background-position:0px -180px; }

#navi-material a:link, #navi-material a:visited, #navi-material a:active { background-position:0px -72px; }
#navi-material a:hover { background-position:0px -216px; }

#navi-kontakt a:link, #navi-kontakt a:visited, #navi-kontakt a:active { background-position:0px -108px; }
#navi-kontakt a:hover { background-position:0px -252px; }


/* ---( id's )------------------------------- */

			
#header
	{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 900px;
	padding: 0.5em;

			}	
		
#content			
	{
	position: relative;
	left: 240px;
	margin:-220px 0px 0px 0px;
	padding: 0.5em;
	width:640px;
	
			}
.right
	{
	align: right; /* Seiteninhalt wieder links ausrichten */
	
			}