body {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	background: gainsboro;
	text-align: justify;
	color: #A4A4A4;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

/* Header */
        
#header {
	width: 800px;
	height: auto;
  /* background: url("header_medisport.png") no-repeat; */
	position: relative;
  margin: 0 auto;
	padding: 0px 0 0 0;
	/* border-top: 1px solid darkgrey;
	border-left: 1px solid darkgrey;
	border-right: 1px solid darkgrey;
	border-bottom: 1px solid silver; */
	color: #B64926;
}

#menu {
	float: left;
	width: 800px;
	margin-left: 115px;
	margin-top: 10px;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: gray;
}

.aktivni {
  font-weight: bold;
	font-size: 18px;
	color: #990033;
}        

#menu a {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
  color: #7C1315;
  text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome */    
}

#menu a: hover {
	font-family: Arial;
	font-size: 13px;
	text-decoration: underline;
  color: blue;    
}

#menu a: active {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
  color: blue;    
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
  background: rgb(255,255,204);
  background: whitesmoke; 
	border-bottom: 1px solid darkgrey;
	border-left: 1px solid darkgrey;
	border-right: 1px solid darkgrey;
	/* stín okolo wrapperu - all browsers CSS3 - solution */
	-moz-box-shadow: 1px 1px 11px #000;
	-webkit-box-shadow: 1px 1px 11px #000;
	box-shadow: 1px 1px 11px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/* Page */

#page {
	width: 800px;
  margin-bottom: 50px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	margin-top: 15px;
  margin-left: 115px;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}


h1, h2, h3 {
	font-family: Arial;
	font-weight: normal;
	color: #7C1315;
}

h1 {
	letter-spacing: 0px;
	font-size: 1.5em;
}

h2 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1em;
	line-height: 120%;
}

p {
	line-height: 120%;
}

ul {
  margin-top: -20px;
  margin-left: -10px;
  color: black;
	line-height: 150%;
}

a {
	color: #7C1315;
	text-decoration: none;
}

a:hover {
	color: #0033FF;
	text-decoration: none;
}

/* Footer */

#footer {
	width: 800px;
	height: 20px;
	margin-top: 5px;
	background: black;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
}

#footer p {

}

#footer p a {
  color: royalblue;
  text-decoration: none;
}

.imagedropshadow {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}