/* css Seiteneinstellungen copyright: Rolf Geigle */

/* 
Dieses Stylesheet ist geistiges Eigentum von Herrn Rolf Geigle
Eine Verwendung außerhalb der Homepage http://www.grammophonsammlung-geigle.de und der Unterseiten wird untersagt.
Die Vervielfältigung der Styles oder Teile davon (auch in abgewandelter Form) untersagt. 
Für Fragen zu der Homepage oder den Styles wenden Sie sich an den Webmaster.
*/

/* -----------------------------Grundeinstellungen und Layout-------------------------- */
html	 	{height: 100%;}

*		{margin: 0; padding: 0;}

body		{font: normal 1em arial, sans-serif; background-image: url(Bilder/Hintergrund.jpg); background-repeat: repeat; color: #1D1D1D;}

h1		{font: bold 200% arial, sans-serif; color: #933A00; letter-spacing: -1px; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px;}

h2		{font: bold 160% arial, sans-serif; color: #933A00; letter-spacing: 0px; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px;}

h3		{font: bold 125% arial, sans-serif; color: #933A00; letter-spacing: 0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

h4		{font: bold 115% arial, sans-serif; color: #933A00; letter-spacing: -1px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

h5		{font: bold 115% arial, sans-serif; color: #933A00; letter-spacing: -1px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

h6		{font: bold 125% arial, sans-serif; color: #933A00; letter-spacing: -1px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

a, a:hover	{background: transparent; outline: none; text-decoration: underline; color: #000000;}
a: hover	{text-decoration: underline; color: #000000;}

img		{border: 0;}

p		{padding: 0px 0px 5px 0px; line-height: 1.5em;}

ul		{padding: 0px 0px 5px 0px; margin: 0px 0px 0px 0px;}

ul li		{padding: 0px 0px 5px 0px; margin: 0px 0px 0px 0px;}



/* -----------------------------------------IDs-------------------------------------- */

#Seiteneinstellung	{margin-left: auto; margin-right: auto;}

#Grundgeruest		{width: 90%; margin-left: auto; margin-right: auto;}

#Grundtabelle 		{width: 100%; height: 100%; vertical-align: top; text-align: left; border: none; background: transparent url(Bilder/Durchsichtig.png) repeat; overflow: hidden;}

#Startseite		{width: 100%; text-align: left;	border: 0px;}

#News 			{width: 15%; height: 100%; text-align: left; vertical-align: top; padding: 0px 20px 0px 0px;}

#Rechts			{width: 15%; height: 100%; text-align: right; vertical-align: top; padding: 0px 20px 0px 0px;}

#Fusszeile 		{width: 90%; height: 45px; text-align: center; padding: 15px 0px 0px 0px;}

#Hauptfeld 		{width: 100%; height: 100%; vertical-align: top; text-align: left;}

#Menu 			{width: 80%; text-align: left; border: none; background-color: none;}

#Kontakt		{position: absolute; right: 3%;}

#p_term 		{padding: 0px 10px 0px 2px; line-height: 1.4em; vertical-align: middle;}

#p_term_m 		{padding: 5px 10px 0px 0px; line-height: 1.4em; vertical-align: middle;}

#Links			{padding: 0px 20px 0px 0px;}

#Text_oben		{text-align: left; vertical-align: top;}

#Text_mitte		{width: 100%; text-align: center; vertical-align: middle;}

#i_Frame		{width: 100%; height: 100%; text-align: left; border: 0px;}

/* ----------------------------------------Klassen------------------------------------- */


.clear					{clear: both;}
 
.Rollen 				{width: 100%; border: none;}

.Menuleiste 				{font-size: 140%; list-style: none; padding: 0px 10px 0px 10px; line-height: 28px;}
.Menuleiste li				{float: left; padding: 0px 10px 0px 10px;}
.Menuleiste li:hover			{border: 1px solid black; border-radius: 5px 5px 5px 5px; background: transparent url(Bilder/Menuhintergrund.png) repeat;}
.Menuleiste li:first-child		{}
.Menuleiste li a			{display: inline; padding: 0px 10px 0px 10px; text-decoration: none;}
.Menuleiste li.current a		{border: 1px solid black; border-radius: 5px 5px 5px 5px; background: transparent url(Bilder/Durchsichtig.png) repeat;}
.Menuleiste ul				{display: none; position: absolute; list-style: none; overflow: hidden;}
.Menuleiste ul li			{float: none; padding: 2px 0px 2px 0px;}
.Menuleiste li:hover > ul		{display: block; border: 1px solid black; border-radius: 5px 5px 5px 5px; background: transparent url(Bilder/Menuhintergrund.png) repeat;}
.Menuleiste li:hover > ul li:hover	{border: 1px solid black; border-radius: 5px 5px 5px 5px; background: transparent url(Bilder/Dropdownhintergrund.png) repeat;}
.Menuleiste li li a:hover		{}

