﻿
/*
----------------------------------------------------
CSS-Datei 'beige'

Farben:
Hintergrund: beige #fae1a9
Hintergrundbild: bg-02.jpg
-----------------------------------------------------
*/

body
{
background-color:#fae1a9;
background-image: URL(../images/bg/beige-06.jpg);
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;
font-size: 12pt;
color: #442D11;
/*font-weight: bold;*/
}

h1
{
color:#10394a;
font-size: 36pt;
font-weight:bold;
/*font-style:italic;*/
}

h2
{
color:#10394a;
font-size: 24pt;
font-weight:bold;
/*font-style:italic;*/
}

h3
{
color:#10394a;
font-size: 18pt;
font-weight:bold;
/*font-style:italic;*/
}

h4
{
color:#10394a;
font-size: 12pt;
/*font-weight:bold;*/
/*font-style:italic;*/
text-decoration: underline; 
}

/* scrolleiste internet explorer ab vers.5.5 */

html, body
{
scrollbar-arrow-color: #d1bd98; 
scrollbar-base-color:#e7d3ae;
scrollbar-highlight-color : #d1bd98; 
scrollbar-shadow-color : #d1bd98;
scrollbar-darkshadow-color: #d1bd98;
SCROLLBAR-TRACK-COLOR: #e7d3ae;
}


/* Auswahl */

a:link                                
{
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;  
color:#000066;
font-size: 12pt;                     
text-decoration: none; 
}

a:visited 
{ 
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;  
color:#000066;
font-size: 12pt;
text-decoration: none; 
}

a:hover 
{ 
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;
color:#ff9900;
font-size: 12pt;
/*font-weight: bold;*/
text-decoration: none; 
/*font-style:italic;*/
}

a:active 
{ 
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;
color:#000066;
font-size: 12pt;
/*font-weight: bold; */
text-decoration: underline; 
}

a:focus
{
font-family:Comic Sans MS,Times New Roman,Helvetica,Courier New,Arial;
color:#000066;
font-size: 12pt;
/*font-weight: bold; */
text-decoration: underline; 
}

#footer {
	color: #999999;
	text-align: center;
	font-size: 8pt;
}
















