p, h1, h2, h3, h4, h5, h6, ul, li, a, img, table, body {
	margin:0px;
	padding:0px;
	/* border:none; */
}

/******************************************************************************/
/***********************  NADPISY *********************************************/
/******************************************************************************/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
#content h1 {
	background: url('../images/backgorundH1.png') no-repeat left bottom;
  font-family: Arial;
  color:#322173;
  font-size: 25pt;
  letter-spacing: -2px;
  line-height: 170%;
  margin-bottom:20px;
}
#content h2 {
  font-family: Arial;
  color:#322173;
  font-size: 22pt;
  letter-spacing: -2px;
  line-height: 170%;
  margin-bottom:0px;
  padding-bottom: 0px;
  padding-top: 10px;
}
#content h3 {
  font-family: Arial;
  color:#da9203;
  font-size: 19pt;
  letter-spacing: -1px;
  line-height: 120%;
  padding-bottom:15px;
}
#content h4 {
  font-family: Arial;
  color:#372373;
  font-size: 16pt;
  letter-spacing: -1px;
  line-height: 100%;
  margin-bottom:10px;
  border-bottom: 1px dotted #ccc;
}
#content h5 {
  font-family: Arial;
  color:#372373;
  font-size: 14pt;
  letter-spacing: 0px;
  line-height: 130%;
  margin-bottom:0px;
  padding-bottom: 8px;
}
#content h6 {
  font-family: Arial;
  color:#696969;
  font-size: 13pt;
  letter-spacing: 0px;
  line-height: 130%;
  margin-bottom:0px;
}
#content #designBox h2 {
  font-family: Arial;
  color:#322173;
  font-weight: bold;
  font-size: 23pt;
  letter-spacing: -2px;
  line-height: 170%;
}
#leftHolder h4 {
  background: url('../images/backgroundH4.png') no-repeat left 33px;
  height:60px;
  color:#372373;
  letter-spacing: -1px;
  font-size: 17pt;
  /*margin-top:17px;*/
  margin-top:0px;
}
#servisBox h3 a {
  font-size: 15px;
  color:#000000;
  letter-spacing: 0;
  line-height: 120%;
}

/******************************************************************************/
/************************* ÁČKA ***********************************************/
/******************************************************************************/

a {
	color: #250762;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button {
	display:block;
	width:142px;
	height:51px;
  text-align: center;
  font-size: 13px;
  line-height: 350%;
  font-weight: bold;
  margin-left:-6px;
}
a.button.buttonYellow {
	background: url('../images/buttonYellow.png') no-repeat center center;
	color:#212121;
}
a.button.buttonGrey {
	background: url('../images/buttonGrey.png') no-repeat center center;
	color:#555;
}
a.buttonTopMargin {
	margin-top:20px;
}
a.buttonNews  {
	margin-top:15px;
}
#news a {
	color:#343434;
}
.footerInfo a {
	color:#fff;
}

/******************************************************************************/
/************************ IMAGES **********************************************/
/******************************************************************************/

img.companyLogo {
	display:block;
	width:420px;
	height:83px;
	border:none;
  position: absolute;
  top:25px;
  left:30px;
}
img.questionMan {
	display:block;
	width:276px;
	height:303px;
  position: absolute;
  left:-150px;
	bottom:-7px;
}
img.footerLogo {
	/*width:165px;
	height:64px;*/
	display:block;
  position: absolute;
  left:40px;
  top:27px;
}
#content img {
	border:1px solid #ccc;
	padding:2px;
	margin:10px;
}
#content img.noBorder {
	border:none;
	padding:0;
	margin:0px;
}
#content img[align="left"] {
	margin-left:0px;
}
#content img[align="right"] {
	margin-right:0px;
}

/******************************************************************************/
/***************************** PÉČKA ******************************************/
/******************************************************************************/

#content p {
  line-height: 150%;
  margin: 0; padding: 7px 0;
}
#fastContact p {
  line-height: 180%;
}

/******************************************************************************/
/***************************** SPAN  ******************************************/
/******************************************************************************/

.yellow {
	color:#da9203 !important;
}
.blue {
	color:#271465 !important;
}
.arrow {
	background: url('../images/arrowItem.png') no-repeat left center;
	padding-left:10px;
}

/******************************************************************************/
/***************************** SEZNAMY ****************************************/
/******************************************************************************/

