body {
	background-color : #ffebb4;
	background-image : url(http://www.atlantis-lapalma.com/images/jpg/background.jpg);
	background-repeat : repeat-y;
}

body, h, p, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

body,p {
	color: #b37838;
	font-size : 10px;
}

/* -- für die Startseite --*/	

td.index {
	color: #b37838;
	text-align: center;
	font-size : 10px;
	padding : 8px 12px 8px 12px ; 
}

td.index2 {
	color: #b37838;
	text-align: justify;
	font-size : 10px;
	padding : 4px 12px 4px 12px ; 
}

/* -- Überschriften --*/	

td.top  {
	color: #cc9900;
	text-align : center;
	font-style : italic;
}

div.h1 {
	font-size : 30px;
}

div.h2 {
	font-size : 20px;
}

div.h3 {
	font-size : 15px;
}

/* -- allgemeines --*/	

td {
	font-size : 12px;
	color: #996633;
}


h2 {
	font-size: 12px;
	color: #996633;
}


hr {
	width : 80%;
	height : 1px;
	color: #b37838;
}

hr.top {
	width : 100%;
	height : 1px;
	color: #b37838;
}


/* -- Links --*/



 a {
	color: #b37838;
	font-weight : bold;
}

 a:link	{
    color: #b37838;	
	text-decoration : none;
}
 a:active	{
	color: #cc9900;
	text-decoration : underline;
}

 a:visited {
	color: #cc9900;
	text-decoration : none;
}
	 
a:hover {
	color: #b37838;
	text-decoration : underline
}



/* -- für die Links oben und unten --*/	

table.links {
	color: #b37838;
	text-align: center;
	font-size : 11px;
	border:1px #663300 solid;
	padding : 5px 10px 5px 10px ;
}

table.links a {
	font-size : 11px;
	font-weight : bold;
}

table.links a:link	{
    color: #b37838;	
	text-decoration : none;
}
table.links a:active	{
	color: #cc9900;
	text-decoration : underline;
}
	
table.links a:visited {
	color: #cc9900;
	text-decoration : none;
}
	 
table.links a:hover {
	color: #b37838;
	text-decoration : underline
}

/*-- Absender --*/

div.unten {
	color: #b37838;
	text-align: center;
	font-size : 10px;
}

div.unten a:link	{
	color: #b37838;
	text-decoration : none;
	font-weight : bold;
}
div.unten a:active	{
	color: #cc9900;
	text-decoration : underline;
	font-weight : bold;
}
	
div.unten a:visited {
	color: #cc9900;
	text-decoration : none;
	font-weight : bold;
}
	 
div.unten a:hover {
	color: #b37838;
	text-decoration : underline;
	font-weight : bold;
}
