/* ============== expose-reality.de ============== */
/* Name: expose */

html
	{
	padding:0;
	}
	

body {
padding: 0px;
border: 0px;
vertical-align:top;
background-color: #F0F0F0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

body,td,th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

input, select, textarea
			{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			background-color: #EADEAD;
			border-width: 1px;
			border-color: #000000;
			}

.idx {
	font-size:150%; 
	color:#ffffff; 
	font-weight:bold;
	}

.idxc {
	font-size:120%; 
	color:#ffffff; 
	font-weight:bold;
	}
	
.idxt {
	font-size:100%; 
	color:#ffffff;
	}


a:link {
	color: #D90909;
	text-decoration: none;
}
a:visited {
	color: #D90909;
	text-decoration: none;
}
a:hover {
	color: #D90909;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #D90909;
}

h1 	{ font-size:120%; color:#000000; }
h2 	{ font-size:100%; color:#A7351A; margin-top:0px; margin-bottom:0px;}
h3 	{ font-size:80%; color:#8C3B0F; }
h4 	{ font-size:100%; font-weight:bold; border-bottom:1px solid #DAD1C4; margin:1.5em 1em 1em 0; color:#3A5774; }
h5 	{ font-size:100%; margin-top:0; }
h6 	{ font-size:100%; margin-top:0; }


hr
	{
	height:2px;
	width:650px;
	border:dotted; #B5690F;
	text-align:center;
	/* border-top:1px solid 
	border-left:0 none;
	border-right:0 none;
	border-bottom:0 none; */
	margin:4px;
	padding:0;
	}

/* --------- Link- und Textfarben für den Haupt-Bereich ----- */
#mitte {
	background-color: #FFFFFF; 
	background-image: url('pics/mainbgg_750x100.gif');
	background-repeat: repeat-y;
	color: #EADEAD;
	padding: 2px;
  border-width: 1px;
  border-color: #D90909;
  border-style: solid;
	}

/* 	color: #EADEAD;
	text-decoration: underline;
	}
	
#mitte a:visited {
	color: #EADEAD;
	text-decoration: underline;
	}
	
#mitte a:hover {
	color: #A7351A;
	text-decoration: none;
	}

#mitte a:active {
	color: #A7351A;
	text-decoration: underline;
	} */
	

/* -------- Link- und Textfarben für Gästebuch ---- */
#guest {
	background-color: #000000; 
	background-image: url('pics/bg_main_keys_120.jpg');
	background-repeat: repeat-y;
	color: #EADEAD;
	padding: 2px;
  border-width: 1px;
  border-color: #EBB865;
  border-style: solid;
	}

#guest a:link {
	color: #EADEAD;
	text-decoration: underline;
	}
	
#guest a:visited {
	color: #EADEAD;
	text-decoration: underline;
	}
	
#guest a:hover {
	color: #A7351A;
	text-decoration: none;
	}

#guest a:active {
	color: #A7351A;
	text-decoration: underline;
	}


/* -------- Textfarbe für Highligts (dieselbe wie für Überschriften) ----- */
span.high {
	color: #776B6B;
	font-weight: bold;
	}

/* ------- Farben für Download-Links ----- */
span.mp3 {
 color: #B5690F;
 }



/* -------- Text- und Linkfarben für Downloads ------- */
.download {
  /* background-color: #000000; */
  color: #EADEAD;
  text-decoration: none;
  font-wight: bold;
}

a.download:link {
  /* background-color: #000000; */
  color: #A7351A;
  text-decoration: none;
}

a.download:visited {
  /* background-color: #000000; */
  color: #EADEAD;
  text-decoration: underline;
}

a.download:hover {
  /* background-color: #000000; */
  color: #EADEAD;
  text-decoration: underline;
}

a.download:active {
  /* background-color: #000000; */
  color: #A7351A;
  text-decoration: underline;
}
	


/* -------- Text- und Linkfarben für Footer ------- */
.footer {
  background-color: #F0F0F0;
  color:            #B60909;
  font-size:11px;
  font-weight:bold;
}

.footer a:link {
  background-color: #F0F0F0;
  color:            #B60909;
  text-decoration: none;
}

.footer a:visited {
  background-color: #F0F0F0;
  color:            #B60909;
  text-decoration: none;
}

.footer a:hover {
  background-color: #B60909;
  color:            #FFFFFF;
  text-decoration: none;
}

.footer a:active {
  background-color: #000000;
  color:            #FFFFFF;
  text-decoration: underline;
}
	


/* ============== Eigenes ============== 



border-style: dashed;
  border-color: #7B070C;


CSS in HTML:
z.B. Hintergrundbild:
 
 style="background-image:url(grafik/Links/oben1rechts.jpg)" 
 
 color: #8F4311; (rotbraun)
 

*/