small {font-size:10px; color:#0f0f0f}
body {


	background-color: rgb(171,194,244);
  background-image: url(img/bot_back.jpg);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;

	font-family: "Lucida Grande", "Arial Unicode MS", Verdana, sans-serif;

	font-size: 11px;

	margin: 0;

	padding: 0;

}

#header {

  position:absolute;
  left:50%;
	width: 900px;
  margin-left:-450px;
	height: 93px;

	padding: 25px;

}

#header h1 {

	color: white;

	margin: 0;

	padding: 0;

	font-size: 22px;

}

#header p {

	margin: 0;

	padding: 0;

	padding-left: 25px;

	font-style: italic;

	color: rgb(80,80,80);

}

#kontakt {

	position: absolute;

	top: 10px;

	font-weight: bold;

	font-size: 13px;

	right: 110px;

	float: right;

}



#kontakt a{
  color:rgb(153,51,0);
  text-decoration: underline;
}

#kontakt a:hover{
  color:rgb(153,51,0);
  text-decoration: none;
}


#kontejner {

	padding: 0;
	margin: 0;
	position:absolute;
	left: 50%;
	top: 120px;
  margin-left:-450px;
	width: 900px;
	background-color: white;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;

}
#content {

	margin: 15px;

	width: 870px;

}

#content a {

	margin: 5px;

	text-decoration: none;

}

#content img {

	border: 5px solid rgb(191,191,191);

}

#info {

	padding: 5px;

	font-size: 13px;

	border: 1px solid #0099FF;

	background-color: rgb(171,194,244);

}

#info h3 {

	font-size: 16px;

	margin: 0px  padding: 0px;

}

#info p {

	margin: 0;

	padding: 0;

}

#footer {

	text-align: center;

	width: 900;

	clear: both;

	padding: 10px;

}