#menuHolder ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
#menuHolder ul li {
  position: relative;
}
#menuHolder ul li,
#menuHolder ul li a {
	display:block;
	float:left;
  text-align: center;
  /*font-family: Myriad Pro;*/
  font-size: 14pt;
  color:#fff;
}
#menuHolder ul li a {
	height:59px;
  padding-top:26px;
}
#menuHolder ul li.first a {
	background: url('../images/firstItem.png') no-repeat right top;
	width:259px;
	color:#130639;
}
#menuHolder ul li.pos1 a {
	background: url('../images/secondItem.png') no-repeat left top;
	width:247px;
}
#menuHolder ul li.pos2 a {
	background: url('../images/threeItem.png') no-repeat left top;
	width:247px;
}
#menuHolder ul li.last a {
	background: url('../images/fourItem.png') no-repeat left top;
	width:265px;
}
#menuHolder ul li a:hover {
  background-position: right top;
  text-decoration: none;
  color:#130639;
}
#menuHolder ul li.first a:hover {
  text-decoration: underline;
}
#menuHolder ul ul {
	display:none;
  position: absolute;
  top:66px;
  left:0px;
  width:300px;
}
#menuHolder ul ul li a,
#menuHolder ul li.first ul li a,
#menuHolder ul li.pos1 ul li a,
#menuHolder ul li.pos2 ul li a,
#menuHolder ul li.last ul li a {
	background: #322173;
	display:block;
	width:206px;
	padding-top:5px;
	padding-bottom:5px;
  text-align: left;
  font-size: 10pt;
  color:#fff;
  font-family: Tahoma;
  padding-left:20px;
  padding-right:20px;
  border-bottom: 1px dotted #4d31b7;
	height:auto;
}
#menuHolder ul ul li a:hover,
#menuHolder ul li.first ul li a:hover,
#menuHolder ul li.pos1 ul li a:hover,
#menuHolder ul li.pos2 ul li a:hover,
#menuHolder ul li.last ul li a:hover {
	background:#e9a92f;
	color:#130639;
	border-color:#e9a92f;
  text-decoration: none;
}
#menuHolder ul ul li.last a,
#menuHolder ul li.first ul li.last a,
#menuHolder ul li.pos1 ul li.last a,
#menuHolder ul li.pos2 ul li.last a,
#menuHolder ul li.last ul li.last a {
  -webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#menuHolder ul ul ul {margin: 0 !important; top: 0; left: 300px;}
#menuHolder ul li.first ul {left: 13px;}

#rightHolder #designBox ul li {
  background: url('../images/bigArrow.png') no-repeat left center;
	display:block;
	float:left;
	height:37px;
	padding-left:30px;
	margin-right:10px;
	color:#322173;
  line-height: 130%;
  font-size: 18pt;
  letter-spacing: -1px;
}
#menuHolderLeft ul {
  list-style-type: none;
	padding:0px;
	margin:0px;
	margin-left: -10px;
	margin-bottom:20px;
}
#menuHolderLeft ul li {
	background: url('../images/newsLine.png') no-repeat center bottom;
	display:block;
	padding: 3px 0;
}
#menuHolderLeft ul li a {
	background: url('../images/menuItem.png') no-repeat left 7px;
	color:#484848;
	padding:3px 0px 3px 10px;
	display:block;
  font-size: 13px;
}
#menuHolderLeft ul li a.active {
	text-decoration: none;
  color:#251163;
}
#menuHolderLeft ul li a:hover {
  text-decoration: none;
  color:#251163;
}
#rightHolder ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
#rightHolder ul li {
	background: url('../images/arrowItem.png') no-repeat left 7px;
	display:block;
	padding: 3px 0px 3px 15px;
}

/******************************************************************************/
/***************************** INPUT ******************************************/
/******************************************************************************/

input.SearchInput {
  background: url('../images/SearchInput.jpg');
  background-repeat: no-repeat;
  width:129px;
  height:27px;
  display:block;
  position: absolute;
  border:none;
  right:34px;
  color:#737373;
  padding-top:0px;
  padding-left:5px;
  top:12px;
}
input.SearchButton {
  background: url('../images/SearchButton.jpg');
  background-repeat: no-repeat;
  width:34px;
  height:27px;
  position: absolute;
  right:0px;
  top:12px;
  display:block;
  border:none;
}

hr {background: transparent url('../images/backgorundH1.png') 0 bottom no-repeat; height: 4px; border: 0; padding: 0; margin: 15px 0;}

#content table td {padding: 4px;}

/*input[type="text"] {border: 1px solid #aaa;}*/

table {margin: 15px 0; border-collapse: collapse;}
table td { border: 1px solid #ccc;} 

.form_table1 {border-collapse: collapse; border: 0;}
.form_table1 td {border: 0;}
.form_table1 .rowl {background: #eee;}

table.form_table2 td {border: 0 !important;}

a img {border: 0;}


.formular table td {border: 0 none;}


.formular {
    background: none repeat scroll 0 0 #d5d5d5;
    display: inline-block;
    margin: 30px 0 0;
    padding: 40px;
    text-align: right;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #DDDDDD;
}



.formular input[type="button"], input[type="submit"] {
    background: none repeat scroll 0 0 #626364;
     border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    padding: 0 20px;
}

.formular input[type="text"], input[type="password"] {
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 43px;
    padding: 0 5px;
    width: 306px;
}

.formular .input_textarea
{
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    
    padding: 0 5px;
    
}


.messagebox {
    white-space: pre-line;
    /* margin-bottom: 50px; */
}