/*
**	Style-Sheets für die Burgfalken 
**	Die helle Variante
*/


/*
**	 Specials für das Menü 
*/
body.menu
{
	background:darkgreen;
	margin:0;
}

body.menu a:link.falke { color:darkgreen;}
body.menu a:visited.falke { color:darkgreen;}
body.menu a:hover.falke { background:darkgreen;}

body.menu button
{
	background-color: darkseagreen;
	font-weight: bold;
	font-size: 8pt;
	padding: 4px;
	margin: 8px;
	width: 150px;
}



/*
** Specials für die Eingangsseite
**	ohne Hintergrundbild
*/

body.intro
{
	background: ivory;
}

body.intro img
{
	float: right;
	margin-left: 1cm;
}


/*
**	Und der Kram für die normalen Seiten
*/

/*** Ränder***/
body
{
	margin-left: 80px ;
	margin-right: 80px ;

	background-attachment: fixed;
	background-image: url(hinter.gif) ;
	background-repeat: no-repeat ;
	background-color: ivory;
	background-position: center 2cm;	
}

/*** Bilderrahmen ***/
img.veraltet
{
	border-style: inset;
	border-color: darkgreen;
}


/*** Schönere Links ***/
a
{
	color: brown;
}

a:hover
{
	color: crimson;
	background-color: gold;
}

a:hover.lightbox
{
	background-color: transparent;
}
	
/*** Überschriften ***/
h1 
{
	text-align: right;
	color:darkgreen;     
	font-family: Comic Sans MS;
	border-bottom: solid;
}

h2, h3
{
	color:darkblue ;
	font-family: Comic Sans MS;
}

.artikel h1
{
    text-align: left;
    border: none;
    font-size: normal;
}

/*** Die Standardschrift für ganz normalen Text ***/
p, table, li, div.artikel
{
	font-family: Arial;
	font-size: 10pt;
	color: darkblue;
	font-weight:bold;
}

small
{
	font-family: Arial;
	font-size: 10pt;
	color: mediumblue;
	font-weight:normal;
}

b
{
	color: black;
}

/*** Ausrichtung für ganz normalen Text und Tabellen ***/
div.artikel
{
	margin-right: 80px;
}


p
{
	margin-top: 20px;
}

table
{
	margin-left:40px;
}

table tr td
{
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}

table.strich tr td
{
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: darkgreen;
}

table.strich .wichtig
{
	text-align: right;
	font-size: 14pt;
	color:darkgreen;     
	font-family: Comic Sans MS;
}



/*** Bild links - Text rechts ***/
div.bildmittext p
{
	margin-top: 40px;
}

div.bildmittext p
{
	text-align: left;
}

div.bildmittext img
{
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}



/*** Text links - Bild rechts ***/
div.textmitbild
{
	margin-top: 40px;
}

div.textmitbild img
{
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

div.textmitbild p
{
	text-align: right;
}


/*** Text links - Bild rechts ***/
div.bilderleiste 
{
	padding:2px;
}

div.bilderleiste table
{
	padding:0px;
	margin:0px;
}


div.bilderleiste table tr td
{
	padding:0px;
	margin:0px;
}
div.bilderleiste table tr td img
{
	border-style: none;
}


/*** Ergebnistabellen ***/
div.ergebnis 
{
	margin-right: 20px;
}

p
{
	margin-top: 20px;
}

table
{
	margin-left:20px;
}

table tr td
{
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}
       
div.artikelfuss
{
    font-size:small; 
    color:gray; 
    float:right; 
    text-align:right; 
    width:15em; 
    border-bottom:solid green 1px; 
    margin-top:1em; 
    margin-bottom:1em;
}

div.homebutton
{
	float: right ;
	width: 15em;
	text-align: right;
}

