@CHARSET "UTF-8";

/* ------------------------------------------------------- */
/*   STYLESHEET FOR WWW.PFERDEHEILPRAXIS-ECKARDSTEIN.DE    */
/* ------------------------------------------------------- */

/* AUTHOR: ROMY BUCHSCHMID */

body {
	
	background-color: #e1e9ef;
	font-family: verdana;
	color: #555555;
}

#container {
	
	width: 80%;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: white;

}
#header {
	
	font-size: 18pt;
}
#menu {
	
	background-color: #960000;
	
	padding-top: 0.5em;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
#gallery {
	
	background-color: #f5fffa;
	padding-top: 1em;
	padding-bottom: 1em;
	
	border-bottom-style: solid;
	border-bottom-color: #b22222;
}
#content {
	
	background-color: white;
	padding-top: 1em;
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 3em;
	
	font-size: 11pt;
}
#footer {
	
	background-color: #960000;
	color: white;
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	align: bottom;

}

#footer img {
	

	vertical-align: middle;
	
	width: 30px;
	height: 30px;
}

.passivecell {
	
	padding-left: 1em;
	padding-right: 1em;
}

.activecell {
	
	padding-left: 0.3em;
	padding-right: 1em;
}

#menu a, #menu a:visited {
	
	color: white;
	text-decoration: none;
}

#menu a:hover {
	
	font-style: italic;
}

#gallery table {
	
	margin-left: auto;
	margin-right: auto;
}

#gallery td {
	
	padding-left: 2em;
	padding-right: 2em;
}

#gallery img {
	
	border-style: solid;
	border-color: #a9a9a9;
	border-width: 1px;
	
	-moz-box-shadow: 3px 3px 4px lightgrey;
	-webkit-box-shadow: 3px 3px 4px lightgrey;
	box-shadow: 3px 3px 4px lightgrey;
}

.reflected {
    position: relative;
}
.reflected:before, .reflected:after {
    display: block;
    position: absolute;
    bottom: -.88em; /* You should change this value to fit your font */
    left: 0;
    right: 0;
}
.reflected:before {
    content: 'Tierheilpraxis Stefanie Elisabeth Freiin von Eckardstein';
    opacity: .3;
    /* This is how the text is flipped vertically */
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.reflected:after {
    /* Fading using CSS gradient */
    /* Don't forget to change the colors to your background color */
    background: -webkit-gradient(linear, left top, left center, from(rgba(255,255,255,0.7)), to(rgb(255,255,255)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgb(255,255,255));
    /* I left out the `filter` property,
       because IE doesn't know `:before` and `:after` pseudo-elements anyway */
    content: ' ';
    height: 1em;
}

#header .name {
	
	color: green;
}

h1 {
	
	font-size: 18pt;
	font-weight: lighter;
}

h2 {
	
	font-size: 12pt;
	font-weight: bold;
}

#content a {
	
	color: #b22222;
}

.fettdruck {
	
	font-weight: bold;
}

#physio table {
	margin-left: auto;
	margin-right: auto;
}