/* obecné definice a odstranění defaultního formátování */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #303f69;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
}


body, td, th,  li, input, textarea, select, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small{
	font-size: 10px;
}

input, textarea, select {
	vertical-align: middle;
}

body, td, th, li, input, textarea, select, a {
	color: #333333;
}

.sidebar {
	color: #031f2c;
}

strong {
	color: #084f72;
}

a, .colortext {
	color: #52a1c8;
}

a:hover {
	color: #084f72;
}

h1,  h2,  h3,  h4,  p,  form,  th,  td,  table,  ul,  ol,  li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul, li, ol {
	list-style-type: none;
}

 p,  ul,  ol,  h1,  h2,  h3 {
	line-height: 18px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.img-left {
	margin-right: 25px;
	margin-bottom: 10px;
}

.img-right {
	margin-left: 25px;
	margin-bottom: 10px;
}

table	 		{
	width: 100%;
}

table td		{
	border: 0px none;
}

table.chart	 		{
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.chart td, table.chart th		{ 
	border: 1px solid #3d4666; 
	padding: 10px; 
}

table.chart thead tr		{
	background-color: #45698c;
	background-image: url(../images/thead-bg.gif);
	background-repeat: repeat-x;
}

table.chart thead th	{
	color: #ffffff;
	font-weight: bold;
}

table.chart thead th p	{
	font-weight: bold;
}

table.chart thead th a		{
	color: #ffffff;
}

table.chart tr td		{
	background-color: #ffffff;
}

table.chart tr.sudy td		{
	background-color: #e7e8ed;
}

hr {
	border-width: 0px;
	height:1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.sidebar hr {
	border-width: 0px;
	height:1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #d4d5dc;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.main ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.main li {
	padding-bottom: 10px;
	padding-left: 22px;
	background-image: url(../images/li.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.main li ul {
	padding-bottom: 0px;
}

.main li li {
}

/* hlavní div */

.celek {
	width: 990px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 536px;
	position: relative;
}

.top .menu {
	position: absolute;
	height: 46px;
	width: 860px;
	left: 15px;
	top: 22px;
}

.top .jazyky {
	position: absolute;
	height: 18px;
	width: 100px;
	right: 30px;
	top: 36px;
	text-align: right;
}

.top .jazyky a {
	padding-left: 10px;
}

.top .personal-info{
	position: absolute;
	width: 180px;
	right: 15px;
	top: 95px;
}
.top .personal-info p, .top .personal-info a:hover{
	color: #45698c;
}

.top .personal-info a{
	color: #ff9900;
}

.top .slogan{
	position: absolute;
	width: 750px;
	right: 30px;
	bottom: 15px;
	text-align: right;
}

.top .slogan p{
	color: #FFFFFF;
	padding-bottom: 15px;
	font-size: 9px;
}

.top .slogan strong{
	color: #ff9900;
	font-size: 14px;
}

.top .foto-copyright{
	position: absolute;
	height: 12px;
	width: 150px;
	left: 30px;
	bottom: 32px;
	font-size: 9px;
	color: #b19238;
}


.telo {
	height: 100%;
}

.telo p, .telo h1, .telo h2, .telo h3, .telo h4{
	padding-bottom: 15px;
}

.telo h1{
	font-size: 18px;
	color: #084f72;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.telo h2{
	font-size: 14px;
	color: #52a1c8;
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: bold;
}

.telo h3{
	font-size: 13px;
	color: #084f72;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 5px;
}

.sidebar h2{
	font-size: 18px;
	color: #084f72;
	padding-bottom: 15px;
	padding-top: 0px;
	font-weight: normal;
}

.sidebar h3{
	font-size: 14px;
	color: #52a1c8;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 5px;
}



.main {
	float: right;
	width: 570px;
}

.main .ie-fix{
	padding-bottom: 0px;
	padding-right: 15px;
}

.main p{
	padding-bottom: 15px;
}


.textbox{
	background-color: #f1f1f3;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	background-image: url(../images/box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.main .left-box{
	float: left;
	width: 239px;
}

.main .right-box{
	float: right;
	width: 239px;
}

.button{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-color: #45698c;
	background-image: url(../images/thead-bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.button a{
	color: #FFFFFF;
	text-decoration: none;
}

.button a:hover{
	color: #52a1c8;
}

.main .pinkbox h2 { 
	font-size: 18px;
	color: #ec028d;
	padding-bottom: 25px;
	padding-top: 10px;
}

.sidebar {
	float: left;
	width: 400px;
}

.sidebar .ie-fix{
	padding-bottom: 0px;
	padding-left: 15px;
}

.bottom {
	height: 80px;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #434c6f;

}

.copyright {
	position: absolute;
	width: 600px;
	left: 0px;
	bottom: 15px;
}

.copyright p {
	color: #bfbfbf;
	padding-bottom: 15px;
}

.copyright a, .copyright a:hover {
	color: #bfbfbf;
}

.nahoru {
	position: absolute;
	width: 120px;
	height: 30px;
	right: 0px;
	bottom: 15px;
	text-align: right;
}

.nahoru p {
	padding-bottom: 15px;
}

.nahoru a {
	background-image: url(../images/bottom-up-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
}

