/* CSS Document */
/* Standard-CSS für www.galerie-steinkopff.de */

/* Wichtige Farben
hellgrau = #ececeb
gelb =	   #fce37e
*/

/* allgemeines*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Geneva, Arial, Helvetica, sans-serif;
}



html, body {
   background: #434343 url(img/body_bg.gif);
   font-size: 101%;
}



a:link {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#ececeb;
    text-decoration: none;
	font-weight:bold;
}

a:visited {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:9pt;
	color:#ececeb;
    text-decoration: none;
	font-weight:bold;
}

a:hover {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color: #fce37e;
    text-decoration: none;
	font-weight:bold;
}

a:active {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color: #fce37e;
    text-decoration: none;
	font-weight:bold;
}

 a
{
margin-top:1pt;
margin-bottom:4px;
}

b
{
  color: #ececeb;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   	font-size: 1.0em;
   	color: #fce37e;
  	padding-top:59px;
 	margin-right:10px;
  	padding-right:10px;
}

h2 {
   font-size: 0.8em;
   padding-left:32px;
   padding-right:30px;
   color: #ececeb;
   text-align:left;
   font-weight:lighter;
}

h3 {
   font-size: 0.8em;
   padding-left:32px;
   padding-right:30px;
   color: #fce37e;
   text-align:left;
   font-weight:lighter;
}

h4 {
   text-align:center;
   font-weight:lighter;
   font-size: 0.3em;
}

p, ul {
   	font-size: 0.65em;
   	line-height: 1.5em;
   	color: #ececeb;
  	margin-top:1pt;
	margin-bottom:4px;

}




body {
	background-image: url(img/body_bg.gif);
	margin-top: 4%;
}

/* ende allgemeines */






		#container {
			width: 738px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			background-image:url(img/container_bg.jpg)
		}

/* top und hauptnavigation */

		#name {
			height:80px;
			float: left;
			width: 363px;
			margin: 0;
			margin-right: 0px;
			background-image:url(img/top.gif)
		}

		#navi-haupt {
					margin: 0;
			height:80px;
			margin-left: 363px;
			background-image:url(img/topr.gif);
			text-align:right;
		}

/* ende top und hauptnavigation */

/* bilder-navigation */

			#navi-bilder {
			height:30px;
			float: left;
			width: 363px;
			background-image:url(img/menue2_bg.gif);
		}

		#space {
			margin-left: 363px;
			height:30px;
			background-image:url(img/rechtsmenue2.gif);
		}

/* ende bilder-navigation */


/* inhalt */

		#inhalt {
			clear: both;
			height:100%;
			background-image:url(img/bg_haupt.gif);
		}
		
/* ende inhalt */
		
/* fusszeile */

		#footer {
			height:24px;
			clear: both;
			margin-top: 0px;
			background-image:url(img/unten.gif);
		}
		
/* ende fusszeile */
