/* 
Title:     aczentum master style
Author:    info@aczentum.de
ded. to RS
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	
	line-height: 1.5em;
	background: url(images/aczentum_3.png);
	background-repeat:no repeat;
	
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}



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



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

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

p {
	margin: 0;
	padding: 0;
	font-family: Lucida, Verdana, sans-serif;
	text-align: left;
	line-height: 1.5em;
	color: #000;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
	
.text {
	margin: 0;
	padding: 0;
	font-family: Lucida, Verdana, sans-serif;
	text-align: left;
	line-height: 1.5 em;
	color: #000;
	font-size: x-small;; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	}
.text A:link     { color: #red; font-weight: none; text-decoration: underline; }
.text A:visited  { color: #003366; font-weight: none; text-decoration: underline;}
.text A:active   { color: #red; font-weight: none; text-decoration: underline;}
.text A:hover  { color: #red; font-weight: none; text-decoration: underline;}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	color: #930;
	padding: 0;
	margin: 0 0 1em 0;
	}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #930;
	}
h2 a:hover {
	color: #600;
	}
	
	
	
/* ---( id's )------------------------------- */
	

#navigation-home
	{
	position: absolute;	
	top: 300px;
	left: 10px;
	z-index:2;
			}
			
#home
	{
	position: absolute;	
	top: 122px;
	left: 380px;
	z-index: 2;
	width: 300px;
			}	
			
#navigation-information
	{
	position: absolute;	
	top: 300px;
	left: 1110px;
	z-index:2;
			}	

#information
	{
	position: absolute;	
	top: 122px;
	left: 1380px;
	z-index: 2;
	width: 300px;
			}
			
#information-anker
	{
	position: absolute;	
	top: -100px;
	left: 1380px;
	
			}	
			
#navigation-kontakt
	{
	position: absolute;	
	top: 300px;
	left: 2110px;
	z-index:2;
			}	

#kontakt
	{
	position: absolute;	
	top: 122px;
	left: 3380px;
	z-index: 2;
	width: 300px;
			}	
			
#navigation-projekte
	{
	position: absolute;	
	top: 1300px;
	left: 10px;
	z-index:2;
			}	

#projekte
	{
	position: absolute;	
	top: 122px;
	left: 2380px;
	z-index: 2;
	width: 300px;
			}	
			
#navigation-impressum
	{
	position: absolute;	
	top: 300px;
	left: 2110px;
	z-index:2;
			}	

#impressum
	{
	position: absolute;	
	top: 122px;
	left: 2380px;
	z-index: 2;
	width: 300px;
			}	


