/***** ALLGEMEIN GÜLTIG **********/

body
{
	font-size: larger;
	line-height: 2%;
	font-weight: Normal;
	font-style: Normal;
	vertical-align: baseline;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration: none;
	font-family: "Comic Sans MS";
	background-image: images/Adalarfelsen1.JGP;
	word-spacing: normal;
	width: auto;
	white-space: normal;
}

p
{
font-size: 14px;
line-height: 16px;
margin-top:8px;
margin-bottom:2px;
}


/**** SPAN-FORMATE****/

/* Kleiner Fließtext */
.mini 
{ 
font-size: 12px;
margin-top:1px;
margin-bottom:0px;
 }

/* goldener Text */
.gold
{ 
font-weight: bold;
color:#ffae00;
 }


/****** TITEL ****************/

/* Titel 1 */
h1
{
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}


/* Titel 2 */
h2
{ 
font-size:17px;
font-weight: bold;
color:#ffffff;
text-align: center;
margin-top:15px;
margin-bottom:10px; 
}


/* Titel 3 */
h3
{ 
font-size:15px;
font-weight: bold;
color:#ffffff;
text-align: center;
margin-top:15px;
margin-bottom:10px; 
}

/***** SONDERFÄLLE **********/

/* Trennlinie */
hr
{
color:#ffffff;
height:1px; 
width:600px;
text-align:center; 
}

/* Rahmen */
.rahmen
{ 
border-top-color:#FFF9900; 
border-left-color:#FF9900; 
border-right-color:#FF9900; 
border-bottom-color:#FF9900; 
border-width:1px; 
border-style:solid; 
padding:1px;
} 


/** Alle Links normal und weiß **/
A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited{
	color: #FFFFFF;
	text-decoration: none;
}

A:hover 	{
	color: #000080;
	text-decoration: blink;
}




