/* CSS Document */
body {
	line-height: 150%;
	font-size: 20px;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Times;
	font-style: normal;
	padding-left: 10px;
	padding-top: 10px;
  background-image: url("obrazky-projekt/pozprojekt.jpg"); 
}



a {text-decoration:none;}

a:visited {color:#8D349B;}

a:link {color:#8D349B;}

a.class2{display: block;}

a.class2:visited {color:#69DEFC;}

a.class2:link {color:#69DEFC;}
a.class2:hover {color:Red;}

a.class3:visited {color:White;}

a.class3:link {color:White;}
a.class3:hover {color:Red;}
a.class3 { display: block;
          font-size: 16px;
          font-weight: number;
}

a:active {color: White;}

a:hover {color: Red;}
header {
	height: 110px;
	background-color: Black;
}
nav {
	width: 200px;
	float: left;
	background-color: #1F1FB6;
  color: White;
	padding-left: 10px;
  padding-top: 10px;
  line-height: 20px;
  height: 100%; 
  position: fixed; 
  overflow: auto; 
}
article {
	width: 850px;
	margin-left: 220px;
	background-color: White;
	height: auto;
	min-height: 500px;
	padding-top: 10px;
	padding-left: 20px;
  padding-right: 20px;
}
footer {
	background-color: Black;
	color: White;
	height: 100px;
	text-align: center;
}
h1 {
	color: #1F1FB6;
	height: 25px;
  text-align: right;
}
h2 {color: #1F1FB6;
  font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;}
h4 {
	color: White;
	font-family: Comic Sans MS;
	font-size: larger;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
h5 {
	color: Black;
	font-weight: bolder;
	font-size: 20px;
}

/* CSS Document */