/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: white url(img/bodybg.gif) top repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 145px;
}
	h1 {
		float: right;
		font-size: 9px;
		color: gray;
	}
	#logo {
		padding: 30px;
		border: none;
	}
#topmenu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 64px;
	overflow: hidden;
	text-align: left;
}
	#topmenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#topmenu li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#topmenu li a {
		vertical-align: middle;
		list-style-type: none;
		padding-top: 16px;
		padding-bottom: 16px;
		margin-left: 13px;
		width: 170px;
		display: inline-block;
		text-decoration: none;
		color: white;
		font-size: 18px;
		font-weight: bold;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px; 
		border-radius: 7px; 
		background: #51c1db; /* Old browsers */
		background: -moz-linear-gradient(top, #51c1db 0%, #349cc5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51c1db), color-stop(100%,#349cc5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #51c1db 0%,#349cc5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #51c1db 0%,#349cc5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #51c1db 0%,#349cc5 100%); /* IE10+ */
		background: linear-gradient(to bottom, #51c1db 0%,#349cc5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51c1db', endColorstr='#349cc5',GradientType=0 ); /* IE6-9 */
	}
	#topmenu li a:hover {
		background: #349cc5; /* Old browsers */
		background: -moz-linear-gradient(top, #349cc5 0%, #51c1db 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#349cc5), color-stop(100%,#51c1db)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #349cc5 0%,#51c1db 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #349cc5 0%,#51c1db 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #349cc5 0%,#51c1db 100%); /* IE10+ */
		background: linear-gradient(to bottom, #349cc5 0%,#51c1db 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349cc5', endColorstr='#51c1db',GradientType=0 ); /* IE6-9 */
	}
	#topmenu li a.home {
		margin-left: 0;
	}
	#topmenu li a.zadost {
		padding-top: 21px;
		padding-bottom: 21px;
		width: 208px;
		background: #71db51; /* Old browsers */
		background: -moz-linear-gradient(top, #71db51 0%, #3cb64a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71db51), color-stop(100%,#3cb64a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #71db51 0%,#3cb64a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #71db51 0%,#3cb64a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #71db51 0%,#3cb64a 100%); /* IE10+ */
		background: linear-gradient(to bottom, #71db51 0%,#3cb64a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71db51', endColorstr='#3cb64a',GradientType=0 ); /* IE6-9 */
	}
	#topmenu li a.zadost:hover {
		background: #3cb64a; /* Old browsers */
		background: -moz-linear-gradient(top, #3cb64a 0%, #71db51 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3cb64a), color-stop(100%,#71db51)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #3cb64a 0%,#71db51 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #3cb64a 0%,#71db51 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #3cb64a 0%,#71db51 100%); /* IE10+ */
		background: linear-gradient(to bottom, #3cb64a 0%,#71db51 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb64a', endColorstr='#71db51',GradientType=0 ); /* IE6-9 */
	}
#mainmsg {
	margin: 0;
	padding: 30px;
	width: 900px;
	/* height: 410px; */
	height: auto;
	max-height: 450px;
	background: url(img/bankovky.gif) right 20px no-repeat;
	border: 1px dotted transparent;
}
	#mainmsg.subpage {
	background: url(img/bankovky-blank.png) right 20px no-repeat;
}
	#mainmsg h2 {
		margin: 0;
		padding: 0;
		width: 460px;
		max-height: 2em;
		font-size: 48px;
		color: #3399cc;
		font-weight: bold;
	}
	#mainmsg p {
		width: 461px;
		font-size:20px;
		margin-top: 1em;
		margin-bottom: 0;
	}
	#mainmsg ul {
		padding-top: 0em; 
	}
	#mainmsg li {
		margin-bottom: 0.7em;
		padding-top: 0;
		padding-bottom: 0;
		list-style-type: circle;
		list-style-image: url(img/list-type-buggy.png);
		font-size: 20px;
		font-weight: bold;
	}
	#button {
		margin-top: 30px;
		=margin-top: 20px;
		text-decoration: none;
		font-size: 24px;
		font-weight: bold;
		color: white;
		display: inline-block;
		height: auto;
		padding-left: 80px;
		padding-right: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px; 
		border-radius: 7px; 
		background: #D151A8; /* Old browsers */
		background: -moz-linear-gradient(top,  #D151A8 0%, #BF0082 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D151A8), color-stop(100%,#BF0082)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #D151A8 0%,#BF0082 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #D151A8 0%,#BF0082 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #D151A8 0%,#BF0082 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #D151A8 0%,#BF0082 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D151A8', endColorstr='#BF0082',GradientType=0 ); /* IE6-9 */

	}
	#button:hover {
		background: #BF0082; /* Old browsers */
		background: -moz-linear-gradient(top,  #BF0082 0%, #D151A8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF0082), color-stop(100%,#D151A8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #BF0082 0%,#D151A8 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #BF0082 0%,#D151A8 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #BF0082 0%,#D151A8 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #BF0082 0%,#D151A8 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF0082', endColorstr='#D151A8',GradientType=0 ); /* IE6-9 */
	}
#content {
	margin: 0;
	padding: 30px;
}
#content table tr td {
	padding: 10px;
}