html { /* = immer scrollbar damit seite im FF nicht springt*/
	height: 100%;
	padding: 0 0 1px 0;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A6A6A6;
	font-size: 10px;
	
	/*background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
}

a{	
	color: #A6A6A6;
	text-decoration: none;
	margin-top: 20px;
} 

a:hover{
	color: white;	
	background-color: #7A7A7A;
}

/* INTRO-SEITE --------------------------------------------------------- */
#intro {
	float:right;
	margin-top: 20px;
	margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;

/*
	border: 1px solid red;
*/

}

#introimage a:hover{
	background-color: #FFFFFF; /* damit man das hover beim introbild nicht sieht... */
}

/* HAUPTNAVI-BOX inkl. Logo (links) --------------------------------------------------------- */
#navi {
	float:left;
	width: 25%;
	margin-top: 60px;
	margin-left: 6%;
	margin-right: 0;

	
	/*
border: 1px solid red;
*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}

#navi ul {
	list-style-type: none;
	margin-top: 50px; 
}

#languagenavi a { /* deutsch/english/espanol */
	font-size: 10px;
}


#navi a.activepage{ /* aktive seite in hauptnavi */
	color: white;	
	background-color: #A6A6A6;
}

#logo a:hover{
	background-color: #FFFFFF; /* damit man das hover beim logo nicht sieht... */
}




/* CONTENT-BOX (rechts) --------------------------------------------------------- */
#content {
	float: right;
	width: 58%;
	margin-top: 195px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;

	/*
border: 1px solid green;
*/
	font-size: 12px;
	text-align: left;
	line-height: 17px;
}


/* HOME --------------------------------------------------------- */
#home {
	/*
border: 1px solid blue;
*/
	margin-top: -25px;
	margin-right: 10%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#home h1{
	margin-top: 25px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 16px;
}

#home h2{
	margin-top: 7px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 13px;
	color: #7A7A7A;
}

#home p{
	margin-top: 3px;
	margin-bottom: 0px;
}



/* WORK --------------------------------------------------------- */
#gallery img { /* 10px abstand zwischen thumbs */
	margin-right: 10px;
	margin-bottom: 10px;
}

#gallery a { 
	background-color: #FFFFFF; /* damit man das hover nicht sieht... */
}


/* CONTACT  --------------------------------------------------------- */

#contact p{
	margin-top: 0px;
	margin-bottom: 3px;
}


/* LINKS --------------------------------------------------------- */
#links {
	line-height: 25px;
}

#links p{
	margin-top: -3px;
	margin-bottom: 3px;
}


/* LIGHTBOX --------------------------------------------------------- */
/*
#lightbox a:hover { 
	background-color: #FFFFFF; 
}
*/



/*
h1{
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: normal;	
	color: #FF0066;
	margin-top: 20px;
	margin-bottom: 0px;
} 
*/
     

/*
#dielightbox p{
	margin-top: 30px;
	margin-bottom: 0px;
}

#dielightbox h3{
	font-size: 12px;
	font-weight: bold;
	color: white;	
	background-color: #FF0066;
	padding-left: 4px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#dielightbox ul{
	font-size: 12px;
	font-weight: normal;
	color: #A6A6A6;
	line-height: 1.4em;	
	list-style-type: square;
	padding-left:0.8em;
	margin-left:0.8em;
	margin-top: 5px;

}

#dielightbox a.textlinks:hover{
	color: white;	
	background-color: #FF0066;
}



#footer{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #A6A6A6;
	position: absolute;
	bottom: 0;
	margin-top: 50px;
	margin-bottom: 20px;
}


*/ 

